diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 22:02:13 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 22:06:10 +0200 |
commit | d91da62c456159d0fc51772c8bec74e94b7b7400 (patch) | |
tree | 94e98769593d4c2c855847f02a2c6d72ffd9344d /po | |
parent | 22e6cefa54de681b131ecb97fc9383ff5e990dfe (diff) |
PO update
Diffstat (limited to 'po')
-rw-r--r-- | po/en_US/rbot-quotes.po | 47 | ||||
-rw-r--r-- | po/fr/rbot-quotes.po | 52 | ||||
-rw-r--r-- | po/it/rbot-quotes.po | 47 | ||||
-rw-r--r-- | po/ja/rbot-quotes.po | 47 | ||||
-rw-r--r-- | po/rbot-quotes.pot | 49 | ||||
-rw-r--r-- | po/zh_CN/rbot-quotes.po | 47 | ||||
-rw-r--r-- | po/zh_TW/rbot-quotes.po | 47 |
7 files changed, 195 insertions, 141 deletions
diff --git a/po/en_US/rbot-quotes.po b/po/en_US/rbot-quotes.po index d6623f56..0caeed8c 100644 --- a/po/en_US/rbot-quotes.po +++ b/po/en_US/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2007-07-14 00:06-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: English\n" @@ -15,87 +15,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "botuser %{source} renamed to %{dest}" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "" diff --git a/po/fr/rbot-quotes.po b/po/fr/rbot-quotes.po index b9a5f072..c13d104b 100644 --- a/po/fr/rbot-quotes.po +++ b/po/fr/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2008-06-21 16:40+0100\n" "Last-Translator: Lagrange Marc <markocpc@gmail.com>\n" "Language-Team: French\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." @@ -24,7 +24,7 @@ msgstr "" "Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en " "privé." -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." @@ -33,7 +33,7 @@ msgstr "" "<num>. Vous avez seulement besoin de specifier <salon> si vous addressez %" "{nick} en privé." -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " @@ -43,7 +43,7 @@ msgstr "" "nombre <num>. Vous avez seulement besoin de specifier <salon> si vous " "addressez %{nick} en privé. Sans <num>, une quote alleatoire sera retournée." -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" @@ -53,7 +53,7 @@ msgstr "" "correspond à <regexp>. Vous avez seulement besoin de specifier <salon> si " "vous addressez %{nick} en privé" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" @@ -63,7 +63,7 @@ msgstr "" "avec le nombre <num>. Vous avez seulement besoin de specifier <salon> si " "vous addressez %{nick} en privé Sans <num>, une quote alleatoire sera mise." -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " @@ -73,7 +73,7 @@ msgstr "" "correspondent à <regexp>. Vous avez seulement besoin de specifier <salon> " "si vous addressez %{nick} en privé" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" @@ -81,7 +81,7 @@ msgstr "" "whoquote [<salon>] <num> => affiche qui a ajouté la quote <num>. Vous avez " "seulement besoin de specifier <salon> si vous addressez %{nick} en privé" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" @@ -90,37 +90,49 @@ msgstr "" "Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en " "privé" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +#, fuzzy +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" +"whenquote [<salon>] <num> => affiche quand la quote <num> a été ajoutée. " +"Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en " +"privé" + +#: data/rbot/plugins/quotes.rb:147 +#, fuzzy msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" "Quote module (Sauvegarde et lecture de quotes) topics: addquote, delquote, " "getquote, searchquote, topicquote, countquote, whoquote, whenquote" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "quote non trouvée!" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "[%{num}] %{quote}" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "quote %{num} ajoutée par %{source}" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "quote %{num} ajoutée le %{date}" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "%{total} quotes correspondent %{reg}" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "%{total} quotes" diff --git a/po/it/rbot-quotes.po b/po/it/rbot-quotes.po index 8ee5d3bb..f8515532 100644 --- a/po/it/rbot-quotes.po +++ b/po/it/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2008-06-22 12:06+0100\n" "Last-Translator: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>\n" "Language-Team: it\n" @@ -15,87 +15,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "nessuna citazione trovata!" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "[%{num}] %{quote}" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "citazione %{num} aggiunto da %{source}" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "citazione %{num} aggiunta il %{date}" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "%{total} citazioni per %{reg}" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "%{total} citazioni" diff --git a/po/ja/rbot-quotes.po b/po/ja/rbot-quotes.po index 141eac84..913b4de1 100644 --- a/po/ja/rbot-quotes.po +++ b/po/ja/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2007-07-09 01:36-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: Japanese\n" @@ -15,87 +15,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "" diff --git a/po/rbot-quotes.pot b/po/rbot-quotes.pot index bd976b3b..58b9b518 100644 --- a/po/rbot-quotes.pot +++ b/po/rbot-quotes.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" -"PO-Revision-Date: 2008-06-05 22:14-0400\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" +"PO-Revision-Date: 2008-08-06 19:26+0200\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -16,87 +16,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "" diff --git a/po/zh_CN/rbot-quotes.po b/po/zh_CN/rbot-quotes.po index b880c0f5..85d9796c 100644 --- a/po/zh_CN/rbot-quotes.po +++ b/po/zh_CN/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2007-07-09 01:39-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: Chinese\n" @@ -15,87 +15,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "" diff --git a/po/zh_TW/rbot-quotes.po b/po/zh_TW/rbot-quotes.po index d32c72c1..71876b09 100644 --- a/po/zh_TW/rbot-quotes.po +++ b/po/zh_TW/rbot-quotes.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2008-08-06 19:26+0200\n" "PO-Revision-Date: 2007-07-09 01:24-0400\n" "Last-Translator: Liang-Bin Hsueh <hlb@handlino.com>\n" "Language-Team: Chinese\n" @@ -15,87 +15,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: data/rbot/plugins/quotes.rb:125 +#: data/rbot/plugins/quotes.rb:129 msgid "" "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You " "only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:127 +#: data/rbot/plugins/quotes.rb:131 msgid "" "delquote [<channel>] <num> => delete quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:129 +#: data/rbot/plugins/quotes.rb:133 msgid "" "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. " "You only need to supply <channel> if you are addressing %{nick} privately. " "Without <num>, a random quote will be returned." msgstr "" -#: data/rbot/plugins/quotes.rb:131 +#: data/rbot/plugins/quotes.rb:135 msgid "" "searchquote [<channel>] <regexp> => search for quote from <channel> that " "matches <regexp>. You only need to supply <channel> if you are addressing %" "{nick} privately." msgstr "" -#: data/rbot/plugins/quotes.rb:133 +#: data/rbot/plugins/quotes.rb:137 msgid "" "topicquote [<channel>] [<num>] => set topic to quote from <channel> with " "number <num>. You only need to supply <channel> if you are addressing %" "{nick} privately. Without <num>, a random quote will be set." msgstr "" -#: data/rbot/plugins/quotes.rb:135 +#: data/rbot/plugins/quotes.rb:139 msgid "" "countquote [<channel>] <regexp> => count quotes from <channel> that match " "<regexp>. You only need to supply <channel> if you are addressing %{nick} " "privately." msgstr "" -#: data/rbot/plugins/quotes.rb:137 +#: data/rbot/plugins/quotes.rb:141 msgid "" "whoquote [<channel>] <num> => show who added quote <num>. You only need to " "supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:139 +#: data/rbot/plugins/quotes.rb:143 msgid "" "whenquote [<channel>] <num> => show when quote <num> was added. You only " "need to supply <channel> if you are addressing %{nick} privately" msgstr "" -#: data/rbot/plugins/quotes.rb:141 +#: data/rbot/plugins/quotes.rb:145 +msgid "" +"lastquote [<channel>] => show the last quote in a given channel. You only " +"need to supply <channel> if you are addressing %{nick} privately" +msgstr "" + +#: data/rbot/plugins/quotes.rb:147 msgid "" "Quote module (Quote storage and retrieval) topics: addquote, delquote, " -"getquote, searchquote, topicquote, countquote, whoquote, whenquote" +"getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote" msgstr "" -#: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172 -#: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200 -#: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242 +#: data/rbot/plugins/quotes.rb:164 data/rbot/plugins/quotes.rb:178 +#: data/rbot/plugins/quotes.rb:192 data/rbot/plugins/quotes.rb:206 +#: data/rbot/plugins/quotes.rb:220 data/rbot/plugins/quotes.rb:248 +#: data/rbot/plugins/quotes.rb:261 msgid "quote not found!" msgstr "" -#: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209 -#: data/rbot/plugins/quotes.rb:237 +#: data/rbot/plugins/quotes.rb:173 data/rbot/plugins/quotes.rb:215 +#: data/rbot/plugins/quotes.rb:243 data/rbot/plugins/quotes.rb:256 msgid "[%{num}] %{quote}" msgstr "" -#: data/rbot/plugins/quotes.rb:181 +#: data/rbot/plugins/quotes.rb:187 msgid "quote %{num} added by %{source}" msgstr "" -#: data/rbot/plugins/quotes.rb:195 +#: data/rbot/plugins/quotes.rb:201 msgid "quote %{num} added on %{date}" msgstr "" -#: data/rbot/plugins/quotes.rb:223 +#: data/rbot/plugins/quotes.rb:229 msgid "%{total} quotes matching %{reg}" msgstr "" -#: data/rbot/plugins/quotes.rb:228 +#: data/rbot/plugins/quotes.rb:234 msgid "%{total} quotes" msgstr "" |