]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - locale/ja/LC_MESSAGES/statusnet.po
Localisation updates from http://translatewiki.net
[quix0rs-gnu-social.git] / locale / ja / LC_MESSAGES / statusnet.po
index 49bb2fd50439e6460f5175a37ee3ecc4cfb74369..94bb1d17a31beb4c6fc9fb63e173fa6bf11fb981 100644 (file)
@@ -12,17 +12,17 @@ msgid ""
 msgstr ""
 "Project-Id-Version: StatusNet - Core\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-18 18:35+0000\n"
-"PO-Revision-Date: 2010-10-18 18:41:43+0000\n"
+"POT-Creation-Date: 2010-10-18 20:49+0000\n"
+"PO-Revision-Date: 2010-10-18 20:50:48+0000\n"
 "Language-Team: Japanese <http://translatewiki.net/wiki/Portal:ja>\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: MediaWiki 1.17alpha (r74952); Translate extension (2010-09-17)\n"
+"X-Generator: MediaWiki 1.17alpha (r74965); Translate extension (2010-09-17)\n"
 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
 "X-Language-Code: ja\n"
 "X-Message-Group: #out-statusnet-core\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-POT-Import-Date: 2010-10-09 14:31:24+0000\n"
+"X-POT-Import-Date: 2010-10-18 20:28:37+0000\n"
 
 #. TRANS: Page title
 #. TRANS: Menu item for site administration
@@ -900,7 +900,7 @@ msgstr ""
 #. TRANS: Button label on the delete user form.
 #. TRANS: Button label on the form to block a user from a group.
 #: actions/block.php:153 actions/deleteapplication.php:154
-#: actions/deletegroup.php:211 actions/deletenotice.php:150
+#: actions/deletegroup.php:220 actions/deletenotice.php:150
 #: actions/deleteuser.php:152 actions/groupblock.php:178
 msgctxt "BUTTON"
 msgid "No"
@@ -919,7 +919,7 @@ msgstr "このユーザをアンブロックする"
 #. TRANS: Button label on the delete user form.
 #. TRANS: Button label on the form to block a user from a group.
 #: actions/block.php:160 actions/deleteapplication.php:161
-#: actions/deletegroup.php:218 actions/deletenotice.php:157
+#: actions/deletegroup.php:227 actions/deletenotice.php:157
 #: actions/deleteuser.php:159 actions/groupblock.php:185
 #, fuzzy
 msgctxt "BUTTON"
@@ -936,10 +936,12 @@ msgstr "このユーザをブロックする"
 msgid "Failed to save block information."
 msgstr "ブロック情報の保存に失敗しました。"
 
+#. TRANS: Client error when trying to delete a non-local group.
+#. TRANS: Client error when trying to delete a non-existing group.
 #. TRANS: Command exception text shown when a group is requested that does not exist.
 #. TRANS: Error text shown when trying to leave a group that does not exist.
 #: actions/blockedfromgroup.php:80 actions/blockedfromgroup.php:87
-#: actions/deletegroup.php:87 actions/deletegroup.php:98
+#: actions/deletegroup.php:87 actions/deletegroup.php:100
 #: actions/editgroup.php:100 actions/foafgroup.php:44 actions/foafgroup.php:62
 #: actions/foafgroup.php:69 actions/groupblock.php:86 actions/groupbyid.php:83
 #: actions/groupdesignsettings.php:100 actions/grouplogo.php:102
@@ -1093,38 +1095,47 @@ msgstr "このアプリケーションを削除しないでください"
 msgid "Delete this application"
 msgstr "このアプリケーションを削除"
 
-#: actions/deletegroup.php:65
+#. TRANS: Client error when trying to delete group while not logged in.
+#: actions/deletegroup.php:64
 #, fuzzy
 msgid "You must be logged in to delete a group."
 msgstr "グループから離れるにはログインしていなければなりません。"
 
-#: actions/deletegroup.php:93 actions/joingroup.php:88
+#. TRANS: Client error when trying to delete a group without providing a nickname or ID for the group.
+#: actions/deletegroup.php:94 actions/joingroup.php:88
 #: actions/leavegroup.php:88
 #, fuzzy
 msgid "No nickname or ID."
 msgstr "ニックネームがありません。"
 
-#: actions/deletegroup.php:104
+#. TRANS: Client error when trying to delete a group without having the rights to delete it.
+#: actions/deletegroup.php:107
 #, fuzzy
 msgid "You are not allowed to delete this group."
 msgstr "このグループのメンバーではありません。"
 
-#: actions/deletegroup.php:146
+#. TRANS: Server error displayed if a group could not be deleted.
+#. TRANS: %s is the name of the group that could not be deleted.
+#: actions/deletegroup.php:150
 #, fuzzy, php-format
-msgid "Could not delete group %2$s."
+msgid "Could not delete group %s."
 msgstr "グループを更新できません。"
 
-#: actions/deletegroup.php:153
+#. TRANS: Message given after deleting a group.
+#. TRANS: %s is the deleted group's name.
+#: actions/deletegroup.php:159
 #, fuzzy, php-format
-msgid "Deleted group %2$s"
+msgid "Deleted group %s"
 msgstr "%1$s はグループ %2$s に残りました。"
 
-#: actions/deletegroup.php:169 actions/deletegroup.php:194
+#. TRANS: Title.
+#. TRANS: Form legend for deleting a group.
+#: actions/deletegroup.php:176 actions/deletegroup.php:202
 #, fuzzy
 msgid "Delete group"
 msgstr "ユーザ削除"
 
-#: actions/deletegroup.php:197
+#: actions/deletegroup.php:206
 #, fuzzy
 msgid ""
 "Are you sure you want to delete this group? This will clear all data about "
@@ -1135,13 +1146,13 @@ msgstr ""
 "ベースからユーザに関するすべてのデータをクリアします。"
 
 #. TRANS: Submit button title for 'No' when deleting a group.
-#: actions/deletegroup.php:215
+#: actions/deletegroup.php:224
 #, fuzzy
 msgid "Do not delete this group"
 msgstr "このつぶやきを削除できません。"
 
 #. TRANS: Submit button title for 'Yes' when deleting a group.
-#: actions/deletegroup.php:222
+#: actions/deletegroup.php:231
 #, fuzzy
 msgid "Delete this group"
 msgstr "このユーザを削除"
@@ -7643,31 +7654,3 @@ msgstr "ユーザIDの記述がありません。"
 #, php-format
 msgid "%d entries in backup."
 msgstr ""
-
-#~ msgid ""
-#~ "The request token %s has been authorized. Please exchange it for an "
-#~ "access token."
-#~ msgstr ""
-#~ "リクエストトークン %s は承認されました。 アクセストークンとそれを交換して"
-#~ "ください。"
-
-#~ msgid "Deny"
-#~ msgstr "拒絶"
-
-#~ msgid "Path to locales"
-#~ msgstr "ロケールのパス"
-
-#~ msgid "Theme server"
-#~ msgstr "テーマサーバー"
-
-#~ msgid "Theme path"
-#~ msgstr "テーマパス"
-
-#~ msgid "Background server"
-#~ msgstr "バックグラウンドサーバー"
-
-#~ msgid "Background path"
-#~ msgstr "バックグラウンドパス"
-
-#~ msgid "Background directory"
-#~ msgstr "バックグラウンドディレクトリ"