added module to handle log
[ppastats.git] / po / ppastats.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: ppastats 0.0.x\n"
10 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
11 "POT-Creation-Date: 2012-05-06 13:01+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: src/cache.c:57
21 #, c-format
22 msgid "cache hit %s"
23 msgstr ""
24
25 #: src/cache.c:62
26 #, c-format
27 msgid "cache miss %s"
28 msgstr ""
29
30 #: src/cache.c:71
31 msgid "exceed cache capacity"
32 msgstr ""
33
34 #: src/html.c:392 src/html.c:417
35 #, c-format
36 msgid "failed to open: %s"
37 msgstr ""
38
39 #: src/html.c:448 src/html.c:468 src/html.c:481
40 #, c-format
41 msgid "generating %s"
42 msgstr ""
43
44 #: src/html.c:544
45 #, c-format
46 msgid "copying %s %s"
47 msgstr ""
48
49 #: src/log.c:37
50 #, c-format
51 msgid "Cannot open log file: %s"
52 msgstr ""
53
54 #: src/lp_ws.c:71
55 #, c-format
56 msgid "fetch_url(): %s"
57 msgstr ""
58
59 #: src/lp_ws.c:74
60 msgid "initializing CURL"
61 msgstr ""
62
63 #: src/lp_ws.c:109
64 #, c-format
65 msgid "Fetch failed with code %ld for URL %s"
66 msgstr ""
67
68 #: src/lp_ws.c:114
69 msgid "Wait 5s before retry"
70 msgstr ""
71
72 #: src/lp_ws.c:122
73 #, c-format
74 msgid "Fetch failed: %ld"
75 msgstr ""
76
77 #: src/lp_ws.c:294
78 msgid "cleanup CURL"
79 msgstr ""
80
81 #: src/main.c:102
82 #, c-format
83 msgid ""
84 "Copyright (C) %s jeanfi@gmail.com\n"
85 "License GPLv2: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-"
86 "licenses/gpl-2.0.html>\n"
87 "This is free software: you are free to change and redistribute it.\n"
88 "There is NO WARRANTY, to the extent permitted by law.\n"
89 msgstr ""
90
91 #: src/main.c:112
92 #, c-format
93 msgid "Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"
94 msgstr ""
95
96 #: src/main.c:114
97 msgid "ppastats is a command application for generating PPA statistics.\n"
98 msgstr ""
99
100 #: src/main.c:117
101 msgid ""
102 "Prints number of downloads for each published packages of a PPA or generates "
103 "an HTML page containing a graph representation."
104 msgstr ""
105
106 #: src/main.c:122
107 msgid "Options:"
108 msgstr ""
109
110 #: src/main.c:123
111 msgid ""
112 "  -h, --help          display this help and exit\n"
113 "  -v, --version       display version information and exit"
114 msgstr ""
115
116 #: src/main.c:129
117 msgid "  -o, --output-dir=[PATH]       generates HTML pages into 'PATH'."
118 msgstr ""
119
120 #: src/main.c:132
121 msgid ""
122 "  -s, --status=[STATUS]\t\tretrieves only package of the given status\n"
123 "\t\t\t\t(possible values are: Pending, Published, \n"
124 "\t\t\t\tSuperseded, Deleted or Obsolete)."
125 msgstr ""
126
127 #: src/main.c:137
128 msgid "  -S, --skip-js-css\t\tskip installation of js and css files"
129 msgstr ""
130
131 #: src/main.c:141
132 #, c-format
133 msgid "Report bugs to: %s\n"
134 msgstr ""
135
136 #: src/main.c:143
137 #, c-format
138 msgid "%s home page: <%s>\n"
139 msgstr ""
140
141 #: src/main.c:193
142 #, c-format
143 msgid "Try `%s --help' for more information.\n"
144 msgstr ""
145
146 #: src/ppastats.c:254
147 msgid "Failed to retrieve PPA information"
148 msgstr ""
149
150 #: src/ppastats.c:269
151 #, c-format
152 msgid "Failed to retrieve download totals for %s"
153 msgstr ""
154
155 #: src/ppastats.c:275
156 #, c-format
157 msgid "Failed to retrieve download count for %s"
158 msgstr ""