home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 October / maximum-cd-2005-10.iso / Software / Utilities / iPodder21Setup.exe / localization / catalog / zh-Hans.py < prev   
Encoding:
Python Source  |  2005-05-24  |  15.6 KB  |  401 lines

  1. #! python
  2. # -*- coding: utf-8 -*-
  3.  
  4. g_strtable = -1
  5. language_code = __name__.split('.')[-1]
  6.  
  7. def add(label, txt):
  8.     global g_strtable
  9.     g_strtable.AddText(language_code, label, txt)
  10.  
  11. def AddStrings(strtable):
  12.     global g_strtable
  13.     g_strtable = strtable
  14.  
  15.     #############################################
  16.     ## MV: 11:25 PM 2/20/2005
  17.     ## READ THIS BEFORE EDITING/ADDING!!
  18.     ## If you add new items, add them in the 'New strings' part.
  19.     ## We can easily send them to the translators that way.
  20.     #############################################
  21.  
  22.     ##_________________________________________________________
  23.     ##
  24.     ##     New strings
  25.     ##_________________________________________________________
  26.  
  27.     add("str_open_downloads_folder", u"µëôσ╝ÇΣ╕ïΦ╜╜τ¢«σ╜ò")
  28.     add("str_chkupdate_on_startup", u"σÉ»σ迵ù╢µúǵƒÑµû░τëêµ£¼")
  29.     add("str_bad_feedmanager_url", u"Φ»╖Σ╕║Feedτ«íτÉåΦ╛ôσàÑΣ╕ÇΣ╕¬σÉêµ│òτÜäURL")
  30.     add("str_feed_manager", u"Feedτ«íτÉå")
  31.     add("str_feedmanager_enable", u"σÉѵêæτÜäΦ«óΘÿàσê░Σ╕ÇΣ╕¬Φ┐£τ¿ïµ£ìσèí")
  32.     add("str_opml_url", u"OPML URL")
  33.     add("str_set_track_genre", u"Φ«╛τ╜«Θƒ│Φ╜¿µ╡üµ┤╛Σ╕║")
  34.     add("str_auto_delete", u"Φç¬σè¿σêáΘÖñµ¢▓τ¢«∩╝îµù╢Θù┤σñºΣ║Ä")
  35.     add("str_days_old", u"σñ⌐τÜä")
  36.     
  37.     add("str_show_notes", u"µÿ╛τñ║µ│¿Φºú")
  38.     add("str_close", u"σà│Θù¡")
  39.  
  40.     add("str_critical_error_minspace_exceeded", \
  41.         u"Φ╖│Φ┐çΣ╕ïΦ╜╜; τ¢«σëìσÅ»τö¿τ⌐║Θù┤Σ╕║%dMB, σ░ÅΣ║Ä " \
  42.         u"Φ«╛σ«ÜτÜäµ£Çσ░ÅσÇ╝ %dMB.  Φ»╖Θçèµö╛τí¼τ¢ÿτ⌐║Θù┤ " \
  43.         u"τö¿µ╕àΘÖñσèƒΦâ╜µêûσ£¿ΓÇ£σÅéµò░ΘÇëµï⌐ΓÇ¥Σ╕¡Φ░âµò┤ΓÇ£σ¡ÿσé¿τ«íτÉåΓÇ¥ΘÇëΘí╣")
  44.     add("str_critical_error_unknown", u"Σ╕ïΦ╜╜Φ┐çτ¿ïΣ╕¡σç║τÄ░Σ╕ÑΘçìτÜäµ£¬τƒÑΘöÖΦ»»")
  45.     
  46.     add("str_error_checking_new_version", u"σ╛êµè▒µ¡ë∩╝îµúǵƒÑµû░τëêµ£¼Φ┐çτ¿ïΣ╕¡σç║ΘöÖ∩╝îΦ»╖τ¿ìσÉÄΘçìΦ»ò")
  47.     add("str_hours", u"σ░ŵù╢")
  48.     add("str_minutes", u"σêåΘÆƒ")
  49.  
  50.     # The next 4 are for the status bar updates during the initial scan.
  51.     add("str_scanning", u"µë½µÅÅΣ╕¡")
  52.     add("str_scanned", u"µë½µÅÅσ«îµêÉ")
  53.     add("str_feed", u"Feed")
  54.     add("str_feeds", u"Feeds")
  55.     
  56.     add("str_downloading_new_episodes", u"Σ╕ïΦ╜╜Σ╕¡τÜäµû░µ¢▓τ¢«")
  57.     add("str_sched_specific", u"σ£¿µîçσ«Üµù╢Θù┤µúǵƒÑ")
  58.     add("str_sched_reg", u"σ£¿σ¢║σ«Üµù╢Θù┤Θù┤ΘÜöσåàµúǵƒÑ")
  59.     add("str_repeat_every", u"Θçìσñìµ»ÅΘÜö:")
  60.     add("str_next_run_label", u"Σ╕ïµ¼íΦ┐ÉΦíî:")
  61.     
  62.     add("str_license", u"This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the  License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of  merchantability or fitness for a particular purpose. \n\nSee the GNU General Public License for more details.")
  63.  
  64.     add("str_donate", u"µìÉσè⌐iPodder")
  65.     add("str_donate_expl", u"It's important to keep community-owned iPodder applications online and keep this new way of consuming media free as in speech. Any amount of money will make the team happy and encourage them to work on new features and services!")
  66.     add("str_donate_yes", u"µÿ»τÜä∩╝îΘ⌐¼Σ╕èσ╕ªµêæσÄ╗µìÉσè⌐Θí╡Θ¥ó∩╝ü")
  67.     add("str_donate_two_weeks", u"µêæΦ┐ÿµâ│σåìΣ║åΦºúΣ╕ÇΣ╕ï,Σ╕ñσæ¿σÉÄσ£¿µÿ╛τñ║")
  68.     add("str_donate_already", u"µêæσ╖▓τ╗ŵìÉσè⌐Σ║å∩╝îσê½σåìµÿ╛τñ║σ»╣Φ»¥µíå")
  69.     add("str_donate_no", u"µêæΣ╕ìµâ│µìÉσè⌐∩╝îσê½σåìµÿ╛τñ║σ»╣Φ»¥µíå")
  70.     add("str_donate_one_day", u"τÄ░σ£¿Σ╕ìµâ│µìÉσè⌐∩╝î1σñ⌐σÉÄσåìµ¼íµÅÉΘ寵êæ")
  71.     add("str_donate_proceed", u"τ╗ºτ╗¡")
  72.  
  73.     add("str_scheduler_dialog", u"σ«Üµù╢σÖ¿")
  74.     add("str_scheduler_tab", u"Φ«╛τ╜«")
  75.  
  76.     add("str_select_import_file", u"ΘÇëµï⌐σ»╝σàѵûçΣ╗╢")    
  77.     add("str_add_feed_dialog", u"σèáΣ╕ÇΣ╕¬Feed")
  78.     add("str_edit_feed", u"Feedσ▒₧µÇº")
  79.  
  80.     add("str_really_delete", u"τ£ƒτÜäσêáΘÖñ")
  81.  
  82.     add("str_license_caption", u"τëêµ¥âσìÅΦ««")
  83.  
  84.     add("str_ep_downloaded", u"σ╖▓Σ╕ïΦ╜╜")
  85.     add("str_ep_skipped_removed_other", u"Φ╖│Φ┐ç/σêáΘÖñ/σà╢Σ╗ûτÜäFeed")
  86.     add("str_ep_to_download", u"σ╛àΣ╕ïΦ╜╜")
  87.  
  88.     add("str_select_none_cleanup", u"σà¿Σ╕ìΘÇë")
  89.     add("str_submit_lang", u"µÅÉΣ║ñΣ╕ÇτºìΦ»¡Φ¿Ç")
  90.     
  91.     add("str_dltab_live", u"µ┤╗σè¿τÜäΣ╕ïΦ╜╜Φ┐¢τ¿ï: ")
  92.     add("str_dltab_ul_speed", u"Σ╕èΣ╝áΘǃσ║ª: ")
  93.     add("str_dltab_dl_speed", u"Σ╕ïΦ╜╜Θǃσ║ª: ")
  94.  
  95.  
  96.     ##_________________________________________________________
  97.     ##
  98.     ##     Main window (iPodder.xrc)
  99.     ##_________________________________________________________
  100.  
  101.  
  102.     
  103.     ## File menu
  104.     add("str_file", u"µûçΣ╗╢")
  105.     add("str_import_opml", u"Σ╗ÄOPMLµûçΣ╗╢σ»╝σàÑFeeds...")
  106.     add("str_export_opml", u"σ»╝σç║Feedsσê░OPMLµûçΣ╗╢...")
  107.     add("str_preferences_menubar", u"Σ╕¬Σ║║Φ«╛σ«Ü...")
  108.     add("str_close_window", u"σà│Θù¡τ¬ùσÅú")
  109.     add("str_quit", u"ΘÇÇσç║")
  110.  
  111.     add("str_edit", u"τ╝ûΦ╛æ")
  112.     add("str_select_all", u"σà¿ΘÇë")
  113.  
  114.     add("str_tools", u"σ╖Ñσà╖")
  115.     add("str_check_all", u"σà¿Θ⿵úǵƒÑ")
  116.     add("str_catch_up", u"Σ╕ïΦ╜╜µû░τÜäPodcast")
  117.     add("str_check_selected", u"µúǵƒÑΘÇëΣ╕¡τÜä")
  118.     add("str_add_feed", u"σèáµû░Feed...")
  119.     add("str_remove_selected", u"σêáΘÖñFeed")
  120.     add("str_feed_properties", u"Feedσ▒₧µÇº...")
  121.     add("str_scheduler_menubar", u"σ«Üµù╢σÖ¿...")
  122.     
  123.     add("str_select_language", u"ΘÇëµï⌐Φ»¡Φ¿Ç")
  124.  
  125.     ## these are also used for the tabs
  126.     add("str_view", u"µƒÑτ£ï")
  127.     add("str_downloads", u"Σ╕ïΦ╜╜")
  128.     add("str_subscriptions", u"Φ«óΘÿà")
  129.     add("str_podcast_directory", u"Podcastτ¢«σ╜ò")
  130.     add("str_cleanup", u"µ╕àτÉå")
  131.  
  132.     add("str_help", u"σ╕«σè⌐")
  133.     add("str_online_help", u"σ£¿τ║┐σ╕«σè⌐")
  134.     add("str_faq", u"σ╕╕ΦºüΘù«ΘóÿΦºúτ¡ö")
  135.     add("str_check_for_update", u"µúǵƒÑµ¢┤µû░...")
  136.     add("str_report_a_problem", u"Θù«ΘóÿµèÑσæè")
  137.     add("str_goto_website", u"Φ«┐Θù«τ╜æτ½Ö")
  138.     add("str_make_donation", u"µìÉσè⌐")
  139.     add("str_menu_license", u"τëêµ¥âσìÅΦ««...")
  140.     add("str_about", u"σà│Σ║Ä...")
  141.  
  142.  
  143.     ## Downloadstab Toolbar
  144.     add("str_remove_selected_items", u"σêáΘÖñΘÇëΣ╕¡τÜäµ¥íτ¢«")
  145.     add("str_cancel_selected_download", u"σÅûµ╢êΣ╕ïΦ╜╜∩╝êΘÇëΣ╕¡τÜäµ¥íτ¢«∩╝ë")
  146.     add("str_pause_selected", u"µÜéσü£Σ╕ïΦ╜╜∩╝êΘÇëΣ╕¡τÜäµ¥íτ¢«∩╝ë")
  147.  
  148.     ## Downloadstab States (in columns)
  149.     ## Enclosure states. Use str_dl_state_ prefix to avoid collisions with
  150.     ## other strings, e.g. str_downloading above which isn't capitalized.
  151.     add("str_dl_state_new", u"µû░σ╗║")
  152.     add("str_dl_state_queued", u"σ£¿ΘÿƒσêùΣ╕¡")
  153.     add("str_dl_state_downloading", u"Σ╕ïΦ╜╜Σ╕¡")
  154.     add("str_dl_state_downloaded", u"σ╖▓Σ╕ïΦ╜╜")
  155.     add("str_dl_state_cancelled", u"σ╖▓σÅûµ╢ê")
  156.     add("str_dl_state_finished", u"σ╖▓σ«îµêÉ")
  157.     add("str_dl_state_partial", u"Θâ¿σêåΣ╕ïΦ╜╜")
  158.     add("str_dl_state_clearing", u"µ¡úσ£¿µ╕àτÉå")
  159.  
  160.  
  161.     ## Subscriptionstab Toolbar
  162.     add("str_check_for_new_podcasts", u"µúǵƒÑµû░τÜäPodcast")
  163.     add("str_catch_up_mode", u"Σ╕ïΦ╜╜Podcast - Σ╗àΣ╕ïΦ╜╜µ£Çµû░τÜäΦ«óΘÿà")
  164.  
  165.     add("str_add_new_feed", u"µ╖╗σèáFeed");
  166.     add("str_remove_selected_feed", u"σêáΘÖñΘÇëΣ╕¡τÜäFeed")
  167.     add("str_properties", u"σ▒₧µÇº")
  168.     add("str_check_selected_feed", u"µúǵƒÑΘÇëΣ╕¡τÜäFeed")
  169.  
  170.     add("str_scheduler_on", u"σ«Üµù╢σÖ¿ - µëôσ╝Ç")
  171.     add("str_scheduler_off", u"σ«Üµù╢σÖ¿ - σà│Θù¡")        
  172.  
  173.     ## Subscriptionstab Scheduler information
  174.     add("str_next_run:", u"Σ╕ïµ¼íΦ┐ÉΦíî:")
  175.  
  176.     ## Subscriptionstab episode frame
  177.     add("str_downloading_episode_info", u"Σ╕ïΦ╜╜Σ╕¡τÜäµ¢▓τ¢«Σ┐íµü»...")
  178.     add("str_no_episodes_found", u"µ▓íµ£ëµë╛σê░µ¢▓τ¢«πÇé")
  179.  
  180.  
  181.     ## Directorytab Toolbar
  182.     add("str_refresh", u"σê╖µû░")
  183.     add("str_open_all_folders", u"µëôσ╝ǵëǵ£ëτ¢«σ╜ò")
  184.     add("str_close_all_folders", u"σà│Θù¡µëǵ£ëτ¢«σ╜ò")
  185.     add("str_add", u"µ╖╗σèá")
  186.  
  187.     ## Directorytab Other items
  188.     add("str_directory_description", u"σ£¿τ¢«σ╜òΣ╕¡τé╣σç╗Σ╕ÇΣ╕¬Feedµêûσ£¿Σ╕èΘ¥óτÜäτ⌐║τÖ╜σñäΦ╛ôσàÑ/τ▓ÿΦ┤┤,τä╢σÉÄτé╣σç╗µ╖╗σèá")
  189.  
  190.  
  191.  
  192.  
  193.     ## Cleanuptab items
  194.     add("str_select_a_feed", u"ΘÇëµï⌐Σ╕ÇΣ╕¬Feed")
  195.     add("str_refresh_cleanup", u"σê╖µû░")
  196.     
  197.     add("str_look_in", u"µƒÑµë╛µ¢▓τ¢«σ£¿...")        
  198.     add("str_player_library", u"µÆ¡µö╛σÖ¿σ¬ÆΣ╜ôσ║ô")
  199.     add("str_downloads_folder", u"Σ╕ïΦ╜╜τ¢«σ╜ò")
  200.     add("str_delete_library_entries", u"σêáΘÖñσ¬ÆΣ╜ôσ║ôΣ╕¡τÜäµ¥íτ¢«")
  201.     add("str_delete_files", u"σêáΘÖñµûçΣ╗╢")
  202.     add("str_select_all_cleanup", u"σà¿ΘÇë")
  203.     add("str_delete", u"σêáΘÖñ")
  204.  
  205.  
  206.  
  207.     ## Logtab items
  208.     add("str_log", u"µùÑσ┐ù")
  209.     add("str_clear", u"µ╕àτÉå")
  210.  
  211.  
  212.     ## Columns (in downloads- and subscriptionstab)
  213.     add("str_lst_name", u"σÉìτº░")
  214.     add("str_lst_date", u"µùѵ£ƒ")        
  215.     add("str_lst_progress", u"Φ┐¢σ║ª")
  216.     add("str_lst_state", u"τè╢µÇü")
  217.     add("str_lst_mb", u"MB")
  218.     add("str_lst_location", u"Σ╜ìτ╜«")
  219.     add("str_lst_episode", u"µ¢▓τ¢«")
  220.     add("str_lst_playlist", u"µÆ¡µö╛σêùΦí¿")
  221.  
  222.     ## Feed subscription states -- see ipodder/feeds.py SUB_STATES variable
  223.     add("str_subscribed", u"σ╖▓Φ«óΘÿà")
  224.     add("str_disabled", u"σ╖▓σñ▒µòê")
  225.     add("str_newly-subscribed", u"µ£ÇΦ┐æΦ«óΘÿà")
  226.     add("str_unsubscribed", u"σ╖▓ΘÇÇΦ«ó")
  227.     add("str_preview", u"ΘóäΦºê")
  228.     add("str_force", u"σ╝║σê╢")
  229.     
  230.  
  231.  
  232.  
  233.  
  234.  
  235.     ##_________________________________________________________
  236.     ##
  237.     ##   Dialog Windows
  238.     ##_________________________________________________________
  239.  
  240.  
  241.  
  242.     ## OPML Import Dialog
  243.     #--- Select import file
  244.  
  245.     ## OPML Export Dialog
  246.     add("str_choose_name_export_file", u"Σ╕║σ»╝σç║µûçΣ╗╢ΘÇëµï⌐Σ╕ÇΣ╕¬σÉìσ¡ù")
  247.     add("str_subs_exported", u"µëǵ£ëτÜäΦ«óΘÿàσ╖▓τ╗Åσ»╝σç║")
  248.     
  249.     ## Preferences Dialog
  250.     add("str_preferences", u"Θàìτ╜«")
  251.     
  252.     add("str_save", u"Σ┐¥σ¡ÿ")
  253.     add("str_cancel", u"σÅûµ╢ê")
  254.     
  255.     # General
  256.     add("str_general", u"ΘÇÜτö¿")
  257.     add("str_gen_options_expl", u"Σ╕║iPodderτ¿ïσ║ÅΦ«╛τ╜«ΘÇÜτö¿ΘÇëΘí╣")
  258.     add("str_hide_on_startup", u"µ£¼Φ╜»Σ╗╢σÉ»σè¿σÉÄ∩╝îσŬσ£¿τ│╗τ╗ƒµëÿτ¢ÿΣ╕¡µÿ╛τñ║iPodder")
  259.  
  260.     add("str_run_check_startup", u"τ│╗τ╗ƒσÉ»σ迵ù╢Φç¬σ迵úǵƒÑµû░Podcast")
  261.     add("str_play_after_download", u"µëǵ£ëµ¢▓τ¢«Σ╕ïΦ╜╜σ«îσ░▒µÆ¡µö╛")
  262.     add("str_location_and_storage", u"Σ╜ìτ╜«σÆîσ¡ÿσé¿τ«íτÉå")
  263.     add("str_stop_downloading", u"σü£µ¡óΣ╕ïΦ╜╜∩╝îσ╜ôτí¼τ¢ÿτ⌐║Θù┤σë⌐Σ╜Öσ«╣Θçŵ£Çσ░Åσê░")
  264.     add("str_bad_megabyte_limit_1", u"Φ»╖Φ╛ôσàѵò┤µò░")
  265.     add("str_bad_megabyte_limit_2", u"Φ»╖ΘçìΦ»ò")
  266.  
  267.     add("str_download_folder", u"Σ╕ïΦ╜╜Podcastσê░µ¡ñτ¢«σ╜ò")
  268.     add("str_browse", u"µ╡ÅΦºê")
  269.     add("str_bad_directory_pref_1", u"µë╛Σ╕ìσê░µîçσ«ÜτÜäτ¢«σ╜ò")
  270.     add("str_bad_directory_pref_2", u"Φ»╖σàêσê¢σ╗║µ¡ñτ¢«σ╜òτä╢σÉÄΘçìΦ»ò")
  271.  
  272.     
  273.     # Threading
  274.     add("str_threads", u"τ║┐τ¿ï")
  275.     add("str_multiple_download", u"σñÜτ║┐τ¿ïΣ╕ïΦ╜╜Φ«╛τ╜«")
  276.     add("str_max_feedscans", u"Σ╕║µÉ£τ┤óFeed∩╝îµ»ÅΣ╕¬Σ╝ÜΦ»¥µ£Çσñºτ║┐τ¿ï")
  277.     add("str_max_downloads", u"µ»ÅΣ╕¬Σ╝ÜΦ»¥µ£ÇσñºΣ╕ïΦ╜╜τ║┐τ¿ï")
  278.    
  279.     # Network settings
  280.     add("str_networking", u"τ╜æτ╗£Φ«╛τ╜«")
  281.     add("str_coralize_urls", u"Coralize URLs (σ«₧Θ¬îτÜä)")
  282.     add("str_proxy_server", u"τö¿Σ╗úτÉåµ£ìσèíσÖ¿")
  283.     add("str_proxy_address", u"σ£░σ¥Ç")
  284.     add("str_proxy_port", u"τ½»σÅú")
  285.     add("str_proxy_username", u"τö¿µê╖σÉì")
  286.     add("str_proxy_password", u"σ»åτáü")
  287.     add("str_bad_proxy_pref", u"Σ╜áΘÇëµï⌐Σ╜┐τö¿Σ╗úτÉåµ£ìσèíσÖ¿∩╝îΣ╜åµ▓íµ£ëµÅÉΣ╛¢σà╢σ£░σ¥ÇσÆîτ½»σÅú∩╝îΦ»╖Φ┐öσ¢₧τ╜æτ╗£Φ«╛τ╜«Θçìµû░Φ«╛τ╜«")
  288.  
  289.     # Player
  290.     add("str_player", u"µÆ¡µö╛σÖ¿")
  291.     add("str_choose_a_player", u"ΘÇëµï⌐Σ╕ÇΣ╕¬µÆ¡µö╛σÖ¿")
  292.     add("str_no_player", u"µ▓íµ£ëµÆ¡µö╛σÖ¿")
  293.     
  294.     # Advanced
  295.     add("str_advanced", u"Θ½ÿτ║º")
  296.     add("str_options_power_users", u"Φ┐ÖΣ║¢ΘÇëΘí╣ΘÇéτö¿Σ║ÄΘ½ÿτ║ºτö¿µê╖")
  297.     add("str_run_command_download", u"σ£¿σ«îµêɵ»ÅΣ╕¬Σ╕ïΦ╜╜σÉÄΦ┐ÉΦíîΦ┐ÖΣ╕¬σæ╜Σ╗ñ")
  298.     add("str_rcmd_full_path", u"%f = Σ╕ïΦ╜╜µûçΣ╗╢τÜäσà¿Φ╖»σ╛ä")
  299.     add("str_rcmd_podcast_name", u"%n = PodcastσÉìτº░")
  300.     add("str_other_advanced_options", u"σà╢Σ╗ûΘ½ÿτ║ºΘÇëΘí╣")
  301.     add("str_show_log", u"σ£¿τ¿ïσ║ÅΣ╕¡µÿ╛τñ║µùÑσ┐ùµáçτ¡╛")
  302.  
  303.  
  304.  
  305.     ## Feed Dialog (add/properties)
  306.     add("str_title", u"µáçΘóÿ")
  307.     add("str_url", u"URL")
  308.     add("str_goto_subs", u"σê░Φ«óΘÿàµáçτ¡╛Σ╕¡µƒÑτ£ïΦ┐ÖΣ╕¬Feedσ»╣σ║öτÜäµ¢▓τ¢«")
  309.     add("str_feed_save", u"Σ┐¥σ¡ÿ")
  310.     add("str_feed_cancel", u"σÅûµ╢ê")
  311.  
  312.  
  313.  
  314.  
  315.     ## Scheduler Dialog
  316.     add("str_enable_scheduler", u"µëôσ╝Çσ«Üµù╢σÖ¿")
  317.     add("str_sched_select_type", u"σ«Üµù╢σÖ¿Φ┐ÉΦíîµû╣σ╝Å:")
  318.     add("str_check_at_specific_times", u"σ£¿µîçσ«Üµù╢Θù┤µúǵƒÑ")
  319.     add("str_check_at_regular_intervals", u"σ£¿σ¢║σ«Üµù╢Θù┤Θù┤ΘÜöµúǵƒÑ")
  320.     add("str_repeat_every:", u"Θçìσñìµ»ÅΘÜö:")
  321.     add("str_latest_run", u"µ£ÇσÉÄΣ╕ǵ¼íΦ┐ÉΦíî")
  322.     add("str_next_run", u"Σ╕ïµ¼íΦ┐ÉΦíî:")
  323.     add("str_not_yet", u"Φ┐ÿµ▓íµ£ë")
  324.     #--- Cancel
  325.     add("str_save_and_close", u"Σ┐¥σ¡ÿσ╣╢σà│Θù¡")
  326.     #--- Save
  327.  
  328.     add("str_time_error", u"Σ╝╝Σ╣Äσà╢Σ╕¡µ£ëΣ╕ÇΣ╕¬σ«Üµù╢µù╢Θù┤σ╣╢Σ╕쵡úτí«∩╝úτí«τÜäµù╢Θù┤µá╝σ╝Åσ║öΦ»ÑσâÅΦ┐Öµá╖: 10:02am, 16:43.")
  329.  
  330.  
  331.     ## Donations Dialog
  332.     #--- Donate to iPodder
  333.     #--- It's important to keep non-commercial iPodder applications online and keep this new way of consuming media free. Any amount of money will make the team happy and encourage them to work on new features!
  334.     #--- Yes, take me to the donations page now!
  335.     #--- I still have to check it a bit more, show this again in two weeks
  336.     #--- I allready made a donation, don't show this dialog again
  337.     #--- No, I don't want to donate, never show this dialog again
  338.     #--- Not now, notify me again in 1 day
  339.     #--- OK
  340.  
  341.  
  342.  
  343.  
  344.     ## About Dialog
  345.     #--- Version:
  346.     #--- Programming: Erik de Jonge, Andrew Grumet, Garth Kidd, Perica Zivkovic\nDesign: Martijn Venrooy\nContent strategist: Mark Alexander Posth\nConcept: Adam Curry, Dave Winer\nThanks to all translators for their commitments!\n\nBased on Feedparser and BitTorrent technology.\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the  License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of  merchantability or fitness for a particular purpose. \n\nSee the GNU General Public License for more details.
  347.  
  348.  
  349.  
  350.  
  351.     ## Statusbar items
  352.     add("str_check_for_new_podcast_button", u"τé╣σç╗τ╗┐Φë▓µîëΘÆ«∩╝îµúǵƒÑµû░Podcast")
  353.     add("str_last_check", u"µ£ÇσÉĵúǵƒÑσ«îµêÉΣ║Ä")
  354.     add("str_of", u"τÜä")
  355.     add("str_item", u"µ¥íτ¢«")
  356.     add("str_items", u"µ¥íτ¢«")
  357.     add("str_downloading", u"Σ╕ïΦ╜╜Σ╕¡")
  358.     add("str_downloaded", u"Σ╕ïΦ╜╜σ«îµêÉ")
  359.     add("str_enclosure", u"enclosure")
  360.     add("str_enclosures", u"enclosures")
  361.     add("str_fetched", u"µèôσÅûσ«îµêÉ")
  362.     add("str_loading_mediaplayer", u"µ¡úσ£¿σ╝òσ»╝media player...")
  363.     add("str_loaded_mediaplayer", u"media playerσ╝òσ»╝σ«îµêÉ...")        
  364.     add("str_initialized", u"iPodder σçåσñçσ«îµêÉ")
  365.  
  366.  
  367.  
  368.  
  369.     ## Other application strings
  370.     import iPodder
  371.     import gui.skin
  372.     add("str_ipodder_title", gui.skin.PRODUCT_NAME + u" - Podcast µÄѵö╢µ£║ v" + iPodder.__version__)
  373.     add("str_localization_restart", u"iPodderτÜäΦ»¡Φ¿ÇσêçµìóΘ£ÇΦªüΘçìµû░σÉ»σè¿∩╝îτé╣σç╗OkΘçìσÉ»∩╝îCancelτ╗ºτ╗¡")
  374.     add("str_really_quit", u"Σ╕ÇΣ╕¬Σ╕ïΦ╜╜Φ┐¢τ¿ïσ£¿Φ┐ÉΦíî∩╝îτ£ƒτÜäΘÇÇσç║∩╝ƒ");
  375.     add("str_double_check", u"σ╖▓τ╗ŵ£ëΣ╕ÇΣ╕¬Σ╕ïΦ╜╜Φ┐¢τ¿ïσ£¿Φ┐ÉΦíîΣ║å");
  376.     
  377.     # check for update
  378.     add("str_new_version_ipodder", u"µû░τëêµ£¼τÜäiPodderσÅ»Σ╗Ñτö¿Σ║å∩╝îµîëσÄïOkσÄ╗Σ╕ïΦ╜╜Θí╡Θ¥ó")
  379.     add("str_no_new_version_ipodder", u"Φ┐ÖΣ╕¬τëêµ£¼τÜäiPodderµÿ»µ£Çµû░τÜä")
  380.     add("str_other_copy_running", u"σŪσñûΣ╕ÇΣ╕¬iPodderσ£¿Φ┐ÉΦíîΣ╕¡∩╝îΦ»╖σöñΦ╡╖σ«â∩╝îτ¡ëσ«âσ«îµêÉ∩╝îµêûΣ╕¡µ¡óσ«â")
  381.  
  382.     # Windows taskbar right-click menu
  383.     add("str_check_now", u"τ½ïσê╗µúǵƒÑ")        
  384.     add("str_open_ipodder", u"µëôσ╝ÇiPodder")
  385.     #--- Downloading
  386.     add("str_scanning_feeds", u"µë½µÅÅτÜäFeed")
  387.  
  388.     # Feed right-click menu
  389.     add("str_remove", u"σêáΘÖñ")        
  390.     add("str_open_in_browser", u"σ£¿µ╡ÅΦºêσÖ¿Σ╕¡µëôσ╝Ç")
  391.     
  392.     
  393.  
  394.     # Downloads right-click menu
  395.     add("str_play_episode", u"τö¿mediaplayerµÆ¡µö╛µ¢▓τ¢«")
  396.     add("str_clear_selected", u"µ╕àτÉåΘÇëΣ╕¡τÜäµ¥íτ¢«")
  397.     
  398.  
  399.  
  400.  
  401.