get PPA template from file
[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-07 14:22+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:407 src/html.c:436
35 #, c-format
36 msgid "failed to open: %s"
37 msgstr ""
38
39 #: src/html.c:470 src/html.c:490 src/html.c:503
40 #, c-format
41 msgid "generating %s"
42 msgstr ""
43
44 #: src/html.c:566
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:68
55 msgid "initializing CURL"
56 msgstr ""
57
58 #: src/lp_ws.c:84
59 #, c-format
60 msgid "fetch_url(): %s"
61 msgstr ""
62
63 #: src/lp_ws.c:114 src/lp_ws.c:129
64 #, c-format
65 msgid "Fetch failed with code %ld for URL %s"
66 msgstr ""
67
68 #: src/lp_ws.c:119
69 msgid "Wait 5s before retry"
70 msgstr ""
71
72 #: src/lp_ws.c:303
73 msgid "cleanup CURL"
74 msgstr ""
75
76 #: src/main.c:103
77 #, c-format
78 msgid ""
79 "Copyright (C) %s jeanfi@gmail.com\n"
80 "License GPLv2: GNU GPL version 2 or later\n"
81 "<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
82 "This is free software: you are free to change and redistribute it.\n"
83 "There is NO WARRANTY, to the extent permitted by law.\n"
84 msgstr ""
85
86 #: src/main.c:113
87 #, c-format
88 msgid "Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"
89 msgstr ""
90
91 #: src/main.c:116
92 msgid "ppastats is a command application for generating PPA statistics.\n"
93 msgstr ""
94
95 #: src/main.c:119
96 msgid ""
97 "Prints number of downloads for each published packages of a PPA or "
98 "generates\n"
99 "an HTML page containing a graph representation."
100 msgstr ""
101
102 #: src/main.c:123
103 msgid "Options:"
104 msgstr ""
105
106 #: src/main.c:125
107 msgid ""
108 "  -h, --help          display this help and exit\n"
109 "  -v, --version       display version information and exit"
110 msgstr ""
111
112 #: src/main.c:131
113 msgid "  -o, --output-dir=[PATH]  generates HTML pages into 'PATH'."
114 msgstr ""
115
116 #: src/main.c:134
117 msgid ""
118 "  -s, --status=[STATUS]    retrieves only package of the given status\n"
119 "                           (possible values are: Pending, Published,\n"
120 "                           Superseded, Deleted or Obsolete)."
121 msgstr ""
122
123 #: src/main.c:139
124 msgid " -S, --skip-js-css         skip installation of js and css files"
125 msgstr ""
126
127 #: src/main.c:142
128 #, c-format
129 msgid "Report bugs to: %s\n"
130 msgstr ""
131
132 #: src/main.c:144
133 #, c-format
134 msgid "%s home page: <%s>\n"
135 msgstr ""
136
137 #: src/main.c:194
138 #, c-format
139 msgid "Try `%s --help' for more information.\n"
140 msgstr ""
141
142 #: src/ppastats.c:254
143 msgid "Failed to retrieve PPA information"
144 msgstr ""
145
146 #: src/ppastats.c:269
147 #, c-format
148 msgid "Failed to retrieve download totals for %s"
149 msgstr ""
150
151 #: src/ppastats.c:275
152 #, c-format
153 msgid "Failed to retrieve download count for %s"
154 msgstr ""