[Openfirst-cvscommit] members/phpicalendar/languages brazilian.inc.php,NONE,1.1 catalan.inc.php,NONE
Brought to you by:
xtimg
Update of /cvsroot/openfirst/members/phpicalendar/languages In directory sc8-pr-cvs1:/tmp/cvs-serv25131 Added Files: brazilian.inc.php catalan.inc.php czech.inc.php danish.inc.php dutch.inc.php english.inc.php esperanto.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: Add the various language files used by PHP iCalendar --- NEW FILE: brazilian.inc.php --- <?php // Brazilian Portuguese language include // For version 0.9.4 PHP iCalendar // // Translation by Wilton, Bennet (su...@be...) // 01-nov-2002 02:42 PM // Submit new translations to ch...@ch... $day_lang = 'Dia'; $week_lang = 'Semana'; $month_lang = 'Mês'; $year_lang = 'Ano'; $calendar_lang = 'Calendário'; $next_day_lang = 'Dia seguinte'; $next_month_lang = 'Mês seguinte'; $next_week_lang = 'Próxima semana'; $next_year_lang = 'Ano Seguinte'; $last_day_lang = 'Dia anterior'; $last_month_lang = 'Mês anterior'; $last_week_lang = 'Semana anterior'; $last_year_lang = 'Ano anterior'; $subscribe_lang = 'Assinar'; $download_lang = 'Download'; $powered_by_lang = 'Powered by'; $event_lang = 'Evento'; $event_start_lang = 'Hora de início'; $event_end_lang = 'Hora de fim'; $this_months_lang = 'Eventos deste mês'; $date_lang = 'Data'; $summary_lang = 'Sumário'; $all_day_lang = 'Evento dia todo'; $notes_lang = 'Notas'; $this_years_lang = 'Eventos deste ano'; $today_lang = 'Hoje'; $this_week_lang = 'Esta semana'; $this_month_lang = 'Este mês'; $jump_lang = 'Ir para'; $tomorrows_lang = 'Eventos para amanha'; $goday_lang = 'Ir para Hoje'; $goweek_lang = 'Ir para este semana'; $gomonth_lang = 'Ir para este mês'; $goyear_lang = 'Ir para este ano'; $search_lang = 'Buscar'; // the verb $results_lang = 'Buscar Resultados'; $query_lang = 'Questão: '; // will be followed by the search query $no_results_lang = 'Eventos não encontrados'; $goprint_lang = 'Versão para imprimir'; $time_lang = 'Hora'; $summary_lang = 'Resumo'; $description_lang = 'Descrição'; $this_site_is_lang = 'Esse site é'; $no_events_day_lang = 'Não há eventos para hoje.'; $no_events_week_lang = 'Não há eventos para esta semana.'; $no_events_month_lang = 'Não há eventos para esse mês.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%b %e'; // Lists just the day $rss_month_date = '%b %e'; // Lists just the day $rss_language = 'en-us'; $search_took_lang = 'Search took %s seconds'; $recurring_event_lang = 'Recurring event'; $exception_lang = 'Exception'; $no_query_lang = 'No query given'; $preferences_lang = 'Preferences'; $printer_lang = 'Printer'; $select_lang_lang = 'Select your default language:'; $select_cal_lang = 'Select your default calendar:'; $select_view_lang = 'Select your default view:'; $select_time_lang = 'Select your default start time:'; $select_day_lang = 'Select your default start day of week:'; $select_style_lang = 'Select your default style:'; $set_prefs_lang = 'Set preferences'; $completed_date_lang = 'Completed on'; $completed_lang = 'Completed'; $created_lang = 'Created:'; $due_lang = 'Due:'; $priority_lang = 'Priority:'; $priority_high_lang = 'High'; $priority_low_lang = 'Low'; $priority_medium_lang = 'Medium'; $priority_none_lang = 'None'; $status_lang = 'Status:'; $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:'; $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'; // ----- New for 0.9.4 $all_cal_comb_lang = 'All calendars combined'; // - navigation $back_lang = 'Back'; $next_lang = 'Next'; $prev_lang = 'Prev'; $day_view_lang = 'Day View'; $week_view_lang = 'Week View'; $month_view_lang = 'Month View'; $year_view_lang = 'Year View'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('year','years'); // for these, put singular $format_recur_lang['monthly'] = array('month','months'); // and plural forms $format_recur_lang['weekly'] = array('week','weeks'); // these will be %freq% $format_recur_lang['daily'] = array('day','days'); // in the replacement below $format_recur_lang['hourly'] = array('hour','hours'); $format_recur_lang['minutely'] = array('minute','minutes'); $format_recur_lang['secondly'] = array('second','seconds'); $format_recur_lang['start'] = 'Every %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'until %date%'; // ie, 'until January 4' $format_recur_lang['count'] = 'for a count of %int%'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In months: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'On dates: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'On days: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Domingo','Segunda-Feira','Terca-Feira','Quarta-Feira','Quinta-Feira','Sexta-Feira','Sábado'); $daysofweekshort_lang = array ('Dom','Seg','Ter','Qua','Qui','Sex','Sáb'); $daysofweekreallyshort_lang = array ('D','S','T','Q','Q','S','S'); $monthsofyear_lang = array ('Janeiro','Fevereiro','Março','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'); $monthsofyearshort_lang = array ('Jan','Fev','Mar','Abr','Mai','Jun','Jul','Ago','Set','Out','Nov','Dez'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'g:i A'; $timeFormat_small = 'g:i'; // For date formatting, see note below $dateFormat_day = '%A,%e %B'; $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a, %e %b'; $dateFormat_week_jump = '%e %b'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Erro!'; $error_window_lang = 'Aconteceu um erro!'; $error_calendar_lang = 'O calendário "%s" estava sendo processado quando ocorreu este erro.'; $error_path_lang = 'Não foi possível abrir: "%s"'; $error_back_lang = 'Por favor use o botão de "Back" para voltar.'; $error_remotecal_lang = 'Este servidor bloqueia calendários remotos que nao foram aprovados.'; $error_restrictedcal_lang = 'Tentou acessar um calendário o qual é restrito o acesso neste servidor.'; $error_invalidcal_lang = 'Arquivo de calendário inválido. Por favor tente usar outro calendário.'; ?> --- NEW FILE: catalan.inc.php --- <?php // Catalan language include // For version 0.9.4 PHP iCalendar // // Translation by Oriol Ferrer Mesia; (tm...@sa...) $day_lang = "Dia"; $week_lang = "Setmana"; $month_lang = "Mes"; $year_lang = "Any"; $calendar_lang = "Calendari"; $next_day_lang = "Dia següent"; $next_month_lang = "Mes següent"; $next_week_lang = "Setmana següent"; $next_year_lang = "Any següent"; $last_day_lang = "Dia anterior"; $last_month_lang = "Mes anterior"; $last_week_lang = "Setmana anterior"; $last_year_lang = "Any anterior"; $subscribe_lang = "Subscriure"; $download_lang = "Descarregar"; $powered_by_lang = "Gràcies a"; $version_lang = "0.9"; $event_lang = 'Event'; $event_start_lang = 'Inici'; $event_end_lang = 'Fi'; $this_months_lang = 'Events d\'aquest mes'; $date_lang = 'Data'; $summary_lang = 'Descripció'; $all_day_lang = 'Event diario'; $notes_lang = 'Notes'; $this_years_lang = 'Events d\'aquest any'; $today_lang = 'Avui'; $this_week_lang = 'Aquesta setmana'; $this_month_lang = 'Aquesta mes'; $jump_lang = 'Anar a'; $tomorrows_lang = 'Events de demà'; $goday_lang = 'Anar a Avui'; $goweek_lang = 'Anar a aquesta Setmana'; $gomonth_lang = 'Anar a aquest Mes'; $goyear_lang = 'Anar a aquest Any'; $search_lang = 'Buscar'; // the verb $results_lang = 'Resultats de la cerca'; $query_lang = 'Consulta: '; // will be followed by the search query $no_results_lang = 'No s\'ha trobat cap event'; $goprint_lang = 'Format d\'impressió'; $time_lang = 'Hora'; $summary_lang = 'Resum'; $description_lang = 'Descripció'; $this_site_is_lang = 'Aquesta pàgina és'; $no_events_day_lang = 'No hi ha events per a avui.'; $no_events_week_lang = 'No hi ha events per a aquesta setmana.'; $no_events_month_lang = 'No hi ha events per a aquest mes.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%e de %b'; // Lists just the day $rss_month_date = '%e de %b'; // Lists just the day $rss_language = 'en-us'; $search_took_lang = 'La cerca ha trigat %s segons'; $recurring_event_lang = 'Event periòdic'; $exception_lang = 'Excepció'; $no_query_lang = 'Sense consulta'; $preferences_lang = 'Preferències'; $printer_lang = 'Impressora'; $select_lang_lang = 'Esculli el seu idioma per defecte:'; $select_cal_lang = 'Esculli el seu calendari per defecte:'; $select_view_lang = 'Esculli la seva vista per defecte:'; $select_time_lang = 'Esculli la seva hora d\'inici per defecte:'; $select_day_lang = 'Esculli el seu dia inicial de la setmana:'; $select_style_lang = 'Esculli el seu estil per defecte:'; $set_prefs_lang = 'Guardar preferències'; $completed_date_lang = 'Finalitzat a'; $completed_lang = 'Finalitzat'; $created_lang = 'Creat:'; $due_lang = 'Fins:'; $priority_lang = 'Prioritat:'; $priority_high_lang = 'Alta'; $priority_low_lang = 'Baixa'; $priority_medium_lang = 'Mitjana'; $priority_none_lang = 'Cap'; $status_lang = 'Estat:'; $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:'; $organizer_lang = 'Organitzador'; $attendee_lang = 'Persones presents'; $status_lang = 'Estat'; $location_lang = 'Lloc'; $admin_header_lang = 'Administració PHP iCalendar'; $username_lang = 'Nom d\'usuari'; $password_lang = 'contrasenya'; $login_lang = 'Login'; $invalid_login_lang = 'Nom d\'usuari o contrassenya incorrectes.'; $addupdate_cal_lang = 'Afegeix o actualitza un Calendari'; $addupdate_desc_lang = 'Afegeix un Calendari enviant un fitxer. Actualitza un Calendari enviant un fitxer amb el mateix nom.'; $delete_cal_lang = 'Esborra un Calendari'; $logout_lang = 'Desconnexió'; $cal_file_lang = 'Fitxer de Calendari'; $php_error_lang = 'Error de PHP '; $upload_error_gen_lang = 'Hi ha hagut un error en el procés d\'enviament.'; $upload_error_lang[0] = 'Hi ha hagut un error en el procés d\'enviament.'; $upload_error_lang[1] = 'El fitxer enviat és massa gran.'; $upload_error_lang[2] = 'El fitxer enviat és massa gran.'; $upload_error_lang[3] = 'El fitxer ha estat enviat només parcialment.'; $upload_error_lang[4] = 'Cal sel·leccionar un fitxer a enviar.'; $upload_error_type_lang = 'Nomes es poden enviar fitxers del tipus .ics.'; $copy_error_lang = 'Error durant la còpia del fitxer.'; $delete_error_lang = 'Error al esborrar el fitxer.'; $delete_success_lang = 'ha estat eliminat.'; $action_success_lang = 'L\'acció ha acabat satisfactòriament.'; $submit_lang = 'Envia'; $delete_lang = 'Esborra'; // ----- New for 0.9.4 $all_cal_comb_lang = 'All calendars combined'; // - navigation $back_lang = 'Endarrera'; $next_lang = 'Següent'; $prev_lang = 'Anterior'; $day_view_lang = 'Vista Diària'; $week_view_lang = 'Vista Setmanal'; $month_view_lang = 'Vista Mensual'; $year_view_lang = 'Vista Anual'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('any','anys'); // for these, put singular $format_recur_lang['monthly'] = array('mes','mesos'); // and plural forms $format_recur_lang['weekly'] = array('setmana','setmanes'); // these will be %freq% $format_recur_lang['daily'] = array('dia','dies'); // in the replacement below $format_recur_lang['hourly'] = array('hora','hores'); $format_recur_lang['minutely'] = array('minut','minuts'); $format_recur_lang['secondly'] = array('segon','segons'); $format_recur_lang['start'] = 'Cada %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'fins al %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% vegades'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Durant els mesos: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'Durant els dies: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Durant els dies de la setmana: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'); $daysofweekshort_lang = array ('Dium','Dill','Dima','Dime','Dij','Div','Dis'); $daysofweekreallyshort_lang = array ('D','L','M','X','J','V','S'); $monthsofyear_lang = array ('Gener','Febrer','Març','Abril','Maig','Juny','Juliol','Agost','Setembre','Octubre','Novembre','Desembre'); $monthsofyearshort_lang = array ('Gen','Feb','Mar','Abr','Mai','Jun','Jul','Ago','Sep','Oct','Nov','Des'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'G:i'; $timeFormat_small = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A, %e de %B'; $dateFormat_week = '%e de %B'; $dateFormat_week_list = '%a, %e de %b'; $dateFormat_week_jump = '%e de %b'; $dateFormat_month = '%B de %Y'; $dateFormat_month_list = '%A, %e de %B'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Error!'; $error_window_lang = 'Hi ha hagut error!'; $error_calendar_lang = 'L\'error s\'ha produït mentre es processava el calendari "%s".'; $error_path_lang = 'Incapaç d\'obrir: "%s"'; $error_back_lang = 'Per favor, utilitzi el botó "endarrera" per a tornar.'; $error_remotecal_lang = 'Aquest servidor bloqueja calendaris remots que no han estat acceptats.'; $error_restrictedcal_lang = 'Ha intentat arribar a un calendari que té l\'accés restringit.'; $error_invalidcal_lang = 'Fitxer de calendari invàlid. Per favor, provi un altre calendari.'; ?> --- NEW FILE: czech.inc.php --- <?php // Czech language include // For version 0.9.4 PHP iCalendar // // Translation by Whit, studio jižák (wh...@st...) // // Submit new translations to ch...@ch... $day_lang = 'Den'; $week_lang = 'Týden'; $month_lang = 'MÄsÃc'; $year_lang = 'Rok'; $calendar_lang = 'KalendáÅ'; $next_day_lang = 'NásledujÃcà den'; $next_month_lang = 'NásledujÃcà mÄsÃc'; $next_week_lang = 'NásledujÃcà týden'; $next_year_lang = 'PÅÃÅ¡tà rok'; $last_day_lang = 'PÅedchozà den'; $last_month_lang = 'PÅedchozà mÄsÃc'; $last_week_lang = 'PÅedchozà týden'; $last_year_lang = 'PÅedchozà rok'; $subscribe_lang = 'PÅihlaÅ¡'; $download_lang = 'Stáhni'; $powered_by_lang = 'Powered by'; $event_lang = 'Událost'; $event_start_lang = 'ZaÄátek'; $event_end_lang = 'Konec'; $this_months_lang = 'Tento mÄsÃc'; $date_lang = 'Datum'; $summary_lang = 'Souhrn'; $all_day_lang = 'Celý den'; $notes_lang = 'Poznámky'; $this_years_lang = 'Tento rok'; $today_lang = 'Dnes'; $this_week_lang = 'Tento týden'; $this_month_lang = 'Tento mÄsÃc'; $jump_lang = 'Jdi'; $tomorrows_lang = 'ZÃtra'; $goday_lang = 'DneÅ¡ek'; $goweek_lang = 'Tento týden'; $gomonth_lang = 'Tento mÄsÃc'; $goyear_lang = 'Tento rok'; $search_lang = 'Hledej'; // the verb $results_lang = 'Výsledky hledánÃ'; $query_lang = 'Dotaz: '; // will be followed by the search query $no_results_lang = 'Žádné nalezené záznamy'; $goprint_lang = 'Tisk'; $time_lang = 'Äas'; $summary_lang = 'Souhrn'; $description_lang = 'Popis'; $this_site_is_lang = 'Tato stránka je'; $no_events_day_lang = 'Žádné záznamy v tomto dni.'; $no_events_week_lang = 'Žádné záznamy v tomto týdnu.'; $no_events_month_lang = 'Žádné záznamy v tomto mÄsÃci.'; $rss_day_date = 'G:i A'; // Lists just the time $rss_week_date = '%A, %e %B'; // Lists just the day $rss_month_date = '%A, %e %B'; // Lists just the day $rss_language = 'cs-cz'; $search_took_lang = 'Hledánà trvalo %s vteÅin'; $recurring_event_lang = 'OpakujÃcà se událost'; $exception_lang = 'Výjimka'; $no_query_lang = 'Nebyl zadán dotaz'; $preferences_lang = 'NastavenÃ'; $printer_lang = 'Tiskárna'; $select_lang_lang = 'Výchozà jazyk:'; $select_cal_lang = 'Výchozà kalendáÅ:'; $select_view_lang = 'Výchozà pohled:'; $select_time_lang = 'Výchozà startovnà Äas:'; $select_day_lang = 'Výchozà prvnà den týdne:'; $select_style_lang = 'Výchozà styl:'; $set_prefs_lang = 'Ulož nastavenÃ'; $completed_date_lang = 'Kompletnà v'; $completed_lang = 'KompletnÃ'; $created_lang = 'VytvoÅeno:'; $due_lang = 'Due:'; $priority_lang = 'Priorita:'; $priority_high_lang = 'Vysoká'; $priority_low_lang = 'NÃzká'; $priority_medium_lang = 'StÅednÃ'; $priority_none_lang = 'Žádná'; $status_lang = 'Status:'; $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 $back_lang = 'ZpÄt'; $next_lang = 'DalÅ¡Ã'; $prev_lang = 'PÅedchozÃ'; $day_view_lang = 'Zobraz den'; $week_view_lang = 'Zobraz týden'; $month_view_lang = 'Zobraz mÄsÃc'; $year_view_lang = 'Zobraz rok'; // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('rok','roky'); // for these, put singular $format_recur_lang['monthly'] = array('mÄsÃc','mÄsÃce'); // and plural forms $format_recur_lang['weekly'] = array('týden','týdny'); // these will be %freq% $format_recur_lang['daily'] = array('den','dny'); // in the replacement below $format_recur_lang['hourly'] = array('hodina','hodiny'); $format_recur_lang['minutely'] = array('minuta','minuty'); $format_recur_lang['secondly'] = array('vtÅina','vteÅiny'); $format_recur_lang['start'] = 'Každý %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'až do %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% krát'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'V mÄsÃcÃch: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'V datech: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Ve dnech: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('NedÄle','PondÄlÃ','Ãterý','StÅeda','Ätvrtek','Pátek','Sobota'); $daysofweekshort_lang = array ('Ne','Po','Ãt','St','Ät','Pá','So'); $daysofweekreallyshort_lang = array ('N','P','Ã','S','Ä','P','S'); $monthsofyear_lang = array ('Leden','Ãnor','BÅezen','Duben','KvÄten','Äerven','Äervenec','Srpen','ZáÅÃ','ÅÃjen','Listopad','Prosinec'); $monthsofyearshort_lang = array ('Led.','Ãno.','BÅe.','Dub.','KvÄ.','Äer.','Äec.','Srp.','ZáÅ.','ÅÃj.','List.','Pros.'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A, %e. %B'; $dateFormat_week = '%e. %B'; $dateFormat_week_list = '%a, %e. %b'; $dateFormat_week_jump = '%e. %B';// new since last translation $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e. %B'; /* Notes about $dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Chyba!'; $error_window_lang = 'Chybové okno!'; $error_calendar_lang = 'PÅi vytváÅenà kalendáÅe â%sâ se vyskytla chyba.'; $error_path_lang = 'Nelze otevÅÃt: "%s"'; $error_back_lang = 'Použij tlaÄÃtko "ZpÄt" pro návrat.'; $error_remotecal_lang = 'Tento server blokuje vzdálené kalendáÅe, které nejsou odsouhlaseny.'; $error_restrictedcal_lang = 'ZkouÅ¡ÃÅ¡ pÅistupovat k zamknutému kalendáÅi.'; $error_invalidcal_lang = 'Chybný soubor. Vyber jiný kalendáÅ.'; ?> --- NEW FILE: danish.inc.php --- <?php // Danish language include // For version 0.9.4 PHP iCalendar // // Translation by Henrik H�jmark (st...@wo...) // and Jakob Peterh�nsel (ma...@cr...) // // Submit new translations to ch...@ch... $day_lang = 'Dag'; $week_lang = 'Uge'; $month_lang = 'Måned'; $year_lang = 'År'; $calendar_lang = 'kalender'; $next_day_lang = 'Næste dag'; $next_month_lang = 'Næste måned'; $next_week_lang = 'Næste uge'; $next_year_lang = 'Næste år'; $last_day_lang = 'Forrige dag'; $last_month_lang = 'Forrige måned'; $last_week_lang = 'Forrige uge'; $last_year_lang = 'Forrige år'; $subscribe_lang = 'Abonnér'; $download_lang = 'Hent'; $powered_by_lang = 'Drevet af'; $event_lang = 'Aftale'; $event_start_lang = 'Start tidspunkt'; $event_end_lang = 'Slut tidspunkt'; $this_months_lang = 'Denne måneds aftaler'; $date_lang = 'Dato'; $summary_lang = 'Opsummering'; $all_day_lang = 'Heldags aftale'; $notes_lang = 'Noter'; $this_years_lang = 'Dette ås aftaler'; $today_lang = 'I dag'; $this_week_lang = 'Denne uge'; $this_month_lang = 'Denne måned'; $jump_lang = 'Gå til'; $tomorrows_lang = 'Næste dags aftaler'; $goday_lang = 'Gå til i dag'; $goweek_lang = 'Gå til denne uge'; $gomonth_lang = 'Gå til denne måned'; $goyear_lang = 'Gå til dette år'; $search_lang = 'Søg'; // the verb $results_lang = 'S&oskash;ge resultater'; $query_lang = 'Søgekriterier: '; // will be followed by the search query $no_results_lang = 'Der er ikke fundet nogen aftaler'; $goprint_lang = 'Udskriftsvenligt'; $time_lang = 'Tid'; $summary_lang = 'Opsummering'; $description_lang = 'Beskrivelse'; $this_site_is_lang = 'Denne webadresse er'; $no_events_day_lang = 'Ingen aftaler i dag.'; $no_events_week_lang = 'Ingen aftaler i denne uge.'; $no_events_month_lang = 'Ingen aftaler i denne måned.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%b %e'; // Lists just the day $rss_month_date = '%b %e'; // Lists just the day $search_took_lang = 'Søgningen tog %s sekunder'; $recurring_event_lang = 'Gentagen aftale'; $exception_lang = 'Undtagelse'; $no_query_lang = 'Der er ingen forspørgsel'; $preferences_lang = 'Indstillinger'; $printer_lang = 'Printer'; $select_lang_lang = 'Vælg sprog:'; $select_cal_lang = 'Vælg kalender:'; $select_view_lang = 'Vælg visning:'; $select_time_lang = 'Vælg starttidspunkt :'; $select_day_lang = 'Vælg startdag:'; $select_style_lang = 'Vælg stil :'; $set_prefs_lang = 'Gem indstillinger'; $completed_date_lang = 'Afsluttet på'; $completed_lang = 'Afsluttet'; $created_lang = 'Lavet:'; $due_lang = 'Klar:'; $priority_lang = 'Prioritet:'; $priority_high_lang = 'Høj'; $priority_low_lang = 'Lav'; $priority_medium_lang = 'Medium'; $priority_none_lang = 'Ingen'; $status_lang = 'Status:'; $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:'; $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'; // ----- New for 0.9.4 $all_cal_comb_lang = 'All calendars combined'; // - navigation $back_lang = 'Tilbage'; $next_lang = 'Næste'; $prev_lang = 'Forrige'; $day_view_lang = 'Vis Dag'; $week_view_lang = 'Vis Uge'; $month_view_lang = 'Vis Måned'; $year_view_lang = 'Vis År'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('år','år'); // for these, put singular $format_recur_lang['monthly'] = array('måned','måneder'); // and plural forms $format_recur_lang['weekly'] = array('uge','uger'); // these will be %freq% $format_recur_lang['daily'] = array('dag','dage'); // in the replacement below $format_recur_lang['hourly'] = array('time','timer'); $format_recur_lang['minutely'] = array('minut','minutter'); $format_recur_lang['secondly'] = array('sekund','sekunder'); $format_recur_lang['start'] = 'Hver %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'Indtil %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% gange'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'I månderne: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'På datoerne: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'På dagene: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'); $daysofweekshort_lang = array ('Søn','Man','Tir','Ons','Tor','Fre','Lør'); $daysofweekreallyshort_lang = array ('S','M','T','O','T','F','L'); $monthsofyear_lang = array ('Januar','Februar','Marts','April','Maj','Juni','Juli','August','September','Oktober','November','December'); $monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','Maj','Jun','Jul','Aug','Sep','Okt','Nov','Dec'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; $timeFormat_small = 'H:i'; // For date formatting, see note below $dateFormat_day = '%A, %e %B'; $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a, %e %b'; $dateFormat_week_jump = '%e %b'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Fejl!'; $error_window_lang = 'Der opstod en fejl!'; $error_calendar_lang = 'Kalenderen "%s" blev benyttet da fejlen opstod.'; $error_path_lang = 'Kan ikke åbne stien : "%s"'; $error_back_lang = 'Brug venligst "Tilbage" knappen for at gå tilbage.'; $error_remotecal_lang = 'Denne server blokerer for eksterne kalendere der ikke er blevet godkendt'; $error_restrictedcal_lang = 'Du har forsøgt at få adgang til en beskyttet kalender på denne server.'; $error_invalidcal_lang = 'Kalenderen kan ikke læses. Prøv en anden kalender.'; ?> --- NEW FILE: dutch.inc.php --- <?php // Dutch language include // For version 0.9.4 PHP iCalendar // // Translation by Lieven Gekiere (Li...@ge...) // // Submit new translations to ch...@ch... $day_lang = 'Dag'; $week_lang = 'Week'; $month_lang = 'Maand'; $year_lang = 'Jaar'; $calendar_lang = 'Kalender'; $next_day_lang = 'Volgende Dag'; $next_month_lang = 'Volgende Maand'; $next_week_lang = 'Volgende Week'; $next_year_lang = 'Volgend Jaar'; $last_day_lang = 'Vorige Dag'; $last_month_lang = 'Vorige Maand'; $last_week_lang = 'Vorige Week'; $last_year_lang = 'Vorig Jaar'; $subscribe_lang = 'Abonneer'; $download_lang = 'Download'; $powered_by_lang = 'Gemaakt met'; $event_lang = 'Activiteit'; $event_start_lang = 'Start Tijd'; $event_end_lang = 'Eind Tijd'; $this_months_lang = 'Activiteiten Deze Maand'; $date_lang = 'Datum'; $summary_lang = 'Overzicht'; $all_day_lang = 'Dag Activiteit'; $notes_lang = 'Opmerkingen'; $this_years_lang = 'Activiteiten Dit Jaar'; $today_lang = 'Vandaag'; $this_week_lang = 'Deze Week'; $this_month_lang = 'Deze Maand'; $jump_lang = 'Ga naar'; $tomorrows_lang = 'Activiteiten voor morgen'; $goday_lang = 'Ga Naar Vandaag'; $goweek_lang = 'Ga Naar Deze Week'; $gomonth_lang = 'Ga Naar Deze Maand'; $goyear_lang = 'Ga Naar Dit Jaar'; $search_lang = 'Zoeken'; // the verb $results_lang = 'Zoek Resultaten'; $query_lang = 'Zoekopdracht: '; // will be followed by the search query $no_results_lang = 'Geen activiteiten gevonden'; $goprint_lang = 'Makkelijk Printbaar'; $time_lang = 'Tijd'; $summary_lang = 'Overzicht'; $description_lang = 'Omschrijving'; $this_site_is_lang = 'Deze site is'; $no_events_day_lang = 'Geen activiteiten vandaag.'; $no_events_week_lang = 'Geen activiteiten deze week.'; $no_events_month_lang = 'Geen activiteiten deze maand.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%b %e'; // Lists just the day $rss_month_date = '%b %e'; // Lists just the day $rss_language = 'en-us'; $search_took_lang = 'Zoeken duurde %s seconden'; $recurring_event_lang = 'Terugkerend evenement'; $exception_lang = 'Uitzondering'; $no_query_lang = 'Geen opdracht gegeven'; $preferences_lang = 'Voorkeuren'; $printer_lang = 'Printer'; $select_lang_lang = 'Selecteer jouw standaard taal:'; $select_cal_lang = 'Selecteer jouw standaard kalender:'; $select_view_lang = 'Selecteer jouw standaard view:'; $select_time_lang = 'Selecteer jouw standaard start tijd:'; $select_day_lang = 'Selecteer jouw standaard start weekdag:'; $select_style_lang = 'Selecteer jouw standaard stijl:'; $set_prefs_lang = 'Zet voorkeuren'; $completed_date_lang = 'Volbracht op'; $completed_lang = 'Volbracht'; $created_lang = 'Gemaakt:'; $due_lang = 'Op:'; $priority_lang = 'Prioriteit:'; $priority_high_lang = 'Hoog'; $priority_low_lang = 'Laag'; $priority_medium_lang = 'Medium'; $priority_none_lang = 'Geen'; $status_lang = 'Status:'; $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:'; $organizer_lang = 'Organisator'; $attendee_lang = 'Aanwezige'; $status_lang = 'Status'; $location_lang = 'Locatie'; $admin_header_lang = 'PHP iCalender Administratie'; $username_lang = 'Gebruikersnaam'; $password_lang = 'Paswoord'; $login_lang = 'Login'; $invalid_login_lang = 'Foute gebruikersnaam of paswoord.'; $addupdate_cal_lang = 'Voeg een kalender toe of pas hem aan'; $addupdate_desc_lang = 'Voeg een kalender toe door hem up te loaden. Update een kalender door hem te uploaden met dezelfde naam.'; $delete_cal_lang = 'Verwijder een Kalender'; $logout_lang = 'Log uit'; $cal_file_lang = 'Calender File'; $php_error_lang = 'PHP Fout'; $upload_error_gen_lang = 'Er was een probleem met uw upload'; $upload_error_lang[0] = 'Er was een probleem met uw upload.'; $upload_error_lang[1] = 'De file die je probeert up te loaden is te groot.'; $upload_error_lang[2] = 'De file die je probeert up te loaden is te groot.'; $upload_error_lang[3] = 'De file die je probeert up te loaden is maar gedeeltelijk geuploaded.'; $upload_error_lang[4] = 'Je moet een file aanduiden om te uploaden.'; $upload_error_type_lang = 'Enkel .ics files mogen geuploaded worden.'; $copy_error_lang = 'Kopieren van de file mislukt'; $delete_error_lang = 'Verwijderen van de file mislukt'; $delete_success_lang = 'is succesvol verwijderd.'; $action_success_lang = 'uw actie was succesvol.'; $submit_lang = 'Verzenden'; $delete_lang = 'Verwijder'; // ----- New for 0.9.4 $all_cal_comb_lang = 'All calendars combined'; // - navigation $back_lang = 'Terug'; $next_lang = 'Volgende'; $prev_lang = 'Vorige'; $day_view_lang = 'Dag overzicht'; $week_view_lang = 'Week overzicht'; $month_view_lang = 'Maand overzicht'; $year_view_lang = 'Jaar overzicht'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('jaar','jaren'); // for these, put singular $format_recur_lang['monthly'] = array('maand','maanden'); // and plural forms $format_recur_lang['weekly'] = array('week','weken'); // these will be %freq% $format_recur_lang['daily'] = array('dag','dagen'); // in the replacement below $format_recur_lang['hourly'] = array('uur','uren'); $format_recur_lang['minutely'] = array('minuut','minuten'); $format_recur_lang['secondly'] = array('second','seconden'); $format_recur_lang['start'] = 'Iedere %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'tot %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% maal'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In de maanden: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'Op datums: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Op dagen: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag'); $daysofweekshort_lang = array ('Zon','Maa','Din','Woe','Don','Vrij','Zat'); $daysofweekreallyshort_lang = array ('Z','M','D','W','D','V','Z'); $monthsofyear_lang = array ('Januari','Februari','Maart','April','Mei','Juni','Juli','Augustus','September','Oktober','November','December'); $monthsofyearshort_lang = array ('Jan','Feb','Maa','Apr','Mei','Jun','Jul','Aug','Sep','Okt','Nov','Dec'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'G:i'; $timeFormat_small = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A %e %B'; $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a %e %b'; $dateFormat_week_jump = '%e %b';// new since last translation $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A %e %B'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Fout!'; $error_window_lang = 'Er is een fout opgetreden!'; $error_calendar_lang = 'De kalender "%s" was aan het processen toen de fout gebeurde.'; $error_path_lang = 'Onmogelijk om de directory te openen: "%s"'; $error_back_lang = 'Gebruik de knop "Vorige" om terug te keren.'; $error_remotecal_lang = 'Deze server blokt alle niet-geaccepteerde kalenders.'; $error_restrictedcal_lang = 'Je probeerde een beveiligde kalender te bekijken.'; $error_invalidcal_lang = 'Ongeldig kalender bestand. Probeer een andere kalender aub.'; ?> --- NEW FILE: english.inc.php --- <?php // English language include // For version 0.9.4 PHP iCalendar // // Translation by Chad Little (ch...@ch...) // // Submit new translations to ch...@ch... $day_lang = 'Day'; $week_lang = 'Week'; $month_lang = 'Month'; $year_lang = 'Year'; $calendar_lang = 'Calendar'; $next_day_lang = 'Next Day'; $next_month_lang = 'Next Month'; $next_week_lang = 'Next Week'; $next_year_lang = 'Next Year'; $last_day_lang = 'Previous Day'; $last_month_lang = 'Previous Month'; $last_week_lang = 'Previous Week'; $last_year_lang = 'Previous Year'; $subscribe_lang = 'Subscribe'; $download_lang = 'Download'; $powered_by_lang = 'Powered by'; $event_lang = 'Event'; $event_start_lang = 'Start Time'; $event_end_lang = 'End Time'; $this_months_lang = 'This Month\'s Events'; $date_lang = 'Date'; $summary_lang = 'Summary'; $all_day_lang = 'All day event'; $notes_lang = 'Notes'; $this_years_lang = 'This Year\'s Events'; $today_lang = 'Today'; $this_week_lang = 'This Week'; $this_month_lang = 'This Month'; $jump_lang = 'Jump to'; $tomorrows_lang = 'Tomorrow\'s Events'; $goday_lang = 'Go to Today'; $goweek_lang = 'Go to This Week'; $gomonth_lang = 'Go to This Month'; $goyear_lang = 'Go to This Year'; $search_lang = 'Search'; // the verb $results_lang = 'Search Results'; $query_lang = 'Query'; // will be followed by the search query $no_results_lang = 'No events found'; $goprint_lang = 'Printer Friendly'; $time_lang = 'Time'; $summary_lang = 'Summary'; $description_lang = 'Description'; $this_site_is_lang = 'This site is'; $no_events_day_lang = 'No events today.'; $no_events_week_lang = 'No events this week.'; $no_events_month_lang = 'No events this month.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%b %e'; // Lists just the day $rss_month_date = '%b %e'; // Lists just the day $rss_language = 'en-us'; $search_took_lang = 'Search took %s seconds'; $recurring_event_lang = 'Recurring event'; $exception_lang = 'Exception'; $no_query_lang = 'No query given'; $preferences_lang = 'Preferences'; $printer_lang = 'Printer'; $select_lang_lang = 'Select your default language:'; $select_cal_lang = 'Select your default calendar:'; $select_view_lang = 'Select your default view:'; $select_time_lang = 'Select your default start time:'; $select_day_lang = 'Select your default start day of week:'; $select_style_lang = 'Select your default style:'; $set_prefs_lang = 'Set preferences'; $completed_date_lang = 'Completed on'; $completed_lang = 'Completed'; $created_lang = 'Created:'; $due_lang = 'Due:'; $priority_lang = 'Priority:'; $priority_high_lang = 'High'; $priority_low_lang = 'Low'; $priority_medium_lang = 'Medium'; $priority_none_lang = 'None'; $status_lang = 'Status:'; $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:'; $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'; // ----- New for 0.9.4 $all_cal_comb_lang = 'All calendars combined'; // - navigation $back_lang = 'Back'; $next_lang = 'Next'; $prev_lang = 'Prev'; $day_view_lang = 'Day View'; $week_view_lang = 'Week View'; $month_view_lang = 'Month View'; $year_view_lang = 'Year View'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('year','years'); // for these, put singular $format_recur_lang['monthly'] = array('month','months'); // and plural forms $format_recur_lang['weekly'] = array('week','weeks'); // these will be %freq% $format_recur_lang['daily'] = array('day','days'); // in the replacement below $format_recur_lang['hourly'] = array('hour','hours'); $format_recur_lang['minutely'] = array('minute','minutes'); $format_recur_lang['secondly'] = array('second','seconds'); $format_recur_lang['start'] = 'Every %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'until %date%'; // ie, 'until January 4' $format_recur_lang['count'] = 'for a count of %int%'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In months: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'On dates: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'On days: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' $daysofweek_lang = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'); $daysofweekshort_lang = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); $daysofweekreallyshort_lang = array ('S','M','T','W','T','F','S'); $monthsofyear_lang = array ('January','February','March','April','May','June','July','August','September','October','November','December'); $monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'g:i A'; $timeFormat_small = 'g:i'; // For date formatting, see note below $dateFormat_day = '%A, %B %e'; $dateFormat_week = '%B %e'; $dateFormat_week_list = '%a, %b %e'; $dateFormat_week_jump = '%b %e'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %B %e'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Error!'; $error_window_lang = 'There was an error!'; $error_calendar_lang = 'The calendar "%s" was being processed when this error occurred.'; $error_path_lang = 'Unable to open the path: "%s"'; $error_back_lang = 'Please use the "Back" button to return.'; $error_remotecal_lang = 'This server blocks remote calendars which have not been approved.'; $error_restrictedcal_lang = 'You have tried to access a calendar that is restricted on this server.'; $error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.'; ?> --- NEW FILE: esperanto.inc.php --- <?php // Esperanto language include // For version 0.9.4 PHP iCalendar // // Translation by Sjoerd Bosga (sj...@es...) // // Submit new translations to ch...@ch... $day_lang = 'Tago'; $week_lang = 'Semajno'; $month_lang = 'Monato'; $year_lang = 'Jaro'; $calendar_lang = 'kalendaro'; $next_day_lang = 'Venonta tago'; $next_month_lang = 'Venonta monato'; $next_week_lang = 'Venonta semajno'; $next_year_lang = 'Venonta jaro'; $last_day_lang = 'Antaŭa tago'; $last_month_lang = 'Antaŭa monato'; $last_week_lang = 'Antaŭa semajno'; $last_year_lang = 'Antaŭa jaro'; $subscribe_lang = 'Abonu'; $download_lang = 'Elŝutu'; $powered_by_lang = 'Funkciigita per'; $event_lang = 'Evento'; $event_start_lang = 'Komenchoro'; $event_end_lang = 'Finhoro'; $this_months_lang = 'Eventoj de tiu ĉi monato'; $date_lang = 'Dato'; $summary_lang = 'Resumo'; $all_day_lang = 'Tuttaga evento'; $notes_lang = 'Notoj'; $this_years_lang = 'Eventoj de tiu ĉi jaro'; $today_lang = 'Hodiaŭ'; $this_week_lang = 'Ĉi-semajne'; $this_month_lang = 'Ĉi-monate'; $jump_lang = 'Saltu al'; $tomorrows_lang = 'Eventoj de morgaŭ'; $goday_lang = 'Iru al hodiaŭ'; $goweek_lang = 'Iru al nuna semajno'; $gomonth_lang = 'Iru al nuna monato'; $goyear_lang = 'Iru al nuna jaro'; $search_lang = 'serĉi'; // the verb $results_lang = 'Rezultoj de serĉado'; $query_lang = 'Vi serĉis'; // will be followed by the search query $no_results_lang = 'Neniuj eventoj troviĝis'; $goprint_lang = 'Por printado'; $time_lang = 'Horo'; $summary_lang = 'Resumo'; $description_lang = 'Priskribo'; $this_site_is_lang = 'Tiu ĉi-paĝaro estas'; $no_events_day_lang = 'Neniuj eventoj hodiaŭ.'; $no_events_week_lang = 'Neniuj eventoj ĉi-semajne.'; $no_events_month_lang = 'Neniuj eventoj ĉi-monato.'; $rss_day_date = 'g:i A'; // Lists just the time $rss_week_date = '%b %e'; // Lists just the day $rss_month_date = '%b %e'; // Lists just the day $rss_language = 'eo'; $search_took_lang = 'Serĉado daŭris %s sekundojn'; $recurring_event_lang = 'Ripetita evento'; $exception_lang = 'Escepto'; $no_query_lang = 'Vi ne indikis kion serĉi'; $preferences_lang = 'Preferoj'; $printer_lang = 'Printilo'; $select_lang_lang = 'Elektu vian preferatan lingvon:'; $select_cal_lang = 'Elektu vian preferatan kalendaron:'; $select_view_lang = 'Elektu vian preferatan montradon:'; $select_time_lang = 'Elektu vian preferatan komencan horon:'; $select_day_lang = 'Elektu vian preferatan unuan tagon en semajno:'; $select_style_lang = 'Elektu vian preferatan stilon:'; $set_prefs_lang = 'Konservu preferojn'; $completed_date_lang = 'Farita je'; $completed_lang = 'Farita'; $created_lang = 'Kreita:'; $due_lang = 'Devos preti je:'; $priority_lang = 'Prioritato:'; $priority_high_lang = 'Alta'; $priority_low_lang = 'Malalta'; $priority_medium_lang = 'Meza'; $priority_none_lang = 'Nenia'; $status_lang = 'Stato:'; $todo_lang = 'Farendaĵoj'; $unfinished_lang = 'Nekompletigita'; $prefs_set_lang = 'Viaj preferoj estas konservitaj.'; $prefs_unset_lang = 'Viaj preferoj malkonserviĝis. Ŝanĝoj videblos venontan fojon kiam vi malfermos paĝon.'; $unset_prefs_lang = 'Malkonservu miajn preferojn:'; $organizer_lang = 'Organizanto:'; $attendee_lang = 'Ĉeestanto:'; $status_lang = 'Stato:'; $location_lang = 'Ejo:'; $admin_header_lang = 'PHP iCalendar Administrado'; $username_lang = 'Uzanto'; $password_lang = 'Pasvorto'; $login_lang = 'Ensaluti'; $invalid_login_lang = 'Malĝusta uzantonomo aŭ pasvorto.'; $addupdate_cal_lang = 'Aldoni aŭ ĝisdatigi kalendaron'; $addupdate_desc_lang = 'Aldonu kalendaron enŝutante novan dosieron. Ĝisdatigu kalendaron enŝutante dosieron kun sama nomo.'; $delete_cal_lang = 'Forigi kalendaron'; $logout_lang = 'Elsaluti'; $cal_file_lang = 'Kalendar-dosiero'; $php_error_lang = 'PHP eraro'; $upload_error_gen_lang = 'Estis iu problemo pri via enŝutado.'; $upload_error_lang[0] = 'Estis iu problemo pri via enŝutado.'; $upload_error_lang[1] = 'La dosiero kiun vi provas enŝuti estas tro granda.'; $upload_error_lang[2] = 'La dosiero kiun vi provas enŝuti estas tro granda.'; $upload_error_lang[3] = 'La dosiero kiun vi provas enŝuti nur parte enŝutiĝis.'; $upload_error_lang[4] = 'Vi devas selekti dosieron por enŝuti.'; $upload_error_type_lang = 'Nur .ics dosieroj akceptiĝas.'; $copy_error_lang = 'Malsukcesis kopii la dosieron'; $delete_error_lang = 'Malsukcesis forigi la dosieron'; $delete_success_lang = 'estis sukcese forigita.'; $action_success_lang = 'Via peto plenumiĝis.'; $submit_lang = 'Enŝuti'; $delete_lang = 'Forigi'; // ----- New after 0.9.4 $all_cal_comb_lang = 'Ĉiuj kalendaroj kune'; // - navigation $back_lang = 'Reen'; $next_lang = 'Venonta'; $prev_lang = 'Antaŭa'; $day_view_lang = 'Taga montrado'; $week_view_lang = 'Semajna montrado'; $month_view_lang = 'Monata montrado'; $year_view_lang = 'Jara montrado'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('jaron','jarojn'); // for these, put singular $format_recur_lang['monthly'] = array('monaton','monatojn'); // and plural forms $format_recur_lang['weekly'] = array('semajno','semajnojn'); // these will be %freq% $format_recur_lang['daily'] = array('tagon','tagojn'); // in the replacement below $format_recur_lang['hourly'] = array('horon','horojn'); $format_recur_lang['minutely'] = array('minuton','minutojn'); $format_recur_lang['secondly'] = array('sekundon','sekundojn'); // Problem! In Esperanto also "Every" needs to have a different form for singular and plural! $format_recur_lang['start'] = 'Ĉiu(j)n %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'ĝis %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% fojojn'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Dum la monatoj: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'Dum la jenaj tagoj de la monato: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Dum la jenaj tagoj de la semajno: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' $daysofweek_lang = array ('Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'); $daysofweekshort_lang = array ('Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'); $daysofweekreallyshort_lang = array ('D','L','M','M','Ĵ','V','S'); $monthsofyear_lang = array ('Januaro','Februaro','Marto','Aprilo','Majo','Junio','Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'); $monthsofyearshort_lang = array ('Jan','Feb','Mar','Apr','Maj','Jun','Jul','Aŭg','Sep','Okt','Nov','Dec'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'G:i'; $timeFormat_small = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A, %e %B'; $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a, %e %b'; $dateFormat_week_jump = '%e %b'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %B %e'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Eraro!'; $error_window_lang = 'Okazis eraro!'; $error_calendar_lang = 'La eraro okazis dum traktado de la kalendaro "%s".'; $error_path_lang = 'Ne eblis malfermi la jenon: "%s"'; $error_back_lang = 'Bonvolu uzi la "Reen" butonon por reiri.'; $error_remotecal_lang = 'Tiu ĉi servilo blokas eksterajn kalendarojn kiuj ne estas aprobitaj.'; $error_restrictedcal_lang = 'Vi provis aliri kalendaron kiu estas limigita fare de tiu ĉ servilo.'; $error_invalidcal_lang = 'Nevalida kalendardosiero. Bonvolu provi alian kalendaron.'; ?> --- NEW FILE: finnish.inc.php --- <?php // Finnish language include // For version 0.9.4 PHP iCalendar // // Translation by Kari Somby (kar...@ra...) // // Submit new translations to ch...@ch... $day_lang = 'Päivä'; $week_lang = 'Viikko'; $month_lang = 'Kuukausi'; $year_lang = 'Vuosi'; $calendar_lang = 'Kalenteri'; $next_day_lang = 'Seuraava Päivä'; $next_month_lang = 'Seuraava Kuukausi'; $next_week_lang = 'Seuraava Viikko'; $next_year_lang = 'Seuraava Vuosi'; $last_day_lang = 'Edellinen Päivä'; $last_month_lang = 'Edellinen K... [truncated message content] |