1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat, Inc
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# sweta <swkothar@redhat.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: mlocate\n"
"Report-Msgid-Bugs-To: https://fedorahosted.org/mlocate/\n"
"POT-Creation-Date: 2012-03-03 06:10+0100\n"
"PO-Revision-Date: 2012-08-15 09:13+0000\n"
"Last-Translator: Miloslav Trmac <Unknown>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2013-04-18 14:04+0000\n"
"X-Generator: Launchpad (build 16567)\n"
"Language: gu\n"
#: src/conf.c:241
msgid "warning: Line number overflow"
msgstr ""
#: src/conf.c:259
msgid "missing closing `\"'"
msgstr ""
#: src/conf.c:309 src/locate.c:968 src/updatedb.c:892
#, c-format
msgid "can not open `%s'"
msgstr "`%s' ખોલી શકાતુ નથી"
#: src/conf.c:353
#, c-format
msgid "unknown variable `%s'"
msgstr "અજ્ઞાત ચલ `%s'"
#: src/conf.c:358
msgid "variable name expected"
msgstr "ઇચ્છિત ચલ નામ"
#: src/conf.c:364
#, c-format
msgid "variable `%s' was already defined"
msgstr "ચલ `%s' પહેલેથી વ્યાખ્યાયિત હતો"
#: src/conf.c:373
msgid "`=' expected after variable name"
msgstr ""
#: src/conf.c:380
msgid "value in quotes expected after `='"
msgstr ""
#: src/conf.c:388
#, c-format
msgid "invalid value `%s' of PRUNE_BIND_MOUNTS"
msgstr "PRUNE_BIND_MOUNTS ની અમાન્ય કિંમત `%s'"
#: src/conf.c:405
msgid "unexpected data after variable value"
msgstr "ચલ કિંમત પછી અનિચ્છિત માહિતી"
#: src/conf.c:419 src/lib.c:266
#, c-format
msgid "I/O error reading `%s'"
msgstr "`%s' ને વાંચતી વખતે I/O ભૂલ"
#: src/conf.c:437
#, c-format
msgid ""
"Usage: updatedb [OPTION]...\n"
"Update a mlocate database.\n"
"\n"
" -f, --add-prunefs FS omit also FS\n"
" -n, --add-prunenames NAMES omit also NAMES\n"
" -e, --add-prunepaths PATHS omit also PATHS\n"
" -U, --database-root PATH the subtree to store in database (default "
"\"/\")\n"
" -h, --help print this help\n"
" -o, --output FILE database to update (default\n"
" `%s')\n"
" --prune-bind-mounts FLAG omit bind mounts (default \"no\")\n"
" --prunefs FS filesystems to omit from database\n"
" --prunenames NAMES directory names to omit from database\n"
" --prunepaths PATHS paths to omit from database\n"
" -l, --require-visibility FLAG check visibility before reporting files\n"
" (default \"yes\")\n"
" -v, --verbose print paths of files as they are found\n"
" -V, --version print version information\n"
"\n"
"The configuration defaults to values read from\n"
"`%s'.\n"
msgstr ""
#: src/conf.c:464 src/locate.c:642
#, c-format
msgid ""
"\n"
"Report bugs to %s.\n"
msgstr ""
"\n"
"%s માં ભૂલોનો અહેવાલ કરો.\n"
#: src/conf.c:482
msgid "can not get current working directory"
msgstr "હાલની કામ કરતી ડિરેક્ટરીને મેળવી શકતા નથી"
#: src/conf.c:540 src/conf.c:551 src/conf.c:561 src/conf.c:571
#: src/locate.c:697 src/locate.c:706 src/locate.c:732 src/locate.c:790
#, c-format
msgid "--%s would override earlier command-line argument"
msgstr ""
#: src/conf.c:544 src/conf.c:584 src/conf.c:617 src/locate.c:769
#, c-format
msgid "invalid value `%s' of --%s"
msgstr ""
#: src/conf.c:580 src/conf.c:613 src/conf.c:628 src/locate.c:763
#, c-format
msgid "--%s specified twice"
msgstr ""
#: src/conf.c:590 src/locate.c:722
msgid ""
"Copyright (C) 2007 Red Hat, Inc. All rights reserved.\n"
"This software is distributed under the GPL v.2.\n"
"\n"
"This program is provided with NO WARRANTY, to the extent permitted by law."
msgstr ""
"Copyright (C) 2007 Red Hat, Inc. All rights reserved.\n"
"This software is distributed under the GPL v.2.\n"
"\n"
"This program is provided with NO WARRANTY, to the extent permitted by law."
#: src/conf.c:646
msgid "unexpected operand on command line"
msgstr ""
#: src/lib.c:199
#, c-format
msgid "`%s' does not seem to be a mlocate database"
msgstr ""
#: src/lib.c:206
#, c-format
msgid "`%s' has unknown version %u"
msgstr "`%s' પાસે અજ્ઞાત આવૃત્તિ %u છે"
#: src/lib.c:213
#, c-format
msgid "`%s' has unknown visibility flag %u"
msgstr ""
#: src/lib.c:268
#, c-format
msgid "unexpected EOF reading `%s'"
msgstr ""
#: src/lib.c:363
#, c-format
msgid "I/O error seeking in `%s'"
msgstr ""
#: src/locate.c:335
#, c-format
msgid "Database %s:\n"
msgstr "ડેટાબેઝ %s:\n"
#: src/locate.c:338
#, c-format
msgid "\t%'ju directory\n"
msgid_plural "\t%'ju directories\n"
msgstr[0] "\t%'ju ડિરેક્ટરી\n"
msgstr[1] "\t%'ju ડિરેક્ટરીઓ\n"
#: src/locate.c:340
#, c-format
msgid "\t%'ju file\n"
msgid_plural "\t%'ju files\n"
msgstr[0] "\t%'ju ફાઇલ\n"
msgstr[1] "\t%'ju ફાઇલો\n"
#: src/locate.c:342
#, c-format
msgid "\t%'ju byte in file names\n"
msgid_plural "\t%'ju bytes in file names\n"
msgstr[0] "\tફાઇલ નામમાં %'ju બાઇટ\n"
msgstr[1] "\tફાઇલ નામોમાં %'ju બાઇટ\n"
#: src/locate.c:344
#, c-format
msgid "\t%'ju byte used to store database\n"
msgid_plural "\t%'ju bytes used to store database\n"
msgstr[0] ""
msgstr[1] ""
#: src/locate.c:473
#, c-format
msgid "invalid empty directory name in `%s'"
msgstr "`%s' માં અમાન્ય ખાલી ડિરેક્ટરી નામ"
#: src/locate.c:500
#, c-format
msgid "file name length %zu in `%s' is too large"
msgstr ""
#: src/locate.c:607
#, c-format
msgid ""
"Usage: locate [OPTION]... [PATTERN]...\n"
"Search for entries in a mlocate database.\n"
"\n"
" -b, --basename match only the base name of path names\n"
" -c, --count only print number of found entries\n"
" -d, --database DBPATH use DBPATH instead of default database (which is\n"
" %s)\n"
" -e, --existing only print entries for currently existing files\n"
" -L, --follow follow trailing symbolic links when checking file\n"
" existence (default)\n"
" -h, --help print this help\n"
" -i, --ignore-case ignore case distinctions when matching patterns\n"
" -l, --limit, -n LIMIT limit output (or counting) to LIMIT entries\n"
" -m, --mmap ignored, for backward compatibility\n"
" -P, --nofollow, -H don't follow trailing symbolic links when checking "
"file\n"
" existence\n"
" -0, --null separate entries with NUL on output\n"
" -S, --statistics don't search for entries, print statistics about "
"each\n"
" used database\n"
" -q, --quiet report no error messages about reading databases\n"
" -r, --regexp REGEXP search for basic regexp REGEXP instead of patterns\n"
" --regex patterns are extended regexps\n"
" -s, --stdio ignored, for backward compatibility\n"
" -V, --version print version information\n"
" -w, --wholename match whole path name (default)\n"
msgstr ""
#: src/locate.c:806
#, c-format
msgid "non-option arguments are not allowed with --%s"
msgstr ""
#: src/locate.c:819
msgid "no pattern to search for specified"
msgstr ""
#: src/locate.c:846
#, c-format
msgid "invalid regexp `%s': %s"
msgstr "અમાન્ય regexp `%s': %s"
#: src/locate.c:932
msgid "can not drop privileges"
msgstr ""
#: src/locate.c:947
msgid "can not read two databases from standard input"
msgstr ""
#: src/locate.c:959 src/locate.c:974 src/updatedb.c:980
#, c-format
msgid "can not stat () `%s'"
msgstr ""
#: src/locate.c:1034 src/updatedb.c:1004
msgid "I/O error while writing to standard output"
msgstr ""
#: src/updatedb.c:556 src/updatedb.c:663
#, c-format
msgid "file name length %zu is too large"
msgstr ""
#: src/updatedb.c:655
#, c-format
msgid "file system error: zero-length file name in directory %s"
msgstr ""
#: src/updatedb.c:886
#, c-format
msgid "can not open a temporary file for `%s'"
msgstr "`%s' માટે કામચલાઉ ફાઇલ ખોલી શકાતી નથી"
#: src/updatedb.c:899
msgid "configuration is too large"
msgstr "રૂપરેખાંકન ઘણુ લાંબુ છે"
#: src/updatedb.c:920
#, c-format
msgid "can not find group `%s'"
msgstr "જૂથ `%s' ને શોધી શકાતુ નથી"
#: src/updatedb.c:923
#, c-format
msgid "can not change group of file `%s' to `%s'"
msgstr ""
#: src/updatedb.c:937
#, c-format
msgid "can not change permissions of file `%s'"
msgstr "ફાઇલ `%s' ની પરવાનગીઓને બદલી શકાતી નથી"
#: src/updatedb.c:968
#, c-format
msgid "`%s' is locked (probably by an earlier updatedb)"
msgstr ""
#: src/updatedb.c:970
#, c-format
msgid "can not lock `%s'"
msgstr "`%s' ને તાળુ મારી શકાતુ નથી"
#: src/updatedb.c:977
#, c-format
msgid "can not change directory to `%s'"
msgstr "`%s' માં ડિરેક્ટરીને બદલી શકાતી નથી"
#: src/updatedb.c:986
#, c-format
msgid "I/O error while writing to `%s'"
msgstr ""
#: src/updatedb.c:990
#, c-format
msgid "error replacing `%s'"
msgstr "`%s' બદલતી વખતે ભૂલ"
|