Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1:/tmp/cvs-serv15026/languages Modified Files: brazilian.inc.php catalan.inc.php czech.inc.php danish.inc.php dutch.inc.php finnish.inc.php french.inc.php german.inc.php italian.inc.php japanese.inc.php norwegian.inc.php polish.inc.php portuguese.inc.php spanish.inc.php swedish.inc.php traditional_chinese.inc.php Log Message: 0.9.2 initial translation checkin. Index: brazilian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/brazilian.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** brazilian.inc.php 19 Feb 2003 22:46:00 -0000 1.3 --- brazilian.inc.php 30 May 2003 18:08:37 -0000 1.4 *************** *** 2,6 **** // Brazilian Portuguese language include ! // For version 0.9.1 PHP iCalendar // // Translation by Wilton, Bennet (su...@be...) --- 2,6 ---- // Brazilian Portuguese language include ! // For version 0.9.2 PHP iCalendar // // Translation by Wilton, Bennet (su...@be...) *************** *** 85,94 **** $todo_lang = 'To do items'; $unfinished_lang = 'Unfinished'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Your preferences have been set.'; ! $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 85,122 ---- $todo_lang = 'To do items'; $unfinished_lang = 'Unfinished'; + $prefs_set_lang = 'Your preferences have been set.'; + $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: catalan.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/catalan.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** catalan.inc.php 19 Feb 2003 22:46:01 -0000 1.2 --- catalan.inc.php 30 May 2003 18:08:37 -0000 1.3 *************** *** 2,6 **** // Catalan language include ! // For version 0.9.1 PHP iCalendar // // Translation by Oriol Ferrer Mesia; (tm...@sa...) --- 2,6 ---- // Catalan language include ! // For version 0.9.2 PHP iCalendar // // Translation by Oriol Ferrer Mesia; (tm...@sa...) *************** *** 83,92 **** $todo_lang = 'Pendent'; $unfinished_lang = 'Sense acabar'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Your preferences have been set.'; ! $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 83,120 ---- $todo_lang = 'Pendent'; $unfinished_lang = 'Sense acabar'; + $prefs_set_lang = 'Your preferences have been set.'; + $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: czech.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/czech.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** czech.inc.php 19 Feb 2003 22:46:02 -0000 1.3 --- czech.inc.php 30 May 2003 18:08:37 -0000 1.4 *************** *** 2,6 **** // Czech language include ! // For version 0.9.1 PHP iCalendar // // Translation by Whit, studio jižák (wh...@st...) --- 2,6 ---- // Czech language include ! // For version 0.9.2 PHP iCalendar // // Translation by Whit, studio jižák (wh...@st...) *************** *** 85,94 **** $todo_lang = 'Seznam úkolů'; $unfinished_lang = 'NedokonÄeno'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Your preferences have been set.'; ! $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 85,122 ---- $todo_lang = 'Seznam úkolů'; $unfinished_lang = 'NedokonÄeno'; + $prefs_set_lang = 'Your preferences have been set.'; + $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: danish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/danish.inc.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** danish.inc.php 22 Feb 2003 00:01:32 -0000 1.21 --- danish.inc.php 30 May 2003 18:08:37 -0000 1.22 *************** *** 2,6 **** // Danish language include ! // For version 0.9.1 PHP iCalendar // // Translation by Henrik H�jmark (st...@wo...) --- 2,6 ---- // Danish language include ! // For version 0.9.2 PHP iCalendar // // Translation by Henrik H�jmark (st...@wo...) *************** *** 85,94 **** $todo_lang = 'Ting der skal gøres'; $unfinished_lang = 'Uafsluttet'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Dine indstillinger er gemt.'; //Your preferences have been set. ! $prefs_unset_lang = 'Indstillinger fjernet. Ændringer er synlig ved næste sidevisning.'; //Preferences unset. Changes will take place next page load. ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 85,122 ---- $todo_lang = 'Ting der skal gøres'; $unfinished_lang = 'Uafsluttet'; + $prefs_set_lang = 'Dine indstillinger er gemt.'; //Your preferences have been set. + $prefs_unset_lang = 'Indstillinger fjernet. Ændringer er synlig ved næste sidevisning.'; //Preferences unset. Changes will take place next page load. + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: dutch.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/dutch.inc.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** dutch.inc.php 22 Feb 2003 00:01:32 -0000 1.17 --- dutch.inc.php 30 May 2003 18:08:37 -0000 1.18 *************** *** 85,94 **** $todo_lang = 'Nog af te werken items'; $unfinished_lang = 'Niet afgewerkt'; - - // ----- New for 0.9.1 - $prefs_set_lang = 'Uw voorkeuren zijn bewaard.'; $prefs_unset_lang = 'Voorkeuren niet bewaard. Aanpassingen zijn actief de volgende keer u de pagina laadt.'; $unset_prefs_lang = 'Niet bewaarde voorkeuren:'; // - navigation --- 85,122 ---- $todo_lang = 'Nog af te werken items'; $unfinished_lang = 'Niet afgewerkt'; $prefs_set_lang = 'Uw voorkeuren zijn bewaard.'; $prefs_unset_lang = 'Voorkeuren niet bewaard. Aanpassingen zijn actief de volgende keer u de pagina laadt.'; $unset_prefs_lang = 'Niet bewaarde voorkeuren:'; + + // ----- New for 0.9.2 + + $organizer_lang = 'Organizer'; + $attendee_lang = 'Attendee'; + $status_lang = 'Status'; + $location_lang = 'Location'; + $admin_header_lang = 'PHP iCalendar Administration'; + $username_lang = 'Username'; + $password_lang = 'Password'; + $login_lang = 'Login'; + $invalid_login_lang = 'Wrong username or password.'; + $addupdate_cal_lang = 'Add or Update a Calendar'; + $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; + $delete_cal_lang = 'Delete a Calendar'; + $logout_lang = 'Logout'; + $cal_file_lang = 'Calendar File'; + $php_error_lang = 'PHP Error'; + $upload_error_gen_lang = 'There was a problem with your upload.'; + $upload_error_lang[0] = 'There was a problem with your upload.'; + $upload_error_lang[1] = 'The file you are trying to upload is too big.'; + $upload_error_lang[2] = 'The file you are trying to upload is too big.'; + $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; + $upload_error_lang[4] = 'You must select a file for upload.'; + $upload_error_type_lang = 'Only .ics files may be uploaded.'; + $copy_error_lang = 'Failed to copy file'; + $delete_error_lang = 'Failed to delete file'; + $delete_success_lang = 'was deleted successfully.'; + $action_success_lang = 'Your action was successful.'; + $submit_lang = 'Submit'; + $delete_lang = 'Delete'; // - navigation Index: finnish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/finnish.inc.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** finnish.inc.php 22 Feb 2003 00:01:32 -0000 1.4 --- finnish.inc.php 30 May 2003 18:08:37 -0000 1.5 *************** *** 2,6 **** // Finnish language include ! // For version 0.9 PHP iCalendar // // Translation by Kari Somby (kar...@ra...) --- 2,6 ---- // Finnish language include ! // For version 0.9.2 PHP iCalendar // // Translation by Kari Somby (kar...@ra...) *************** *** 85,95 **** $todo_lang = 'Tehtävät:'; $unfinished_lang = 'Päättymättömät'; ! // ----- New for 0.9.1 ! ! $prefs_set_lang = 'Asetukset päivitetty'; ! $prefs_unset_lang = 'Asetuksia ei päivitetty. Muutokset päivitetään seuraavan sivun ladattua'; ! $unset_prefs_lang = 'Asetukset peruttu'; // - navigation --- 85,122 ---- $todo_lang = 'Tehtävät:'; $unfinished_lang = 'Päättymättömät'; + $prefs_set_lang = 'Asetukset päivitetty'; + $prefs_unset_lang = 'Asetuksia ei päivitetty. Muutokset päivitetään seuraavan sivun ladattua'; + $unset_prefs_lang = 'Asetukset peruttu'; + // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: french.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/french.inc.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** french.inc.php 22 Feb 2003 00:01:32 -0000 1.20 --- french.inc.php 30 May 2003 18:08:37 -0000 1.21 *************** *** 2,6 **** // French language include ! // For version 0.9.1 PHP iCalendar // // Translation by La Shampouineuse (in...@la...) --- 2,6 ---- // French language include ! // For version 0.9.2 PHP iCalendar // // Translation by La Shampouineuse (in...@la...) *************** *** 86,89 **** --- 86,120 ---- $unfinished_lang = 'Non faites'; + // ----- New for 0.9.2 + + $organizer_lang = 'Organizer'; + $attendee_lang = 'Attendee'; + $status_lang = 'Status'; + $location_lang = 'Location'; + $admin_header_lang = 'PHP iCalendar Administration'; + $username_lang = 'Username'; + $password_lang = 'Password'; + $login_lang = 'Login'; + $invalid_login_lang = 'Wrong username or password.'; + $addupdate_cal_lang = 'Add or Update a Calendar'; + $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; + $delete_cal_lang = 'Delete a Calendar'; + $logout_lang = 'Logout'; + $cal_file_lang = 'Calendar File'; + $php_error_lang = 'PHP Error'; + $upload_error_gen_lang = 'There was a problem with your upload.'; + $upload_error_lang[0] = 'There was a problem with your upload.'; + $upload_error_lang[1] = 'The file you are trying to upload is too big.'; + $upload_error_lang[2] = 'The file you are trying to upload is too big.'; + $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; + $upload_error_lang[4] = 'You must select a file for upload.'; + $upload_error_type_lang = 'Only .ics files may be uploaded.'; + $copy_error_lang = 'Failed to copy file'; + $delete_error_lang = 'Failed to delete file'; + $delete_success_lang = 'was deleted successfully.'; + $action_success_lang = 'Your action was successful.'; + $submit_lang = 'Submit'; + $delete_lang = 'Delete'; + // - navigation $back_lang = 'Retour'; *************** *** 94,100 **** $month_view_lang = 'Vue Mensuelle'; $year_view_lang = 'Vue Annuelle'; - - // ----- New for 0.9.1 - $prefs_set_lang = 'Vos préférences ont été enregistrées'; $prefs_unset_lang = 'Préférences non définies. Les Changements seront pris en compte au prochain chargement de la page.'; --- 125,128 ---- Index: german.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/german.inc.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** german.inc.php 19 Feb 2003 22:46:03 -0000 1.21 --- german.inc.php 30 May 2003 18:08:37 -0000 1.22 *************** *** 2,6 **** // German language include ! // For version 0.9.1 PHP iCalendar // // Translation by David Reindl (dr...@an...) --- 2,6 ---- // German language include ! // For version 0.9.2 PHP iCalendar // // Translation by David Reindl (dr...@an...) *************** *** 86,95 **** $todo_lang = 'Aufgaben'; $unfinished_lang = 'Pendent'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Your preferences have been set.'; ! $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 86,123 ---- $todo_lang = 'Aufgaben'; $unfinished_lang = 'Pendent'; + $prefs_set_lang = 'Your preferences have been set.'; + $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: italian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/italian.inc.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** italian.inc.php 22 Feb 2003 00:01:32 -0000 1.21 --- italian.inc.php 30 May 2003 18:08:37 -0000 1.22 *************** *** 2,6 **** // Italian language include ! // For version 0.9.1 PHP iCalendar // // First translation by Luca Cacciagrano (cl...@cl...) --- 2,6 ---- // Italian language include ! // For version 0.9.2 PHP iCalendar // // First translation by Luca Cacciagrano (cl...@cl...) *************** *** 86,95 **** $todo_lang = 'Attività'; $unfinished_lang = 'Non terminato'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Le tue preferenze sono state registrate.'; ! $prefs_unset_lang = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.'; ! $unset_prefs_lang = 'Preferenze non impostate:'; // - navigation --- 86,123 ---- $todo_lang = 'Attività'; $unfinished_lang = 'Non terminato'; + $prefs_set_lang = 'Le tue preferenze sono state registrate.'; + $prefs_unset_lang = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.'; + $unset_prefs_lang = 'Preferenze non impostate:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: japanese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/japanese.inc.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** japanese.inc.php 19 Feb 2003 22:46:03 -0000 1.27 --- japanese.inc.php 30 May 2003 18:08:37 -0000 1.28 *************** *** 2,6 **** // Japanese language include ! // For version 0.9.1 PHP iCalendar // // Translation by Jared Wangen (ja...@si...) --- 2,6 ---- // Japanese language include ! // For version 0.9.2 PHP iCalendar // // Translation by Jared Wangen (ja...@si...) *************** *** 88,97 **** $todo_lang = 'åå¿é²'; $unfinished_lang = '宿ããã¦ããªã'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Your preferences have been set.'; ! $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; ! $unset_prefs_lang = 'Unset preferences:'; // - navigation --- 88,125 ---- $todo_lang = 'åå¿é²'; $unfinished_lang = '宿ããã¦ããªã'; + $prefs_set_lang = 'Your preferences have been set.'; + $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; + $unset_prefs_lang = 'Unset preferences:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: norwegian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/norwegian.inc.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** norwegian.inc.php 22 Feb 2003 00:01:33 -0000 1.21 --- norwegian.inc.php 30 May 2003 18:08:37 -0000 1.22 *************** *** 2,6 **** // Norwegian language include ! // For version 0.9.1 PHP iCalendar // // Translation by Geir Kielland (gei...@ju...) --- 2,6 ---- // Norwegian language include ! // For version 0.9.2 PHP iCalendar // // Translation by Geir Kielland (gei...@ju...) *************** *** 84,93 **** $todo_lang = 'Gjøremålsliste'; $unfinished_lang = 'Uferdig'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Dine valg er satt.'; ! $prefs_unset_lang = 'Valgene er tilbakestilt. Endringene vil vises neste gang siden lastes.'; ! $unset_prefs_lang = 'Tilbakestill valgene:'; // - navigation --- 84,121 ---- $todo_lang = 'Gjøremålsliste'; $unfinished_lang = 'Uferdig'; + $prefs_set_lang = 'Dine valg er satt.'; + $prefs_unset_lang = 'Valgene er tilbakestilt. Endringene vil vises neste gang siden lastes.'; + $unset_prefs_lang = 'Tilbakestill valgene:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: polish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/polish.inc.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** polish.inc.php 22 Feb 2003 00:01:33 -0000 1.21 --- polish.inc.php 30 May 2003 18:08:37 -0000 1.22 *************** *** 2,6 **** // Polish language include ! // For version 0.9.1 PHP iCalendar // // Translation by StanisÅaw CieÅlicki (st...@po...) --- 2,6 ---- // Polish language include ! // For version 0.9.2 PHP iCalendar // // Translation by StanisÅaw CieÅlicki (st...@po...) *************** *** 85,94 **** $todo_lang = 'Do zrobienia'; $unfinished_lang = 'Niewykonane'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Twoje preferencje zostaÅy ustawione.'; ! $prefs_unset_lang = 'Preferencje przywrócone. Zmiany bÄdÄ widoczne po ponownym zaÅadowaniu strony.'; ! $unset_prefs_lang = 'PrzywrÃ³Ä preferencje:'; // - navigation --- 85,122 ---- $todo_lang = 'Do zrobienia'; $unfinished_lang = 'Niewykonane'; + $prefs_set_lang = 'Twoje preferencje zostaÅy ustawione.'; + $prefs_unset_lang = 'Preferencje przywrócone. Zmiany bÄdÄ widoczne po ponownym zaÅadowaniu strony.'; + $unset_prefs_lang = 'PrzywrÃ³Ä preferencje:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: portuguese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/portuguese.inc.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** portuguese.inc.php 24 Feb 2003 19:01:22 -0000 1.9 --- portuguese.inc.php 30 May 2003 18:08:37 -0000 1.10 *************** *** 2,6 **** // Portuguese language include ! // For version 0.9.1 PHP iCalendar // // Translation by Rui Costa (rui...@ub...) --- 2,6 ---- // Portuguese language include ! // For version 0.9.2 PHP iCalendar // // Translation by Rui Costa (rui...@ub...) *************** *** 70,93 **** $select_time_lang = 'Selecione a sua hora de inicio:'; $select_day_lang = 'Selecione o seu dia de inicio da semana:'; ! $select_style_lang = 'Selecione o seu estilo por defeito:'; ! $set_prefs_lang = 'Ajuste preferencias'; ! $completed_date_lang = 'Terminado em'; ! $completed_lang = 'Terminado'; ! $created_lang = 'Criado:'; ! $due_lang = 'Devido:'; ! $priority_lang = 'Prioridade:'; ! $priority_high_lang = 'Elevada'; ! $priority_low_lang = 'Baixa'; ! $priority_medium_lang = 'Media'; ! $priority_none_lang = 'Nenhum'; ! $status_lang = 'Status:'; ! $todo_lang = 'Itens a fazer'; ! $unfinished_lang = 'Por terminar'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'A suas preferencias foram aplicadas.'; ! $prefs_unset_lang = 'Preferencias retiradas. Alteracoes aparecerao nas proxinas paginas.'; ! $unset_prefs_lang = 'Retirar preferencias:'; // - navigation --- 70,121 ---- $select_time_lang = 'Selecione a sua hora de inicio:'; $select_day_lang = 'Selecione o seu dia de inicio da semana:'; ! $select_style_lang = 'Selecione o seu estilo por defeito:'; ! $set_prefs_lang = 'Ajuste preferencias'; ! $completed_date_lang = 'Terminado em'; ! $completed_lang = 'Terminado'; ! $created_lang = 'Criado:'; ! $due_lang = 'Devido:'; ! $priority_lang = 'Prioridade:'; ! $priority_high_lang = 'Elevada'; ! $priority_low_lang = 'Baixa'; ! $priority_medium_lang = 'Media'; ! $priority_none_lang = 'Nenhum'; ! $status_lang = 'Status:'; ! $todo_lang = 'Itens a fazer'; ! $unfinished_lang = 'Por terminar'; ! $prefs_set_lang = 'A suas preferencias foram aplicadas.'; ! $prefs_unset_lang = 'Preferencias retiradas. Alteracoes aparecerao nas proxinas paginas.'; ! $unset_prefs_lang = 'Retirar preferencias:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: spanish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/spanish.inc.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** spanish.inc.php 22 Feb 2003 00:01:33 -0000 1.11 --- spanish.inc.php 30 May 2003 18:08:37 -0000 1.12 *************** *** 2,6 **** // Spanish language include ! // For version 0.9.1 PHP iCalendar // // Translation by Javier Navarro from XIPS (jna...@xi...) --- 2,6 ---- // Spanish language include ! // For version 0.9.2 PHP iCalendar // // Translation by Javier Navarro from XIPS (jna...@xi...) *************** *** 83,92 **** $todo_lang = 'Por hacer'; $unfinished_lang = 'Sin terminar'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'Sus preferencias han sido activadas.'; ! $prefs_unset_lang = 'Preferencias no activas. Los cambios se activaran al recargar la página.'; ! $unset_prefs_lang = 'Preferencias sin activar:'; // - navigation --- 83,120 ---- $todo_lang = 'Por hacer'; $unfinished_lang = 'Sin terminar'; + $prefs_set_lang = 'Sus preferencias han sido activadas.'; + $prefs_unset_lang = 'Preferencias no activas. Los cambios se activaran al recargar la página.'; + $unset_prefs_lang = 'Preferencias sin activar:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation Index: swedish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/swedish.inc.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvsQRvzEf and /tmp/cvsAHWJ0k differ Index: traditional_chinese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/traditional_chinese.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** traditional_chinese.inc.php 22 Feb 2003 00:01:33 -0000 1.3 --- traditional_chinese.inc.php 30 May 2003 18:08:37 -0000 1.4 *************** *** 2,6 **** // Trad. Chinese language include ! // For version 0.9.1 PHP iCalendar // // Translation by Kevin Fyure (di...@ma...) --- 2,6 ---- // Trad. Chinese language include ! // For version 0.9.2 PHP iCalendar // // Translation by Kevin Fyure (di...@ma...) *************** *** 85,94 **** $todo_lang = 'å¾ è¾¦äºé '; $unfinished_lang = 'å°æªå®æ'; ! // ----- New for 0.9.1 ! $prefs_set_lang = 'æ¨çå好è¨å®å·²è¨å®ã'; ! $prefs_unset_lang = 'è¨å®å·²éåãæ´åçé¨ä»½æå¨è®åä¸ä¸é æçæã'; ! $unset_prefs_lang = 'éåè¨å®:'; // - navigation --- 85,122 ---- $todo_lang = 'å¾ è¾¦äºé '; $unfinished_lang = 'å°æªå®æ'; + $prefs_set_lang = 'æ¨çå好è¨å®å·²è¨å®ã'; + $prefs_unset_lang = 'è¨å®å·²éåãæ´åçé¨ä»½æå¨è®åä¸ä¸é æçæã'; + $unset_prefs_lang = 'éåè¨å®:'; ! // ----- New for 0.9.2 ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; // - navigation |