Newer
Older
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
#, python-format
msgid "%s not found in the transaction"
msgstr ""
msgid "unknown base"
msgstr ""
msgid "consistency error adding group"
msgstr ""
#, python-format
msgid "%s looks like a binary file."
msgstr ""
msgid "can only specify two labels."
msgstr ""
msgid "warning: conflicts during merge.\n"
msgstr ""
#, python-format
msgid "couldn't parse location %s"
msgstr ""
msgid "could not create remote repo"
msgstr ""
msgid "no suitable response from remote hg"
msgstr ""
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
msgid "remote: "
msgstr ""
#, python-format
msgid "push refused: %s"
msgstr ""
msgid "unsynced changes"
msgstr ""
msgid "cannot lock static-http repository"
msgstr ""
msgid "cannot create new static-http repository"
msgstr ""
#, python-format
msgid "invalid entry in fncache, line %s"
msgstr ""
#, python-format
msgid ""
" subrepository sources for %s differ\n"
"use (l)ocal source (%s) or (r)emote source (%s)?"
msgstr ""
msgid "&Remote"
msgstr ""
#, python-format
msgid ""
" local changed subrepository %s which remote removed\n"
"use (c)hanged version or (d)elete?"
msgstr ""
#, python-format
msgid ""
" remote changed subrepository %s which local removed\n"
"use (c)hanged version or (d)elete?"
msgstr ""
#, python-format
msgid "removing subrepo %s\n"
msgstr ""
#, python-format
msgid "pulling subrepo %s\n"
msgstr ""
#, python-format
msgid "pushing subrepo %s\n"
msgstr ""
#, python-format
msgid "%s, line %s: %s\n"
msgstr ""
msgid "cannot parse entry"
msgstr ""
#, python-format
msgid "node '%s' is not well formed"
msgstr ""
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
msgid "unmatched quotes"
msgstr ""
#, python-format
msgid "error expanding '%s%%%s'"
msgstr ""
#, python-format
msgid "unknown filter '%s'"
msgstr ""
#, python-format
msgid "style not found: %s"
msgstr ""
#, python-format
msgid "template file %s: %s"
msgstr ""
msgid "cannot use transaction when it is already committed/aborted"
msgstr ""
#, python-format
msgid "failed to truncate %s\n"
msgstr ""
msgid "transaction abort!\n"
msgstr ""
msgid "rollback completed\n"
msgstr ""
msgid "rollback failed - please run hg recover\n"
msgstr ""
#, python-format
msgid "Not trusting file %s from untrusted user %s, group %s\n"
msgstr ""
#, python-format
msgid "Ignored: %s\n"
msgstr ""
#, python-format
msgid "ignoring untrusted configuration option %s.%s = %s\n"
msgstr ""
#, python-format
msgid "%s.%s not a boolean ('%s')"
msgstr ""
msgid "enter a commit username:"
msgstr ""
#, python-format
msgid "No username found, using '%s' instead\n"
msgstr ""
msgid "Please specify a username."
msgstr ""
#, python-format
msgid "username %s contains a newline\n"
msgstr ""
msgid "response expected"
msgstr ""
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
msgid "unrecognized response\n"
msgstr ""
msgid "password: "
msgstr ""
msgid "edit failed"
msgstr ""
msgid "http authorization required"
msgstr ""
msgid "http authorization required\n"
msgstr ""
#, python-format
msgid "realm: %s\n"
msgstr ""
#, python-format
msgid "user: %s\n"
msgstr ""
msgid "user:"
msgstr ""
#, python-format
msgid "http auth: user %s, password %s\n"
msgstr ""
#, python-format
msgid "command '%s' failed: %s"
msgstr ""
#, python-format
msgid "path contains illegal component: %s"
msgstr ""
#, python-format
msgid "path %r is inside repo %r"
msgstr ""
#, python-format
msgid "path %r traverses symbolic link %r"
msgstr ""
msgid "Hardlinks not supported"
msgstr ""
#, python-format
msgid "could not symlink to %r: %s"
msgstr ""
#, python-format
msgid "invalid date: %r "
msgstr ""
#, python-format
msgid "date exceeds 32 bits: %d"
msgstr ""
#, python-format
msgid "impossible time zone offset: %d"
msgstr ""
#, python-format
msgid "invalid day spec: %s"
msgstr ""
#, python-format
msgid "%.0f GB"
msgstr ""
#, python-format
msgid "%.1f GB"
msgstr ""
#, python-format
msgid "%.2f GB"
msgstr ""
#, python-format
msgid "%.0f MB"
msgstr ""
#, python-format
msgid "%.1f MB"
msgstr ""
#, python-format
msgid "%.2f MB"
msgstr ""
#, python-format
msgid "%.0f KB"
msgstr ""
#, python-format
msgid "%.1f KB"
msgstr ""
#, python-format
msgid "%.2f KB"
msgstr ""
#, python-format
msgid "%.0f bytes"
msgstr ""
msgid "cannot verify bundle or remote repos"
msgstr ""
msgid "interrupted"
msgstr ""
#, python-format
msgid "empty or missing %s"
msgstr ""
#, python-format
msgid "data length off by %d bytes"
msgstr ""
#, python-format
msgid "index contains %d extra bytes"
msgstr ""
#, python-format
msgid "warning: `%s' uses revlog format 1"
msgstr ""
#, python-format
msgid "warning: `%s' uses revlog format 0"
msgstr ""
#, python-format
msgid "rev %d points to nonexistent changeset %d"
msgstr ""
#, python-format
msgid "rev %d points to unexpected changeset %d"
msgstr ""
#, python-format
msgid " (expected %s)"
msgstr ""
#, python-format
msgid "unknown parent 1 %s of %s"
msgstr ""
#, python-format
msgid "unknown parent 2 %s of %s"
msgstr ""
#, python-format
msgid "checking parents of %s"
msgstr ""
#, python-format
msgid "duplicate revision %d (%d)"
msgstr ""
#, python-format
msgid "repository uses revlog format %d\n"
msgstr ""
msgid "checking changesets\n"
msgstr ""
#, python-format
msgid "unpacking changeset %s"
msgstr ""
msgid "checking manifests\n"
msgstr ""
#, python-format
msgid "%s not in changesets"
msgstr ""
msgid "file without name in manifest"
msgstr ""
#, python-format
msgid "reading manifest delta %s"
msgstr ""
msgid "crosschecking files in changesets and manifests\n"
msgstr ""
#, python-format
msgid "changeset refers to unknown manifest %s"
msgstr ""
msgid "in changeset but not in manifest"
msgstr ""
msgid "in manifest but not in changeset"
msgstr ""
msgid "checking files\n"
msgstr ""
#, python-format
msgid "cannot decode filename '%s'"
msgstr ""
#, python-format
msgid "broken revlog! (%s)"
msgstr ""
msgid "missing revlog!"
msgstr ""
#, python-format
msgid "%s not in manifests"
msgstr ""
#, python-format
msgid "unpacked size is %s, %s expected"
msgstr ""
#, python-format
msgid "unpacking %s"
msgstr ""
#, python-format
msgid "warning: copy source of '%s' not in parents of %s"
msgstr ""
#, python-format
msgid "empty or missing copy source revlog %s:%s"
msgstr ""
#, python-format
msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431
11432
msgstr ""
#, python-format
msgid "checking rename of %s"
msgstr ""
#, python-format
msgid "%s in manifests not found"
msgstr ""
#, python-format
msgid "warning: orphan revlog '%s'"
msgstr ""
#, python-format
msgid "%d files, %d changesets, %d total revisions\n"
msgstr ""
#, python-format
msgid "%d warnings encountered!\n"
msgstr ""
#, python-format
msgid "%d integrity errors encountered!\n"
msgstr ""
#, python-format
msgid "(first damaged changeset appears to be %d)\n"
msgstr ""
msgid "user name not available - set USERNAME environment variable"
msgstr ""