Zine

open source content publishing system


Changeset 1372:e3f57cbd25f8


Ignore:
Timestamp:
09/16/09 06:43:04 (3 years ago)
Author:
kironono <kilo.sw@…>
Branch:
default
Message:

fix jp/messages.po

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/i18n/ja/messages.po

    r1371 r1372  
    99"Report-Msgid-Bugs-To: zine-i18n@pocoo.org\n" 
    1010"POT-Creation-Date: 2009-07-03 00:48+0100\n" 
    11 "PO-Revision-Date: 2009-09-01 21:48+0900\n" 
    12 "Last-Translator: Takashi Doi <takashi.doi@triax.jp>\n" 
     11"PO-Revision-Date: 2009-09-16 13:33+0900\n" 
     12"Last-Translator: Junichi Kakisako <kilo.sw@gmail.com>\n" 
    1313"Language-Team: ja <LL@li.org>\n" 
    1414"Plural-Forms: nplurals=1; plural=0\n" 
     
    4848msgstr "有効にすると、デバッグを簡単にするためにSQL文がページ下部にまとめて表示されるようになります" 
    4949 
    50  
    5150#: zine/config.py:43 
    5251msgid "My Zine Blog" 
    5352msgstr "My Zine Blog" 
    5453 
    55  
    5654#: zine/config.py:44 
    5755msgid "just another Zine blog" 
     
    6260msgstr "このブログのベースURLを設定します。これは、完全な(httpまたはhttpsが含まれる)URLでなければなりません。この値が正しく設定されていないと、誤動作が発生します。ブログを別の場所に移動させる場合には、この値を変更するのを忘れないでください。" 
    6361 
    64  
    65  
    6662#: zine/config.py:50 
    6763msgid "The email address given here is used by the notification system to send mails from.  Also plugins that send mails will use this address as sender address." 
     
    7874#: zine/config.py:63 
    7975msgid "If set to true the blog enables the maintainance mode." 
    80 msgstr "チェックするとブログのメンテナンスモードが有効になります。" 
     76msgstr "このチェックボックスをオンにすると、ブログのメンテナンスモードが有効になります。" 
    8177 
    8278#: zine/config.py:66 
     
    8884msgstr "秘密鍵は、システムの様々なセキュリティ関連のタスクで使用されます。たとえば、クッキーはこの値で署名されます。" 
    8985 
    90  
    9186#: zine/config.py:76 
    9287msgid "The iid uniquely identifies the Zine instance.  Currently this value is unused, but once set you should not modify it." 
     
    10196msgstr "このチェックボックスをオンにすると、デバッガがZineで起きたエラーを捕捉するようになります。これはプラグインとコア開発に役立ちます。" 
    10297 
    103  
    10498#: zine/config.py:110 
    10599#, python-format 
     
    119113msgstr "キャッシュなし" 
    120114 
    121  
    122115#: zine/config.py:125 
    123116msgid "Simple Cache" 
    124117msgstr "シンプルキャッシュ" 
    125118 
    126  
    127119#: zine/config.py:126 
    128120msgid "memcached" 
     
    141133msgstr "コメントは管理者が常に承認する" 
    142134 
    143  
    144135#: zine/config.py:146 
    145136msgid "Automatically approve comments by known comment authors" 
     
    150141msgstr "1ページに表示する投稿の数を設定します。この値はテーマによってはインデックスページにのみ適用されます。" 
    151142 
    152  
    153  
    154143#: zine/config.py:170 
    155144msgid "This timeout is used by default for all network related operations. The default should be fine for most environments but if you have a very bad network connection during development you should increase it." 
    156145msgstr "このタイムアウトの値は、ネットワーク関連のすべての動作に対してデフォルト値として使用されます。ほとんどの環境において初期値のままで問題ありませんが、開発中にネットワーク接続が悪い場合はより大きな値を設定してください。" 
    157146 
    158  
    159  
    160147#: zine/config.py:179 
    161148msgid "It's possible to one or more comma separated paths here that are searched for plugins.  If the is not absolute, it's considered relative to the instance folder." 
     
    165152msgid "Set this to true if you want to see the most recent entries on the Zine reddit on your dashbaord." 
    166153msgstr "Zine redditの最新エントリーをダッシュボード上に表示したい場合、チェックボックスをオンにしてください。" 
    167  
    168  
    169154 
    170155#: zine/config.py:241 
     
    324309msgstr "下書き" 
    325310 
    326  
    327311#: zine/forms.py:250 
    328312msgid "Published" 
    329313msgstr "公開" 
    330314 
    331  
    332315#: zine/forms.py:251 
    333316msgid "Protected" 
    334317msgstr "保護" 
    335318 
    336  
    337319#: zine/forms.py:252 
    338320msgid "Private" 
     
    343325msgstr "公開日時" 
    344326 
    345  
    346327#: zine/forms.py:254 
    347328msgid "Clear this field to update to current time" 
    348329msgstr "現在の時刻に更新する場合はこの項目をクリアしてください" 
    349  
    350330 
    351331#: zine/forms.py:255 
     
    354334msgid "Slug" 
    355335msgstr "スラッグ" 
    356  
    357336 
    358337#: zine/forms.py:256 
     
    391370msgstr "コメントを有効にする" 
    392371 
    393  
    394372#: zine/forms.py:265 
    395373msgid "Enable pingbacks" 
    396374msgstr "ピンバックを有効にする" 
    397375 
    398  
    399376#: zine/forms.py:266 
    400377msgid "Ping links" 
    401378msgstr "Ping リンク" 
    402379 
    403  
    404  
    405380#: zine/forms.py:305 
    406381#: zine/forms.py:482 
     
    412387msgid "This slug is already in use." 
    413388msgstr "このスラッグはすでに使用されています。" 
    414  
    415389 
    416390#: zine/forms.py:344 
     
    468442msgstr "このスラッグはすでに使用されています" 
    469443 
    470  
    471444#: zine/forms.py:640 
    472445msgid "Comments Per Page:" 
     
    487460msgid "Groupname" 
    488461msgstr "グループ名" 
    489  
    490462 
    491463#: zine/forms.py:713 
     
    558530msgstr "投稿者のリスト" 
    559531 
    560  
    561532#: zine/forms.py:827 
    562533msgid "This user is listed as author" 
     
    575546msgstr "完全に削除する" 
    576547 
    577  
    578548#: zine/forms.py:895 
    579549msgid "Reassign posts" 
    580550msgstr "投稿者を再設定する" 
    581  
    582551 
    583552#: zine/forms.py:898 
     
    635604msgstr "クッキー名" 
    636605 
    637  
    638606#: zine/forms.py:1049 
    639607msgid "Comments enabled" 
     
    644612msgstr "コメントをデフォルトで有効にする" 
    645613 
    646  
    647  
    648614#: zine/forms.py:1052 
    649615msgid "Comment Moderation" 
    650616msgstr "コメントのモデレーション" 
    651617 
    652  
    653618#: zine/forms.py:1055 
    654619msgid "Pingbacks enabled" 
    655620msgstr "ピンバック有効" 
    656621 
    657  
    658622#: zine/forms.py:1056 
    659623msgid "enable pingbacks per default" 
    660624msgstr "ピンバックをデフォルトで有効にする" 
    661625 
    662  
    663  
    664626#: zine/forms.py:1058 
    665627msgid "Use flat comments" 
     
    682644msgstr "1ページあたりの投稿数" 
    683645 
    684  
    685646#: zine/forms.py:1080 
    686647msgid "Blog URL prefix" 
    687648msgstr "ブログURLのプレフィックス" 
    688649 
    689  
    690650#: zine/forms.py:1082 
    691651msgid "Admin URL prefix" 
    692652msgstr "管理画面URLのプレフィックス" 
    693653 
    694  
    695654#: zine/forms.py:1084 
    696655msgid "Category URL prefix" 
    697656msgstr "カテゴリーURLのプレフィックス" 
    698657 
    699  
    700658#: zine/forms.py:1086 
    701659msgid "Tag URL prefix" 
    702660msgstr "タグURLのプレフィックス" 
    703661 
    704  
    705662#: zine/forms.py:1088 
    706663msgid "Author Profiles URL prefix" 
    707664msgstr "投稿者プロフィールURLのプレフィックス" 
    708665 
    709  
    710666#: zine/forms.py:1090 
    711667msgid "Post permalink URL format" 
     
    716672msgstr "スラッグをASCIIに制限する" 
    717673 
    718  
    719674#: zine/forms.py:1094 
    720675msgid "Use zero-padded dates" 
    721676msgstr "日付を0詰めする" 
    722677 
    723  
    724678#: zine/forms.py:1095 
    725679msgid "Force HTTPS" 
     
    734688msgstr "デフォルトのキャッシュタイムアウト" 
    735689 
    736  
    737690#: zine/forms.py:1125 
    738691msgid "Enable eager caching" 
     
    743696msgstr "有効" 
    744697 
    745  
    746  
    747  
    748698#: zine/forms.py:1133 
    749699msgid "You have to provide at least one server to use memcached." 
     
    754704msgstr "ファイルキャッシュシステムを使用する場合は、キャッシュフォルダを指定する必要があります。" 
    755705 
    756  
    757706#: zine/forms.py:1147 
    758707msgid "Dump Download URL" 
    759708msgstr "ダンプダウンロード用URL" 
    760709 
    761  
    762710#: zine/forms.py:1153 
    763711msgid "Feed Download URL" 
     
    776724msgstr "ブログの説明" 
    777725 
    778  
    779  
    780726#: zine/forms.py:1310 
    781727msgid "Load config values" 
    782728msgstr "設定値を読み込む" 
    783  
    784729 
    785730#: zine/forms.py:1311 
     
    792737msgstr "電子メール" 
    793738 
    794  
    795739#: zine/notifications.py:283 
    796740msgid "When a new comment is received." 
    797741msgstr "新しいコメントを受け取ったとき。" 
    798742 
    799  
    800  
    801743#: zine/notifications.py:285 
    802744msgid "When a comment requires moderation." 
    803745msgstr "コメントのモデレーションが必要な場合。" 
    804746 
    805  
    806  
    807747#: zine/notifications.py:287 
    808748msgid "When Zine found an urgent security alarm." 
    809749msgstr "Zineが緊急のセキュリティ警告を見つけた場合。" 
    810750 
    811  
    812751#: zine/parsers.py:152 
    813752msgid "Zine-Markup" 
     
    822761msgstr "ソースURLが存在しません" 
    823762 
    824  
    825763#: zine/pingback.py:56 
    826764msgid "The source URL does not contain a link to the target URL" 
     
    835773msgstr "指定されたターゲットURLは使用できません" 
    836774 
    837  
    838775#: zine/pingback.py:59 
    839776msgid "The pingback has already been registered" 
    840777msgstr "ピンバックはすでに登録されています" 
    841  
    842778 
    843779#: zine/pingback.py:60 
     
    856792msgstr "アップロードされたファイルは有効なプラグインファイルではないため、プラグインをインストールできませんでした。" 
    857793 
    858  
    859  
    860794#: zine/pluginsystem.py:336 
    861795msgid "The plugin uploaded has a newer package version than this Zine installation can handle." 
     
    866800msgstr "同じUIDのプラグインがインストールされています。インストールを中止します。" 
    867801 
    868  
    869802#: zine/pluginsystem.py:341 
    870803msgid "Could not install the package because the installer wasn't able to write the package information. Wrong permissions?" 
     
    875808msgstr "プラグインセットアップエラー" 
    876809 
    877  
    878810#: zine/pluginsystem.py:374 
    879811#, python-format 
     
    913845msgstr "他人の作成したページを編集" 
    914846 
    915  
    916847#: zine/privileges.py:170 
    917848msgid "can view drafts" 
     
    922853msgstr "カテゴリーの管理" 
    923854 
    924  
    925855#: zine/privileges.py:173 
    926856msgid "can moderate comments" 
    927857msgstr "コメントをモデレート" 
    928858 
    929  
    930859#: zine/privileges.py:175 
    931860msgid "can moderate comments on it's own entries" 
    932861msgstr "自分の作成した投稿に対するコメントをモデレート" 
    933862 
    934  
    935863#: zine/privileges.py:177 
    936864msgid "can moderate comments on it's own pages" 
    937865msgstr "自分の作成したページに対するコメントをモデレート" 
    938866 
    939  
    940867#: zine/privileges.py:179 
    941868msgid "can view protected entries" 
     
    962889msgstr "今すぐ" 
    963890 
    964  
    965891#: zine/importers/__init__.py:156 
    966892msgid "set blog title from dump" 
    967893msgstr "ブログのタイトルをダンプから設定" 
    968  
    969894 
    970895#: zine/importers/__init__.py:159 
     
    985910msgstr "設定をアップデートしています..." 
    986911 
    987  
    988912#: zine/importers/feed.py:99 
    989913msgid "Unknown feed uploaded." 
    990914msgstr "不明な形式のフィードがアップロードされました。" 
    991915 
    992  
    993916#: zine/importers/feed.py:145 
    994917msgid "Importing of RSS feeds is currently not possible." 
    995918msgstr "RSSフィードは現在インポートできません。" 
    996919 
    997  
    998920#: zine/importers/feed.py:323 
    999921msgid "Feed Importer" 
    1000922msgstr "フィードインポーター" 
    1001  
    1002  
    1003923 
    1004924#: zine/importers/feed.py:334 
     
    1013933msgstr "アップロードされたファイルの解析中にエラーが発生しました" 
    1014934 
    1015  
    1016  
    1017  
    1018935#: zine/importers/feed.py:342 
    1019936#, python-format 
     
    1026943msgstr "インポートされたアイテムはキューに追加されました。" 
    1027944 
    1028  
    1029  
    1030945#: zine/importers/wordpress.py:248 
    1031946#, python-format 
     
    1037952msgstr "Akismetによってブロックされました" 
    1038953 
    1039  
    1040954#: zine/plugins/akismet_spam_filter/__init__.py:69 
    1041955msgid "The key is invalid." 
    1042956msgstr "APIキーが無効です。" 
    1043957 
    1044  
    1045  
    1046958#: zine/plugins/akismet_spam_filter/__init__.py:80 
    1047959msgid "Could not verify key because of a server to server connection error." 
     
    1057969msgid "Akismet" 
    1058970msgstr "Akismet" 
    1059  
    1060971 
    1061972#: zine/plugins/akismet_spam_filter/__init__.py:191 
     
    1073984msgstr "Akismetを無効にしました。" 
    1074985 
    1075  
    1076986#: zine/plugins/akismet_spam_filter/__init__.py:235 
    1077987msgid "Akismet Blocked Comments" 
     
    1082992msgstr "Akismetによってブロックされたコメント" 
    1083993 
    1084  
    1085  
    1086994#: zine/plugins/akismet_spam_filter/templates/akismet_widget.html:4 
    1087995#, python-format 
    1088996msgid "Akismet has blocked <b>%(spam_comments)s</b> comments." 
    1089997msgstr "Akismet は<b>%(spam_comments)s</b>件のコメントをブロックしました。" 
    1090  
    1091998 
    1092999#: zine/plugins/akismet_spam_filter/templates/admin/akismet_spam_filter.html:2 
     
    11131020msgstr "APIキーを更新" 
    11141021 
    1115  
    1116  
    11171022#: zine/plugins/creole_parser/__init__.py:57 
    11181023#, python-format 
    11191024msgid "Macro “%s” was passed a body but does not support it." 
    11201025msgstr "マクロ “%s” にbodyが渡されましたが、これはサポートされていません。" 
    1121  
    11221026 
    11231027#: zine/plugins/creole_parser/__init__.py:109 
     
    11361040msgstr "管理" 
    11371041 
    1138  
    1139  
    11401042#: zine/plugins/miniblog_theme/templates/_widgets.html:7 
    11411043#: zine/plugins/vessel_theme/templates/_widgets.html:6 
     
    11801082msgid "Pygments" 
    11811083msgstr "Pygments" 
    1182  
    1183  
    1184  
    1185  
    1186  
    11871084 
    11881085#: zine/plugins/pygments_support/templates/admin/pygments_support.html:5 
     
    12181115msgstr "reStructuredText" 
    12191116 
    1220  
    12211117#: zine/plugins/typography/__init__.py:129 
    12221118#: zine/plugins/typography/templates/admin/typography.html:2 
     
    12251121msgstr "文字体裁" 
    12261122 
    1227  
    12281123#: zine/plugins/typography/__init__.py:146 
    12291124msgid "Typography settings could not be changed." 
    12301125msgstr "文字体裁の設定を変更できませんでした。" 
    12311126 
    1232  
    12331127#: zine/plugins/typography/__init__.py:148 
    12341128msgid "Typography settings changed." 
    12351129msgstr "文字体裁の設定を変更しました。" 
    12361130 
    1237  
    12381131#: zine/plugins/typography/templates/admin/typography.html:34 
    12391132msgid "" 
     
    12571150msgid "Single Quote Pairs" 
    12581151msgstr "シングルクォートのペア" 
    1259  
    1260  
    1261  
    12621152 
    12631153#: zine/plugins/typography/templates/admin/typography.html:53 
     
    13021192msgstr "カラーバリエーションを変更しました。" 
    13031193 
    1304  
    13051194#: zine/plugins/vessel_theme/templates/admin/configure_vessel_theme.html:2 
    13061195#: zine/plugins/vessel_theme/templates/admin/configure_vessel_theme.html:4 
     
    13351224msgstr "ブックマークレット" 
    13361225 
    1337  
    13381226#: zine/shared/js/Admin.js:50 
    13391227msgid "Right click on the following link and choose “Add to favorites” or “Bookmark link” to create a posting shortcut." 
    13401228msgstr "以下のリンクを右クリックして、「お気に入りに追加」または「このリンクをブックマーク」を選択し、投稿ショートカットを作成してください。" 
    13411229 
    1342  
    1343  
    13441230#: zine/shared/js/Admin.js:54 
    13451231msgid "Next time you visit an interesting page, just select some text and click on the bookmark." 
     
    13501236msgstr "Blog It!" 
    13511237 
    1352  
    1353  
    13541238#: zine/shared/js/Admin.js:60 
    13551239msgid "Right click on this link and choose “Add to favorites” or “Bookmark link” to create a posting shortcut." 
    13561240msgstr "以下のリンクを右クリックして、「お気に入りに追加」または「このリンクをブックマーク」を選択し、投稿ショートカットを作成してください。" 
    1357  
    13581241 
    13591242#: zine/shared/js/Zine.js:31 
     
    13811264msgstr "ページが見つかりません" 
    13821265 
    1383  
    1384  
    13851266#: zine/templates/404.html:5 
    13861267msgid "Sorry, the page you requested does not exist." 
     
    13931274msgstr "誤ったリンクをたどってきたか、URLをタイプミスしている可能性があります。" 
    13941275 
    1395  
    1396  
    1397  
    1398  
    13991276#: zine/templates/404.html:8 
    14001277#, python-format 
     
    14061283"\n" 
    14071284"<a href=\"%(index_link)s\">トップページ</a>" 
    1408  
    14091285 
    14101286#: zine/templates/500.html:2 
     
    14121288msgstr "Zine Internal Server Error" 
    14131289 
    1414  
    14151290#: zine/templates/500.html:4 
    14161291msgid "Internal Server Error" 
    14171292msgstr "Internal Server Error" 
    1418  
    14191293 
    14201294#: zine/templates/500.html:5 
     
    14351309msgstr "Zineについて" 
    14361310 
    1437  
    1438  
    1439  
    14401311#: zine/templates/_about_zine.html:9 
    14411312msgid "" 
     
    14571328msgstr "© Copyright %(years)s by the Zine Team. Some rights reserved." 
    14581329 
    1459  
    1460  
    1461  
    1462  
    14631330#: zine/templates/_about_zine.html:17 
    14641331msgid "" 
     
    14731340"      are met:" 
    14741341 
    1475  
    1476  
    1477  
    14781342#: zine/templates/_about_zine.html:22 
    14791343msgid "" 
     
    14851349"        copyright notice, this list of conditions and the following\n" 
    14861350"        disclaimer." 
    1487  
    14881351 
    14891352#: zine/templates/_about_zine.html:25 
     
    14991362"        with the distribution." 
    15001363 
    1501  
    15021364#: zine/templates/_about_zine.html:29 
    15031365msgid "" 
     
    15091371"        or promote products derived from this software without specific\n" 
    15101372"        prior written permission." 
    1511  
    15121373 
    15131374#: zine/templates/_about_zine.html:34 
     
    15371398"      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." 
    15381399 
    1539  
    15401400#: zine/templates/_comment.html:5 
    15411401msgid "Pingback by" 
    15421402msgstr "Pingback by" 
    15431403 
    1544  
    15451404#: zine/templates/_comment.html:6 
    15461405msgid "Comment by" 
     
    15501409msgid "Anonymous" 
    15511410msgstr "匿名" 
    1552  
    15531411 
    15541412#: zine/templates/_comment.html:15 
     
    15801438msgstr "編集" 
    15811439 
    1582  
    15831440#: zine/templates/_entry.html:31 
    15841441#: zine/templates/show_entry.html:8 
     
    15861443msgid "written by %(author)s, on %(pub_date)s." 
    15871444msgstr "%(pub_date)sに%(author)sさんによって書かれました。" 
    1588  
    1589  
    15901445 
    15911446#: zine/templates/_entry.html:36 
     
    16081463msgstr "アーカイブ" 
    16091464 
    1610  
    16111465#: zine/templates/archive.html:12 
    16121466msgid "empty archive" 
     
    16381492msgstr "Zineエラー" 
    16391493 
    1640  
    16411494#: zine/templates/index.html:2 
    16421495msgid "Index" 
     
    16511504msgstr "このブログにはまだ投稿がありません。" 
    16521505 
    1653  
    16541506#: zine/templates/internal_error.html:2 
    16551507msgid "Zine Internal Error" 
    16561508msgstr "Zine Internal Error" 
    16571509 
    1658  
    16591510#: zine/templates/internal_error.html:4 
    16601511msgid "Internal Error" 
    16611512msgstr "Internal Error" 
    16621513 
    1663  
    16641514#: zine/templates/internal_error.html:6 
    16651515msgid "Zine encountered an internal error during processing:" 
    16661516msgstr "処理中にZineの内部エラーが発生しました:" 
    16671517 
    1668  
    1669  
    1670  
    1671  
    16721518#: zine/templates/internal_error.html:13 
    16731519msgid "" 
     
    16801526"    問題を解決するには、Zineのドキュメントを参照してください。\n" 
    16811527"  " 
    1682  
    16831528 
    16841529#: zine/templates/internal_error.html:17 
     
    17171562msgstr "コメント" 
    17181563 
    1719  
    17201564#: zine/templates/page.html:14 
    17211565#: zine/templates/show_entry.html:26 
     
    17271571msgstr "Zineメンテナンスモード" 
    17281572 
    1729  
    17301573#: zine/templates/show_author.html:12 
    17311574msgid "Posts written by user" 
    17321575msgstr "このユーザーによって書かれた投稿" 
    17331576 
    1734  
    1735  
    17361577#: zine/templates/show_author.html:15 
    17371578#, python-format 
     
    17441585msgstr "“%(category)s” を見る" 
    17451586 
    1746  
    17471587#: zine/templates/show_category.html:5 
    17481588#, python-format 
    17491589msgid "Entries in the Category “%(category)s”" 
    17501590msgstr "カテゴリー “%(category)s” のエントリー" 
    1751  
    17521591 
    17531592#: zine/templates/show_category.html:10 
     
    17601599msgid "Show “%(tag)s”" 
    17611600msgstr "“%(tag)s” を見る" 
    1762  
    17631601 
    17641602#: zine/templates/show_tag.html:5 
     
    17881626msgid "Do you really want to delete your account?" 
    17891627msgstr "本当にアカウントを削除してもよろしいですか?" 
    1790  
    17911628 
    17921629#: zine/templates/account/delete_account.html:7 
     
    18641701msgstr "ダッシュボード" 
    18651702 
    1866  
    1867  
    18681703#: zine/templates/account/index.html:8 
    18691704#, python-format 
    18701705msgid "Howdy.  Welcome to your Zine account interface %(user)s." 
    18711706msgstr "%(user)sさん、ようこそZineアカウントインターフェイスへ。" 
    1872  
    18731707 
    18741708#: zine/templates/account/index.html:11 
     
    19361770msgid "Bye" 
    19371771msgstr "Bye" 
    1938  
    1939  
    1940  
    19411772 
    19421773#: zine/templates/account/sorry_to_see_you_go.html:16 
     
    20301861msgstr "コメントを承認" 
    20311862 
    2032  
    20331863#: zine/templates/admin/approve_comment.html:7 
    20341864#, python-format 
     
    20571887"    ここでは、ブログのタイトルや見出しなどの基本設定を行うことができます。\n" 
    20581888"  " 
    2059  
    20601889 
    20611890#: zine/templates/admin/block_comment.html:7 
     
    20861915msgstr "インポート中..." 
    20871916 
    2088  
    2089  
    20901917#: zine/templates/admin/blogger_perform_import.html:5 
    20911918msgid "" 
     
    21011928"    <strong>ダウンロード中にキャンセルしないでください!</strong>\n" 
    21021929"  " 
    2103  
    21041930 
    21051931#: zine/templates/admin/blogger_perform_import.html:11 
     
    21211947msgid "Cache Options" 
    21221948msgstr "キャッシュオプション" 
    2123  
    2124  
    2125  
    2126  
    2127  
    21281949 
    21291950#: zine/templates/admin/cache.html:6 
     
    21421963"   " 
    21431964 
    2144  
    2145  
    2146  
    2147  
    21481965#: zine/templates/admin/cache.html:12 
    21491966msgid "" 
     
    21641981msgstr "キャッシュシステム" 
    21651982 
    2166  
    2167  
    21681983#: zine/templates/admin/cache.html:29 
    21691984msgid "Currently Zine supports three caching systems:" 
    21701985msgstr "現在、Zineは3種類のキャッシュシステムをサポートしています:" 
    2171  
    2172  
    2173  
    21741986 
    21751987#: zine/templates/admin/cache.html:31 
     
    21902002"    " 
    21912003 
    2192  
    2193  
    2194  
    2195  
    2196  
    21972004#: zine/templates/admin/cache.html:37 
    21982005msgid "" 
     
    22082015"    " 
    22092016 
    2210  
    2211  
    2212  
    22132017#: zine/templates/admin/cache.html:41 
    22142018msgid "" 
     
    22312035msgid "Memcached Options" 
    22322036msgstr "Memcached オプション" 
    2233  
    2234  
    2235  
    2236  
    2237  
    22382037 
    22392038#: zine/templates/admin/cache.html:50 
     
    22562055"  " 
    22572056 
    2258  
    2259  
    2260  
    22612057#: zine/templates/admin/cache.html:59 
    22622058msgid "" 
     
    22752071msgid "Filesystem Options" 
    22762072msgstr "ファイルシステム オプション" 
    2277  
    2278  
    22792073 
    22802074#: zine/templates/admin/cache.html:68 
     
    22942088"        古いデータはZineによって削除されません。\n" 
    22952089"  " 
    2296  
    2297  
    2298  
    2299  
    2300  
    2301  
    2302  
    23032090 
    23042091#: zine/templates/admin/cache.html:75 
     
    23212108"  " 
    23222109 
    2323  
    23242110#: zine/templates/admin/cache.html:85 
    23252111msgid "General Cache Settings" 
    23262112msgstr "キャッシュ共通設定" 
    2327  
    2328  
    2329  
    2330  
    2331  
    2332  
    2333  
    2334  
    2335  
    2336  
    2337  
    2338  
    2339  
    23402113 
    23412114#: zine/templates/admin/cache.html:86 
     
    23712144msgstr "パスワードの変更" 
    23722145 
    2373  
    23742146#: zine/templates/admin/configuration.html:2 
    23752147#: zine/templates/admin/configuration.html:4 
     
    23772149msgid "Configuration Editor" 
    23782150msgstr "設定エディタ" 
    2379  
    2380  
    2381  
    2382  
    2383  
    2384  
    2385  
    23862151 
    23872152#: zine/templates/admin/configuration.html:5 
     
    24072172msgstr "エディタを無効にする" 
    24082173 
    2409  
    24102174#: zine/templates/admin/configuration.html:51 
    24112175msgid "" 
     
    24452209msgstr "コメントを削除" 
    24462210 
    2447  
    24482211#: zine/templates/admin/delete_comment.html:7 
    24492212#, python-format 
     
    24712234msgstr "すべてのコメントを削除" 
    24722235 
    2473  
    24742236#: zine/templates/admin/delete_comments_all.html:7 
    24752237#, python-format 
    24762238msgid "Do you really want to delete ALL(%d) %s comments; not just the ones shown on the page you were in?" 
    24772239msgstr "本当に%d件すべての%sコメントを削除しますか? (現在のページに表示されていないコメントもすべて削除されます)" 
    2478  
    24792240 
    24802241#: zine/templates/admin/delete_entry.html:2 
     
    24832244msgstr "エントリーを削除" 
    24842245 
    2485  
    24862246#: zine/templates/admin/delete_entry.html:6 
    24872247#, python-format 
     
    24942254"      本当にエントリー “%(entry_title)s” を削除しますか?\n" 
    24952255"    " 
    2496  
    2497  
    24982256 
    24992257#: zine/templates/admin/delete_entry.html:10 
     
    25752333msgid "Delete User" 
    25762334msgstr "ユーザーを削除" 
    2577  
    25782335 
    25792336#: zine/templates/admin/delete_user.html:6 
     
    26332390msgstr "重要:" 
    26342391 
    2635  
    26362392#: zine/templates/admin/edit_entry.html:20 
    26372393#: zine/templates/admin/edit_page.html:21 
     
    26492405msgid "No categories." 
    26502406msgstr "カテゴリーはありません。" 
    2651  
    26522407 
    26532408#: zine/templates/admin/edit_entry.html:42 
     
    27022457msgstr "エクスポート" 
    27032458 
    2704  
    27052459#: zine/templates/admin/export.html:5 
    27062460msgid "" 
     
    27222476"    Zineブログの移動のために使用しないでください。\n" 
    27232477"  " 
    2724  
    27252478 
    27262479#: zine/templates/admin/export.html:13 
     
    27572510msgstr "インポート" 
    27582511 
    2759  
    2760  
    2761  
    27622512#: zine/templates/admin/import.html:5 
    27632513msgid "" 
     
    27762526"  " 
    27772527 
    2778  
    2779  
    27802528#: zine/templates/admin/import.html:17 
    27812529msgid "" 
     
    28102558"  " 
    28112559 
    2812  
    28132560#: zine/templates/admin/import_blogger.html:24 
    28142561#, python-format 
     
    28212568"   あなたは、%(google)sにより認証されています。\n" 
    28222569"  " 
    2823  
    28242570 
    28252571#: zine/templates/admin/import_blogger.html:30 
     
    28272573msgstr "インポートするブログを選択" 
    28282574 
    2829  
    2830  
    28312575#: zine/templates/admin/import_blogger.html:42 
    28322576msgid "Log out of Google" 
    28332577msgstr "Googleからログアウト" 
    2834  
    2835  
    2836  
    2837  
    28382578 
    28392579#: zine/templates/admin/import_blogger.html:50 
     
    28532593"  " 
    28542594 
    2855  
    28562595#: zine/templates/admin/import_blogger.html:57 
    28572596#, python-format 
     
    28642603"    <a href=\"%(url)s\">%(google)s アカウントへログイン</a>\n" 
    28652604"  " 
    2866  
    28672605 
    28682606#: zine/templates/admin/import_feed.html:2 
     
    28712609msgstr "フィードからインポート" 
    28722610 
    2873  
    2874  
    2875  
    2876  
    2877  
    2878  
    28792611#: zine/templates/admin/import_feed.html:5 
    28802612msgid "" 
     
    28982630msgid "Import from WordPress" 
    28992631msgstr "WordPressからインポート" 
    2900  
    2901  
    2902  
    2903  
    29042632 
    29052633#: zine/templates/admin/import_wordpress.html:5 
     
    29242652msgstr "ダンプをアップロード" 
    29252653 
    2926  
    2927  
    29282654#: zine/templates/admin/index.html:8 
    29292655#, python-format 
    29302656msgid "Howdy.  Welcome to the Zine administration interface %(user)s." 
    29312657msgstr "%(user)sさん、ようこそZine管理インターフェイスへ。" 
    2932  
    2933  
    29342658 
    29352659#: zine/templates/admin/index.html:11 
     
    29492673msgstr "投稿を管理" 
    29502674 
    2951  
    29522675#: zine/templates/admin/index.html:22 
    29532676msgid "Configure Zine" 
     
    29682691msgstr "ヘルプを見る" 
    29692692 
    2970  
    29712693#: zine/templates/admin/index.html:27 
    29722694#, python-format 
     
    29962718msgstr "最新の投稿" 
    29972719 
    2998  
    29992720#: zine/templates/admin/index.html:76 
    30002721msgid "Zine at Reddit" 
    30012722msgstr "Zine at Reddit" 
    3002  
    3003  
    30042723 
    30052724#: zine/templates/admin/index.html:77 
     
    30402759msgstr "共有データ" 
    30412760 
    3042  
    30432761#: zine/templates/admin/information.html:31 
    30442762msgid "Builtin Templates" 
    30452763msgstr "組み込みテンプレート" 
    30462764 
    3047  
    30482765#: zine/templates/admin/information.html:33 
    30492766msgid "Builtin Plugins" 
    30502767msgstr "組み込みプラグイン" 
    30512768 
    3052  
    30532769#: zine/templates/admin/information.html:35 
    30542770msgid "Builtin Translations" 
    30552771msgstr "組み込み翻訳" 
    30562772 
    3057  
    30582773#: zine/templates/admin/information.html:37 
    30592774msgid "Path to Instance" 
     
    30752790msgid "Platform" 
    30762791msgstr "プラットフォーム" 
    3077  
    30782792 
    30792793#: zine/templates/admin/information.html:48 
     
    31092823msgstr "WSGI バージョン" 
    31102824 
    3111  
    31122825#: zine/templates/admin/information.html:63 
    31132826msgid "URL Endpoints" 
    31142827msgstr "URLエンドポイント" 
    31152828 
    3116  
    3117  
    31182829#: zine/templates/admin/information.html:64 
    31192830msgid "" 
     
    31252836"    以下のエンドポイントがこのインスタンスに登録されています:\n" 
    31262837"  " 
    3127  
    31282838 
    31292839#: zine/templates/admin/information.html:72 
     
    31312841msgstr "絶対URLハンドラー" 
    31322842 
    3133  
    3134  
    31352843#: zine/templates/admin/information.html:73 
    31362844msgid "" 
     
    31422850"    以下の絶対URLハンドラーがこのインスタンスに登録されています:\n" 
    31432851"  " 
    3144  
    31452852 
    31462853#: zine/templates/admin/information.html:81 
     
    31482855msgstr "表示ハンドラー" 
    31492856 
    3150  
    3151  
    31522857#: zine/templates/admin/information.html:82 
    31532858msgid "" 
     
    31642869msgstr "コンテンツタイプ" 
    31652870 
    3166  
    3167  
    31682871#: zine/templates/admin/information.html:91 
    31692872msgid "" 
     
    31752878"    以下のコンテンツタイプがこのインスタンスに登録されています:\n" 
    31762879"  " 
    3177  
    31782880 
    31792881#: zine/templates/admin/information.html:103 
     
    31912893msgstr "サービス" 
    31922894 
    3193  
    3194  
    3195  
    31962895#: zine/templates/admin/information.html:112 
    31972896msgid "" 
     
    32052904"    " 
    32062905 
    3207  
    32082906#: zine/templates/admin/information.html:121 
    32092907msgid "Installed APIs" 
    32102908msgstr "インストールされているAPI" 
    32112909 
    3212  
    3213  
    3214  
    3215  
    32162910#: zine/templates/admin/information.html:122 
    32172911msgid "" 
     
    32242918"    以下のAPIがこのブログインスタンスにインストールされています。\n" 
    32252919"    マーク(*)されているAPIは推奨されているものです。" 
    3226  
    32272920 
    32282921#: zine/templates/admin/information.html:135 
     
    32302923msgstr "マークアップ拡張" 
    32312924 
    3232  
    3233  
    32342925#: zine/templates/admin/information.html:136 
    32352926msgid "" 
     
    32412932"    以下のマークアップ拡張がこのインスタンスに登録されています:\n" 
    32422933"  " 
    3243  
    32442934 
    32452935#: zine/templates/admin/information.html:143 
     
    32502940msgid "Parsers" 
    32512941msgstr "パーサー" 
    3252  
    3253  
    32542942 
    32552943#: zine/templates/admin/information.html:147 
     
    32802968msgstr "場所" 
    32812969 
    3282  
    32832970#: zine/templates/admin/information.html:170 
    32842971msgid "Configuration Variables" 
     
    33062993msgstr "テンプレートフィルター" 
    33072994 
    3308  
    3309  
    3310  
    3311  
    33122995#: zine/templates/admin/information.html:198 
    33132996msgid "" 
     
    33223005"    エクスポートされるファイルには、パスワードのような機密情報は含まれません。\n" 
    33233006"  " 
    3324  
    33253007 
    33263008#: zine/templates/admin/inspect_import.html:2 
     
    33293011msgstr "インポートの検査" 
    33303012 
    3331  
    3332  
    33333013#: zine/templates/admin/inspect_import.html:5 
    33343014msgid "" 
     
    33503030msgstr "ダンプID" 
    33513031 
    3352  
    3353  
    33543032#: zine/templates/admin/inspect_import.html:19 
    33553033msgid "If you have a special installation and want to rewrite the import programmatically you need this identifier." 
    33563034msgstr "特殊なインストールを行っていて、インポートデータをプログラムで書き換えたい場合はこのIDが必要です。" 
    3357  
    3358  
    3359  
    33603035 
    33613036#: zine/templates/admin/inspect_import.html:24 
     
    33783053msgstr "投稿者情報なし" 
    33793054 
    3380  
    3381  
    3382  
    3383  
    33843055#: zine/templates/admin/inspect_import.html:37 
    33853056msgid "" 
     
    33953066"      ここで何を選択しても意味がありません。\n" 
    33963067"  " 
    3397  
    3398  
    33993068 
    34003069#: zine/templates/admin/inspect_import.html:42 
     
    34313100msgstr "ログ" 
    34323101 
    3433  
    3434  
    3435  
    34363102#: zine/templates/admin/log.html:5 
    34373103msgid "" 
     
    34763142msgid "Maintenance" 
    34773143msgstr "メンテナンス" 
    3478  
    3479  
    34803144 
    34813145#: zine/templates/admin/maintenance.html:5 
     
    35713235msgstr "コメントを%sとして報告" 
    35723236 
    3573  
    35743237#: zine/templates/admin/mark_comment.html:7 
    35753238#, python-format 
     
    36013264msgstr "本当に選択されたコメントをスパムであると報告しますか?" 
    36023265 
    3603  
    36043266#: zine/templates/admin/pages_config.html:2 
    36053267#: zine/templates/admin/pages_config.html:4 
     
    36073269msgstr "ページ設定" 
    36083270 
    3609  
    36103271#: zine/templates/admin/pages_config.html:5 
    36113272msgid "" 
     
    36173278"    ページ設定をしてください。\n" 
    36183279"  " 
    3619  
    36203280 
    36213281#: zine/templates/admin/pages_config.html:10 
     
    36233283msgstr "ページタイトルを表示" 
    36243284 
    3625  
    36263285#: zine/templates/admin/pages_config.html:13 
    36273286msgid "Show the title of the page on top of the page body" 
     
    36323291msgstr "子ページを表示" 
    36333292 
    3634  
    3635  
    36363293#: zine/templates/admin/pages_config.html:19 
    36373294msgid "Show the child-pages on the bottom of the page body" 
    36383295msgstr "ページ本文の下に子ページを表示" 
    36393296 
    3640  
    3641  
    36423297#: zine/templates/admin/perform_import.html:5 
    36433298msgid "" 
     
    36623317"    正常にデータをインポートしました。\n" 
    36633318"  " 
    3664  
    36653319 
    36663320#: zine/templates/admin/plugins.html:2 
     
    37253379msgstr "プラグインを削除" 
    37263380 
    3727  
    37283381#: zine/templates/admin/plugins.html:46 
    37293382msgid "" 
     
    37413394msgid "Add New Plugin" 
    37423395msgstr "新しいプラグインを追加" 
    3743  
    3744  
    37453396 
    37463397#: zine/templates/admin/plugins.html:51 
     
    37923443"  " 
    37933444 
    3794  
    37953445#: zine/templates/admin/theme.html:2 
    37963446#: zine/templates/admin/theme.html:4 
     
    38023452msgstr "このテーマを選択" 
    38033453 
    3804  
    38053454#: zine/templates/admin/theme.html:20 
    38063455#, python-format 
    38073456msgid "by %(author)s" 
    38083457msgstr "投稿者: %(author)sさん" 
    3809  
    38103458 
    38113459#: zine/templates/admin/theme.html:31 
     
    38183466msgstr "コメントのブロックを解除" 
    38193467 
    3820  
    38213468#: zine/templates/admin/unblock_comment.html:7 
    38223469#, python-format 
     
    38373484msgstr "URL オプション" 
    38383485 
    3839  
    3840  
    38413486#: zine/templates/admin/url_options.html:5 
    38423487msgid "" 
     
    38483493msgstr "" 
    38493494"\n" 
    3850 "    ここで基本的なURL設定を変更できます。\n" 
     3495"    ここでは、基本的なURL設定を変更できます。\n" 
    38513496"    これは特に、インストールされるプラグインが新しいインデックスページを加えたり、\n" 
    38523497"    ブログを別の場所に移動させたい場合に役立ちます。\n" 
    38533498"  " 
    3854  
    3855  
    3856  
    3857  
    38583499 
    38593500#: zine/templates/admin/write_page.html:13 
     
    38793520msgstr "場所" 
    38803521 
    3881  
    38823522#: zine/templates/widgets/latest_comments.html:2 
    38833523msgid "Latest Comments" 
     
    38873527msgid "by" 
    38883528msgstr "by" 
    3889  
    38903529 
    38913530#: zine/templates/widgets/latest_posts.html:2 
     
    39153554msgstr "不明なファイル" 
    39163555 
    3917  
    3918  
    39193556#: zine/utils/forms.py:679 
    39203557msgid "No choices." 
     
    39333570msgstr "無効なセキュリティトークンが送信されました。" 
    39343571 
    3935  
    39363572#: zine/utils/forms.py:1144 
    39373573#: zine/utils/forms.py:1528 
     
    39413577msgstr[0] "少なくとも%d個のアイテムを入力してください。" 
    39423578 
    3943  
    39443579#: zine/utils/forms.py:1151 
    39453580#: zine/utils/forms.py:1535 
     
    39543589msgid_plural "Please enter at least %d characters." 
    39553590msgstr[0] "少なくとも%d文字を入力してください。" 
    3956  
    3957  
    39583591 
    39593592#: zine/utils/forms.py:1273 
     
    40663699msgstr "ポートは数値でなければなりません" 
    40673700 
    4068  
    40693701#: zine/utils/validators.py:150 
    40703702msgid "Invalid character, < or > are not allowed." 
     
    40833715msgstr "スラッシュで終わるURLプレフィックスは許可されていません。" 
    40843716 
    4085  
    40863717#: zine/utils/validators.py:179 
    40873718msgid "Invalid character, <, > or \\ are not allowed." 
     
    40923723msgstr "スラッシュから始まるURLフォーマットは許可されていません。" 
    40933724 
    4094  
    4095  
    40963725#: zine/utils/validators.py:185 
    40973726msgid "URL cannot contain //." 
    40983727msgstr "URLに「//」を含んではいけません。" 
    40993728 
    4100  
    4101  
    41023729#: zine/utils/validators.py:187 
    41033730msgid "URL cannot contain a reference toparent path." 
     
    41133740msgstr "テキストを入力してください。" 
    41143741 
    4115  
    4116  
    4117  
    4118  
    41193742#: zine/utils/zeml.py:304 
    41203743msgid "Error when loading dynamic ZEML element. The system ignored the element.  Maybe a disabled plugin caused the problem." 
    41213744msgstr "ダイナミックZEML要素をロード中にエラーが発生しました。システムはこの要素を無視しました。無効にしたプラグインの影響かもしれません。" 
    41223745 
    4123  
    4124  
    41253746#: zine/utils/zeml.py:680 
    41263747#, python-format 
    41273748msgid "Error loading dynamic element %s" 
    41283749msgstr "ダイナミック要素 %s をロード中に発生したエラー" 
    4129  
    4130  
    41313750 
    41323751#: zine/utils/zeml.py:694 
     
    41343753msgstr "マークアップのエラー" 
    41353754 
    4136  
    41373755#: zine/utils/zeml.py:1118 
    41383756#, python-format 
     
    41433761msgid "Profile" 
    41443762msgstr "プロフィール" 
    4145  
    41463763 
    41473764#: zine/views/account.py:47 
     
    42393856msgstr "情報" 
    42403857 
    4241  
    4242  
    42433858#: zine/views/admin.py:194 
    42443859#, python-format 
     
    42503865msgid "Could not activate plugin “%(name)s”: %(error)s" 
    42513866msgstr "プラグイン “%(name)s” を有効化できませんでした: %(error)s" 
    4252  
    4253  
    42543867 
    42553868#: zine/views/admin.py:256 
     
    42573870msgstr "投稿が一般公開されていないので、URLからの応答はありませんでした" 
    42583871 
    4259  
    4260  
    42613872#: zine/views/admin.py:259 
    42623873msgid "Could not ping URLs because the parser for the post is not available any longer." 
    42633874msgstr "投稿のためのパーサーが利用不能になっているため、URLの応答を確認できませんでした。" 
    42643875 
    4265  
    4266  
    42673876#: zine/views/admin.py:273 
    42683877#, python-format 
     
    42763885msgstr[0] "以下のリンクとの正常な接続を確認しました: %s" 
    42773886 
    4278  
    42793887#: zine/views/admin.py:319 
    42803888msgid "Text here..." 
     
    43153923msgstr "ページ %s は正常に削除されました。" 
    43163924 
    4317  
    4318  
    43193925#: zine/views/admin.py:559 
    43203926msgid "“Delete All” can only be issued for “Spam” and “Blocked” comment types." 
     
    43463952msgstr "すべてのコメント" 
    43473953 
    4348  
    43493954#: zine/views/admin.py:632 
    43503955msgid "Comments Awaiting Moderation" 
    43513956msgstr "承認待ちコメント" 
    4352  
    43533957 
    43543958#: zine/views/admin.py:640 
     
    43693973msgid "Comments for “%s”" 
    43703974msgstr "“%s” に対するコメント" 
    4371  
    4372  
    43733975 
    43743976#: zine/views/admin.py:687 
     
    43813983msgstr "このコメントを管理する権限がありません" 
    43823984 
    4383  
    4384  
    43853985#: zine/views/admin.py:697 
    43863986#, python-format 
     
    43883988msgstr "%s さんのコメントは正常にモデレートされました。" 
    43893989 
    4390  
    4391  
    43923990#: zine/views/admin.py:752 
    43933991#, python-format 
     
    43953993msgstr "%s さんのコメントは承認されました。" 
    43963994 
    4397  
    4398  
    43993995#: zine/views/admin.py:775 
    44003996#, python-format 
     
    44023998msgstr "%s さんのコメントはブロックされました。" 
    44033999 
    4404  
    4405  
    44064000#: zine/views/admin.py:797 
    44074001#, python-format 
    44084002msgid "Comment by %s reported as Spam successfully." 
    44094003msgstr "%s さんのコメントはスパムとして報告されました。" 
    4410  
    4411  
    44124004 
    44134005#: zine/views/admin.py:820 
     
    44354027msgstr "カテゴリー %s は正常に削除されました。" 
    44364028 
    4437  
    44384029#: zine/views/admin.py:933 
    44394030#, python-format 
     
    44414032msgstr "ユーザー %s は正常に作成されました。" 
    44424033 
    4443  
    44444034#: zine/views/admin.py:937 
    44454035#, python-format 
    44464036msgid "User %s edited successfully." 
    44474037msgstr "ユーザー %s は正常に編集されました。" 
    4448  
    4449  
    44504038 
    44514039#: zine/views/admin.py:961 
     
    44634051msgstr "グループ %s は正常に編集されました。" 
    44644052 
    4465  
    4466  
    44674053#: zine/views/admin.py:1057 
    44684054msgid "Configuration altered successfully." 
    44694055msgstr "設定は正常に変更されました。" 
    44704056 
    4471  
    44724057#: zine/views/admin.py:1084 
    44734058msgid "URL configuration changed." 
     
    44784063msgstr "テーマは正常に変更されました。" 
    44794064 
    4480  
    44814065#: zine/views/admin.py:1121 
    44824066msgid "This theme is not configurable" 
    44834067msgstr "このテーマの設定はありません" 
    44844068 
    4485  
    44864069#: zine/views/admin.py:1133 
    44874070msgid "Plugin configuration changed" 
    44884071msgstr "プラグイン設定が変更されました" 
    44894072 
    4490  
    44914073#: zine/views/admin.py:1142 
    44924074#, python-format 
     
    45124094msgstr "キャッシュ設定は正常に変更されました。" 
    45134095 
    4514  
    45154096#: zine/views/admin.py:1218 
    45164097msgid "Configuration updated successfully." 
    45174098msgstr "設定は正常に更新されました。" 
    45184099 
    4519  
    4520  
    45214100#: zine/views/admin.py:1221 
    45224101msgid "Could not save the configuration because the configuration is invalid." 
     
    45394118msgid "Password changed successfully." 
    45404119msgstr "正常にパスワードを変更しました。" 
    4541  
    4542  
    45434120 
    45444121#: zine/views/blog.py:52 
     
    45574134msgstr "タグ %s が付けられたすべての投稿" 
    45584135 
    4559  
    4560  
    45614136#: zine/views/blog.py:197 
    45624137#, python-format 
     
    45684143msgid "Comment %(num)d on %(post)s" 
    45694144msgstr "%(post)s に%(num)d件のコメント" 
    4570  
    45714145 
    45724146#: zine/views/blog.py:451 
     
    45874161msgstr "メールアドレスを入力してください。" 
    45884162 
    4589  
    4590  
    45914163#: zine/websetup/__init__.py:132 
    45924164msgid "The mail address is not valid." 
     
    45974169msgstr "パスワードを入力してください。" 
    45984170 
    4599  
    4600  
    46014171#: zine/websetup/__init__.py:137 
    46024172msgid "The two passwords do not match." 
    46034173msgstr "パスワードが一致しません。" 
    46044174 
    4605  
    46064175#: zine/websetup/__init__.py:206 
    46074176#, python-format 
     
    46334202msgid "Database" 
    46344203msgstr "データベース" 
    4635  
    4636  
    4637  
    46384204 
    46394205#: zine/websetup/templates/database.html:4 
     
    46604226msgstr "sqlite://database.db" 
    46614227 
    4662  
    4663  
    4664  
    46654228#: zine/websetup/templates/database.html:13 
    46664229msgid "" 
     
    47014264msgstr "ウェブセットアップはZineを正常にインストールできませんでした。" 
    47024265 
    4703  
    4704  
    47054266#: zine/websetup/templates/error.html:5 
    47064267msgid "" 
     
    47144275"    また、サポートページではベータ版が公開されていることもあります。\n" 
    47154276"  " 
    4716  
    47174277 
    47184278#: zine/websetup/templates/finished.html:3 
    47194279msgid "Setup Finished" 
    47204280msgstr "セットアップが完了しました" 
    4721  
    47224281 
    47234282#: zine/websetup/templates/finished.html:4 
     
    47604319msgstr "ようこそZineのセットアップへ" 
    47614320 
    4762  
    4763  
    47644321#: zine/websetup/templates/start.html:4 
    47654322msgid "" 
     
    47734330"    いくつかの基本的な質問に回答してZineのセットアップを行います。\n" 
    47744331"  " 
    4775  
    47764332 
    47774333#: zine/websetup/templates/start.html:8 
     
    47924348msgid "Setup Starting" 
    47934349msgstr "セットアップを開始します" 
    4794  
    47954350 
    47964351#: zine/websetup/templates/summary.html:4 
Note: See TracChangeset for help on using the changeset viewer.