This file is indexed.

/usr/share/php/data/Horde_Form/locale/Horde_Form.pot is in php-horde-form 2.0.12-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Horde LLC (http://www.horde.org/)
# This file is distributed under the same license as the Horde_Form package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Horde_Form\n"
"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
"POT-Creation-Date: 2015-12-28 17:25+0100\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: lib/Horde/Form/Type.php:2604
#, php-format
msgid " (%s days ago)"
msgstr ""

#: lib/Horde/Form/Type.php:2612
#, php-format
msgid " (in %s days)"
msgstr ""

#: lib/Horde/Form/Type.php:2608
msgid " (today)"
msgstr ""

#: lib/Horde/Form/Type.php:2610
msgid " (tomorrow)"
msgstr ""

#: lib/Horde/Form/Type.php:2606
msgid " (yesterday)"
msgstr ""

#: lib/Horde/Form/Type.php:1518
#, php-format
msgid "\"%s\" is not a valid email address."
msgstr ""

#: lib/Horde/Form/Type.php:2573
#, php-format
msgid "%s is required"
msgstr ""

#: lib/Horde/Form/Type.php:2269 lib/Horde/Form/Type.php:2332
msgid "-- select --"
msgstr ""

#: lib/Horde/Form/Type.php:855 lib/Horde/Form/Type.php:898
msgid "A temporary directory"
msgstr ""

#: lib/Horde/Form/Type.php:785
msgid "Address"
msgstr ""

#: lib/Horde/Form/Type.php:807
msgid "Address Link"
msgstr ""

#: lib/Horde/Form/Type.php:1691
msgid "Allow multiple addresses?"
msgstr ""

#: lib/Horde/Form/Type.php:3553
msgid "Assignment columns"
msgstr ""

#: lib/Horde/Form/Type.php:3813
msgid "Category"
msgstr ""

#: lib/Horde/Form/Type.php:1703
msgid "Character to split multiple addresses with"
msgstr ""

#: lib/Horde/Form/Type.php:3241
msgid "Colour selection"
msgstr ""

#: lib/Horde/Form/Type.php:2146
msgid "Column titles"
msgstr ""

#: lib/Horde/Form/Type.php:674
msgid "Counted text"
msgstr ""

#: lib/Horde/Form/Type.php:921
msgid "Country drop down list"
msgstr ""

#: lib/Horde/Form/Type.php:3668
msgid "Credit card number"
msgstr ""

#: lib/Horde/Form/Type.php:3711
msgid ""
"DSN (see http://pear.php.net/manual/en/package.database.db.intro-dsn.php)"
msgstr ""

#: lib/Horde/Form/Type.php:3709
msgid "Database lookup"
msgstr ""

#: lib/Horde/Form/Type.php:2633
msgid "Date"
msgstr ""

#: lib/Horde/Form/Type.php:3201
msgid "Date and time selection"
msgstr ""

#: lib/Horde/Form/Type.php:3038
msgid "Date selection"
msgstr ""

#: lib/Horde/Form/Type.php:112
msgid "Description"
msgstr ""

#: lib/Horde/Form/Type.php:3048 lib/Horde/Form/Type.php:3211
msgid "Display format"
msgstr ""

#: lib/Horde/Form/Type.php:2312
msgid "Drop down list"
msgstr ""

#: lib/Horde/Form/Type.php:1688
msgid "Email"
msgstr ""

#: lib/Horde/Form/Type.php:2162
msgid "Email addresses must match."
msgstr ""

#: lib/Horde/Form/Type.php:2187
msgid "Email with confirmation"
msgstr ""

#: lib/Horde/Form/Type.php:2828 lib/Horde/Form/Type.php:3042
#: lib/Horde/Form/Type.php:3205
msgid "End year"
msgstr ""

#: lib/Horde/Form/Type.php:2144
msgid "Field matrix"
msgstr ""

#: lib/Horde/Form/Type.php:3764
msgid "Figlet CAPTCHA"
msgstr ""

#: lib/Horde/Form/Type.php:3768
msgid "Figlet font"
msgstr ""

#: lib/Horde/Form/Type.php:3427
msgid "File selection"
msgstr ""

#: lib/Horde/Form/Type.php:964
msgid "File upload"
msgstr ""

#: lib/Horde/Form/Type.php:3787
msgid "Font"
msgstr ""

#: lib/Horde/Form/Type.php:132
msgid "HTML"
msgstr ""

#: lib/Horde/Form/Type.php:95 lib/Horde/Form/Type.php:3365
msgid "Header"
msgstr ""

#: lib/Horde/Form/Type/tableset.php:55
msgid "Headers"
msgstr ""

#: lib/Horde/Form/Type.php:629
msgid "Helpers"
msgstr ""

#: lib/Horde/Form/Type.php:540
msgid "IP address"
msgstr ""

#: lib/Horde/Form/Type.php:570
msgid "IPv6 address"
msgstr ""

#: lib/Horde/Form/Type.php:3429
msgid "Id"
msgstr ""

#: lib/Horde/Form/Type.php:3783
msgid "Image CAPTCHA"
msgstr ""

#: lib/Horde/Form/Type.php:1336
msgid "Image upload"
msgstr ""

#: lib/Horde/Form/Type.php:246
msgid "Integer"
msgstr ""

#: lib/Horde/Form/Type.php:300
msgid "Integer list"
msgstr ""

#: lib/Horde/Form/Type.php:2287 lib/Horde/Form/Type.php:2362
#: lib/Horde/Form/Type.php:2445 lib/Horde/Form/Type.php:2533
#: lib/Horde/Form/Type/tableset.php:31
msgid "Invalid data submitted."
msgstr ""

#: lib/Horde/Form/Type.php:3559
msgid "Left header"
msgstr ""

#: lib/Horde/Form/Type.php:3555
msgid "Left values"
msgstr ""

#: lib/Horde/Form/Type.php:1396
msgid "Link"
msgstr ""

#: lib/Horde/Form/Type.php:1417
msgid "Link CSS class"
msgstr ""

#: lib/Horde/Form/Type.php:1399
msgid "Link URL"
msgstr ""

#: lib/Horde/Form/Type.php:1414
msgid "Link access key"
msgstr ""

#: lib/Horde/Form/Type.php:3433
msgid "Link style"
msgstr ""

#: lib/Horde/Form/Type.php:1405
msgid "Link target"
msgstr ""

#: lib/Horde/Form/Type.php:1402 lib/Horde/Form/Type.php:3431
msgid "Link text"
msgstr ""

#: lib/Horde/Form/Type.php:1697
msgid "Link the email address to the compose page when displaying?"
msgstr ""

#: lib/Horde/Form/Type.php:1411
msgid "Link title attribute"
msgstr ""

#: lib/Horde/Form/Type.php:623
msgid "Long text"
msgstr ""

#: lib/Horde/Form/Type.php:1342
msgid "Maximum file size in bytes"
msgstr ""

#: lib/Horde/Form/Type.php:386 lib/Horde/Form/Type.php:406
#: lib/Horde/Form/Type.php:432
msgid "Maximum length"
msgstr ""

#: lib/Horde/Form/Type.php:499
msgid "Mobile phone number"
msgstr ""

#: lib/Horde/Form/Type.php:2824
msgid "Month and year"
msgstr ""

#: lib/Horde/Form/Type.php:2388
msgid "Multi-level drop down lists"
msgstr ""

#: lib/Horde/Form/Type.php:2455
msgid "Multiple selection"
msgstr ""

#: lib/Horde/Form/Type.php:2483
msgid "Multiple selection, preserving keys"
msgstr ""

#: lib/Horde/Form/Type.php:216
msgid "Number"
msgstr ""

#: lib/Horde/Form/Type.php:680
msgid "Number of characters"
msgstr ""

#: lib/Horde/Form/Type.php:627 lib/Horde/Form/Type.php:678
#: lib/Horde/Form/Type.php:789 lib/Horde/Form/Type.php:859
#: lib/Horde/Form/Type.php:902
msgid "Number of columns"
msgstr ""

#: lib/Horde/Form/Type.php:625 lib/Horde/Form/Type.php:676
#: lib/Horde/Form/Type.php:787 lib/Horde/Form/Type.php:857
#: lib/Horde/Form/Type.php:900
msgid "Number of rows"
msgstr ""

#: lib/Horde/Form/Type.php:273
msgid "Octal"
msgstr ""

#: lib/Horde/Form/Type.php:1408
msgid "Onclick event"
msgstr ""

#: lib/Horde/Form/Type.php:2177
msgid "Only one email address allowed."
msgstr ""

#: lib/Horde/Form/Type.php:1507
msgid "Only one email address is allowed."
msgstr ""

#: lib/Horde/Form/Type.php:851
msgid "PGP Key"
msgstr ""

#: lib/Horde/Form/Type.php:2214
msgid "Password"
msgstr ""

#: lib/Horde/Form/Type.php:2247
msgid "Password with confirmation"
msgstr ""

#: lib/Horde/Form/Type.php:2229
msgid "Passwords must match."
msgstr ""

#: lib/Horde/Form/Type.php:853
msgid "Path to the GnuPG binary"
msgstr ""

#: lib/Horde/Form/Type.php:482
msgid "Phone number"
msgstr ""

#: lib/Horde/Form/Type.php:3271
msgid "Please choose a sound."
msgstr ""

#: lib/Horde/Form/Type.php:2802
msgid "Please enter a month and a year."
msgstr ""

#: lib/Horde/Form/Type.php:525 lib/Horde/Form/Type.php:555
msgid "Please enter a valid IP address."
msgstr ""

#: lib/Horde/Form/Type.php:2882
msgid "Please enter a valid date, check the number of days in the month."
msgstr ""

#: lib/Horde/Form/Type.php:2682
msgid "Please enter a valid time."
msgstr ""

#: lib/Horde/Form/Type.php:923 lib/Horde/Form/Type.php:2316
#: lib/Horde/Form/Type.php:2392 lib/Horde/Form/Type.php:3715
msgid "Prompt text"
msgstr ""

#: lib/Horde/Form/Type.php:1694
msgid "Protect address from spammers?"
msgstr ""

#: lib/Horde/Form/Type.php:2499
msgid "Radio selection"
msgstr ""

#: lib/Horde/Form/Type.php:382 lib/Horde/Form/Type.php:402
#: lib/Horde/Form/Type.php:428
msgid "Regex"
msgstr ""

#: lib/Horde/Form/Type.php:3685
msgid "Relationship browser"
msgstr ""

#: lib/Horde/Form/Renderer.php:327
msgid "Required Field"
msgstr ""

#: lib/Horde/Form.php:618
msgid "Required secret is invalid - potentially malicious request."
msgstr ""

#: lib/Horde/Form.php:354 lib/Horde/Form/Renderer.php:312
msgid "Reset"
msgstr ""

#: lib/Horde/Form/Type.php:3561
msgid "Right header"
msgstr ""

#: lib/Horde/Form/Type.php:3557
msgid "Right values"
msgstr ""

#: lib/Horde/Form/Type.php:896
msgid "S/MIME Key"
msgstr ""

#: lib/Horde/Form/Type.php:3713
msgid "SQL statement for value lookups"
msgstr ""

#: lib/Horde/Form/Type.php:3406
msgid "Select Files"
msgstr ""

#: lib/Horde/Form/Type.php:2885
msgid "Select all date components."
msgstr ""

#: lib/Horde/Form/Type.php:2548
msgid "Set"
msgstr ""

#: lib/Horde/Form/Type.php:3435
msgid "Show icon?"
msgstr ""

#: lib/Horde/Form/Type.php:1340
msgid "Show option to keep original?"
msgstr ""

#: lib/Horde/Form/Type.php:3044 lib/Horde/Form/Type.php:3207
msgid "Show picker?"
msgstr ""

#: lib/Horde/Form/Type.php:2770 lib/Horde/Form/Type.php:3213
msgid "Show seconds?"
msgstr ""

#: lib/Horde/Form/Type.php:1338
msgid "Show upload?"
msgstr ""

#: lib/Horde/Form/Type.php:384 lib/Horde/Form/Type.php:404
#: lib/Horde/Form/Type.php:430 lib/Horde/Form/Type.php:484
#: lib/Horde/Form/Type.php:1706 lib/Horde/Form/Type.php:2459
#: lib/Horde/Form/Type.php:3363 lib/Horde/Form/Type.php:3563
msgid "Size"
msgstr ""

#: lib/Horde/Form/Type.php:3359
msgid "Sort order selection"
msgstr ""

#: lib/Horde/Form/Type.php:3280
msgid "Sound selection"
msgstr ""

#: lib/Horde/Form/Type.php:78
msgid "Spacer"
msgstr ""

#: lib/Horde/Form/Type.php:2826 lib/Horde/Form/Type.php:3040
#: lib/Horde/Form/Type.php:3203
msgid "Start year"
msgstr ""

#: lib/Horde/Form/Type.php:3046 lib/Horde/Form/Type.php:3209
msgid "Storage format"
msgstr ""

#: lib/Horde/Form/Type.php:400
msgid "String list"
msgstr ""

#: lib/Horde/Form/Type.php:426
msgid "String list returning an array"
msgstr ""

#: lib/Horde/Form.php:347 lib/Horde/Form/Renderer.php:309
msgid "Submit"
msgstr ""

#: lib/Horde/Form/Type/tableset.php:51
msgid "Table Set"
msgstr ""

#: lib/Horde/Form/Type.php:380 lib/Horde/Form/Type.php:3766
#: lib/Horde/Form/Type.php:3785
msgid "Text"
msgstr ""

#: lib/Horde/Form/Type.php:1086
msgid ""
"The image file size could not be determined or it was 0 bytes. The upload "
"may have been interrupted."
msgstr ""

#: lib/Horde/Form/Type.php:1090
#, php-format
msgid "The image file was larger than the maximum allowed size (%d bytes)."
msgstr ""

#: lib/Horde/Form/Type.php:1700
msgid "The name to use when linking to the compose page"
msgstr ""

#: lib/Horde/Form/Type.php:3741
msgid "The text you entered did not match the text on the screen."
msgstr ""

#: lib/Horde/Form/Type.php:656
#, php-format
msgid ""
"There are too many characters in this field. You have entered %d character; "
msgid_plural ""
"There are too many characters in this field. You have entered %d characters; "
msgstr[0] ""
msgstr[1] ""

#: lib/Horde/Form/Type.php:3584
msgid "This does not seem to be a valid card number."
msgstr ""

#: lib/Horde/Form/Type.php:149 lib/Horde/Form/Type.php:229
#: lib/Horde/Form/Type.php:256 lib/Horde/Form/Type.php:283
#: lib/Horde/Form/Type.php:351 lib/Horde/Form/Type.php:460
#: lib/Horde/Form/Type.php:529 lib/Horde/Form/Type.php:559
#: lib/Horde/Form/Type.php:653 lib/Horde/Form/Type.php:1071
#: lib/Horde/Form/Type.php:2157 lib/Horde/Form/Type.php:2202
#: lib/Horde/Form/Type.php:2224 lib/Horde/Form/Type.php:2278
#: lib/Horde/Form/Type.php:2353 lib/Horde/Form/Type.php:2434
#: lib/Horde/Form/Type.php:2643 lib/Horde/Form/Type.php:2685
#: lib/Horde/Form/Type.php:2877 lib/Horde/Form/Type.php:3224
#: lib/Horde/Form/Type.php:3263 lib/Horde/Form/Type.php:3576
#: lib/Horde/Form/Type.php:3736 lib/Horde/Form/Type.php:3819
#: lib/Horde/Form/Variable.php:454 lib/Horde/Form/Variable.php:462
msgid "This field is required."
msgstr ""

#: lib/Horde/Form/Type.php:237
msgid "This field may only contain integers."
msgstr ""

#: lib/Horde/Form/Type.php:2651
msgid "This field may only contain numbers and the colon."
msgstr ""

#: lib/Horde/Form/Type.php:264
msgid "This field may only contain octal values."
msgstr ""

#: lib/Horde/Form/Type.php:291
msgid "This field must be a comma or space separated list of integers"
msgstr ""

#: lib/Horde/Form/Type.php:160
msgid "This field must be a valid number."
msgstr ""

#: lib/Horde/Form/Type.php:3232
msgid ""
"This field must contain a color code in the RGB Hex format, for example "
"'#1234af'."
msgstr ""

#: lib/Horde/Form.php:615
msgid "This form has already been processed."
msgstr ""

#: lib/Horde/Form/Type.php:2660
msgid "Time"
msgstr ""

#: lib/Horde/Form/Type.php:2768
msgid "Time selection"
msgstr ""

#: lib/Horde/Form/Type.php:1365
msgid "True or false"
msgstr ""

#: lib/Horde/Form/Type.php:346
#, php-format
msgid "Value is over the maximum length of %d."
msgstr ""

#: lib/Horde/Form/Type.php:2457 lib/Horde/Form/Type.php:2501
#: lib/Horde/Form/Type.php:2550 lib/Horde/Form/Type.php:3361
#: lib/Horde/Form/Type/tableset.php:53
msgid "Values"
msgstr ""

#: lib/Horde/Form/Type.php:2314 lib/Horde/Form/Type.php:2390
msgid "Values to select from"
msgstr ""

#: lib/Horde/Form/Type.php:3565
msgid "Width in CSS units"
msgstr ""

#: lib/Horde/Form/Type.php:2170
msgid "You did not enter a valid email address."
msgstr ""

#: lib/Horde/Form/Type.php:3108
msgid "You must choose a date."
msgstr ""

#: lib/Horde/Form/Type.php:3106
msgid "You must choose a time."
msgstr ""

#: lib/Horde/Form/Type.php:464
msgid ""
"You must enter a valid phone number, digits only with an optional '+' for "
"the international dialing prefix."
msgstr ""

#: lib/Horde/Form/Type.php:357
msgid "You must enter a valid value."
msgstr ""

#: lib/Horde/Form/Type.php:1528
msgid "You must enter an email address."
msgstr ""

#: lib/Horde/Form/Type.php:1526
msgid "You must enter at least one email address."
msgstr ""

#: lib/Horde/Form/Type.php:657
#, php-format
msgid "you must enter less than %d."
msgstr ""