added module to handle log
[ppastats.git] / po / ppastats.pot
index 12dd2c0..e151df2 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ppastats 0.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2012-05-05 23:52+0200\n"
+"POT-Creation-Date: 2012-05-06 13:01+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,68 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/main.c:101
+#: src/cache.c:57
+#, c-format
+msgid "cache hit %s"
+msgstr ""
+
+#: src/cache.c:62
+#, c-format
+msgid "cache miss %s"
+msgstr ""
+
+#: src/cache.c:71
+msgid "exceed cache capacity"
+msgstr ""
+
+#: src/html.c:392 src/html.c:417
+#, c-format
+msgid "failed to open: %s"
+msgstr ""
+
+#: src/html.c:448 src/html.c:468 src/html.c:481
+#, c-format
+msgid "generating %s"
+msgstr ""
+
+#: src/html.c:544
+#, c-format
+msgid "copying %s %s"
+msgstr ""
+
+#: src/log.c:37
+#, c-format
+msgid "Cannot open log file: %s"
+msgstr ""
+
+#: src/lp_ws.c:71
+#, c-format
+msgid "fetch_url(): %s"
+msgstr ""
+
+#: src/lp_ws.c:74
+msgid "initializing CURL"
+msgstr ""
+
+#: src/lp_ws.c:109
+#, c-format
+msgid "Fetch failed with code %ld for URL %s"
+msgstr ""
+
+#: src/lp_ws.c:114
+msgid "Wait 5s before retry"
+msgstr ""
+
+#: src/lp_ws.c:122
+#, c-format
+msgid "Fetch failed: %ld"
+msgstr ""
+
+#: src/lp_ws.c:294
+msgid "cleanup CURL"
+msgstr ""
+
+#: src/main.c:102
 #, c-format
 msgid ""
 "Copyright (C) %s jeanfi@gmail.com\n"
@@ -27,17 +88,71 @@ msgid ""
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: src/main.c:111
+#: src/main.c:112
 #, c-format
 msgid "Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"
 msgstr ""
 
-#: src/main.c:120
+#: src/main.c:114
+msgid "ppastats is a command application for generating PPA statistics.\n"
+msgstr ""
+
+#: src/main.c:117
+msgid ""
+"Prints number of downloads for each published packages of a PPA or generates "
+"an HTML page containing a graph representation."
+msgstr ""
+
+#: src/main.c:122
 msgid "Options:"
 msgstr ""
 
-#: src/main.c:121
+#: src/main.c:123
 msgid ""
 "  -h, --help          display this help and exit\n"
 "  -v, --version       display version information and exit"
 msgstr ""
+
+#: src/main.c:129
+msgid "  -o, --output-dir=[PATH]       generates HTML pages into 'PATH'."
+msgstr ""
+
+#: src/main.c:132
+msgid ""
+"  -s, --status=[STATUS]\t\tretrieves only package of the given status\n"
+"\t\t\t\t(possible values are: Pending, Published, \n"
+"\t\t\t\tSuperseded, Deleted or Obsolete)."
+msgstr ""
+
+#: src/main.c:137
+msgid "  -S, --skip-js-css\t\tskip installation of js and css files"
+msgstr ""
+
+#: src/main.c:141
+#, c-format
+msgid "Report bugs to: %s\n"
+msgstr ""
+
+#: src/main.c:143
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr ""
+
+#: src/main.c:193
+#, c-format
+msgid "Try `%s --help' for more information.\n"
+msgstr ""
+
+#: src/ppastats.c:254
+msgid "Failed to retrieve PPA information"
+msgstr ""
+
+#: src/ppastats.c:269
+#, c-format
+msgid "Failed to retrieve download totals for %s"
+msgstr ""
+
+#: src/ppastats.c:275
+#, c-format
+msgid "Failed to retrieve download count for %s"
+msgstr ""