File: lg.po

package info (click to toggle)
sequeler 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 13; xml: 6; makefile: 5
file content (607 lines) | stat: -rw-r--r-- 13,483 bytes parent folder | download | duplicates (2)
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
# Ganda translations for com.github.alecaddd.sequeler package.
# Copyright (C) 2020 THE com.github.alecaddd.sequeler'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.alecaddd.sequeler package.
# Laurence Bahiirwa <laurence@mediauganda.com>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.alecaddd.sequeler\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-11 12:37+0200\n"
"PO-Revision-Date: 2020-04-11 12:12+0200\n"
"Last-Translator: Laurence Bahiirwa <laurence@mediauganda.com>\n"
"Language-Team: none\n"
"Language: lg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/Application.vala:62
msgid "Directories are not supported"
msgstr ""

#: src/Application.vala:68
msgid "Don't know what to do"
msgstr ""

#: src/Application.vala:80
msgid "Something completely unexpected happened"
msgstr ""

#: src/Layouts/HeaderBar.vala:46 src/Layouts/HeaderBar.vala:53
msgid "Logout"
msgstr "Fuluma"

#: src/Layouts/HeaderBar.vala:56
msgid "Light background"
msgstr ""

#: src/Layouts/HeaderBar.vala:57
msgid "Dark background"
msgstr ""

#: src/Layouts/HeaderBar.vala:68 src/Layouts/Welcome.vala:39
msgid "New Window"
msgstr ""

#: src/Layouts/HeaderBar.vala:71 src/Widgets/ConnectionDialog.vala:130
#: src/Widgets/ConnectionDialog.vala:165
msgid "New Connection"
msgstr "Enkolagana empya"

#: src/Layouts/HeaderBar.vala:74
msgid "Quit"
msgstr ""

#: src/Layouts/HeaderBar.vala:94
msgid "Menu"
msgstr ""

#: src/Layouts/Main.vala:77
#, fuzzy, c-format
msgid "Connected to %s"
msgstr "Gatta Enkolagana"

#: src/Layouts/Library.vala:65
msgid "SAVED CONNECTIONS"
msgstr ""

#: src/Layouts/Library.vala:74
msgid "Delete All"
msgstr "Byonna bigyemu"

#: src/Layouts/Library.vala:81
#, fuzzy
msgid "Reload Library"
msgstr "Nonya mu terekero lyo"

#: src/Layouts/Library.vala:84
#, fuzzy
msgid "Export Library"
msgstr "Nonya mu terekero lyo"

#: src/Layouts/Library.vala:215 src/Layouts/Library.vala:233
msgid "Are you sure you want to proceed?"
msgstr ""

#: src/Layouts/Library.vala:215
msgid "By deleting this connection you won’t be able to recover this data."
msgstr ""

#: src/Layouts/Library.vala:218
msgid "Yes, Delete!"
msgstr ""

#: src/Layouts/Library.vala:233
msgid "All the data will be deleted and you won’t be able to recover it."
msgstr ""

#: src/Layouts/Library.vala:236
#, fuzzy
msgid "Yes, Delete All!"
msgstr "Byonna bigyemu"

#: src/Layouts/Library.vala:330 src/Widgets/ConnectionDialog.vala:575
#: src/Widgets/ConnectionDialog.vala:596
msgid "A username is required in order to connect!"
msgstr ""

#: src/Layouts/Library.vala:404 src/Layouts/Views/Query.vala:528
msgid "Pick a file"
msgstr ""

#: src/Layouts/Library.vala:407 src/Layouts/Views/Query.vala:531
msgid "_Save"
msgstr ""

#: src/Layouts/Library.vala:408 src/Layouts/Welcome.vala:62
#: src/Layouts/Views/Query.vala:532
msgid "_Cancel"
msgstr "_sazamu"

#: src/Layouts/Library.vala:467
#, fuzzy, c-format
msgid "Unable to Connect to %s"
msgstr "Gyamu Enkolagana"

#: src/Layouts/Library.vala:480
#, fuzzy
msgid "Unable to Export Library "
msgstr "Okunyerezebwa tekusobolwa!"

#: src/Layouts/Welcome.vala:28
msgid "Welcome to Sequeler"
msgstr "Tukwaniriza ku Sequeler"

#: src/Layouts/Welcome.vala:29
#, fuzzy
msgid "Connect to Any Local or Remote Database."
msgstr "Kola enkolagana ne Databesi ku sava yonna"

#: src/Layouts/Welcome.vala:38
#, fuzzy
msgid "Add a New Database"
msgstr "Kola Datanesi empya"

#: src/Layouts/Welcome.vala:38
#, fuzzy
msgid "Connect to a Database and Save It in Your Library"
msgstr "Wegatte ku Database ogiterekke mu terekero lyo."

#: src/Layouts/Welcome.vala:39
msgid "Open a New Sequeler Window"
msgstr ""

#: src/Layouts/Welcome.vala:40
#, fuzzy
msgid "Import Connections"
msgstr "Gezesa Enkolagana"

#: src/Layouts/Welcome.vala:40
msgid "Import Previously Exported Sequeler Connections"
msgstr ""

#: src/Layouts/Welcome.vala:58
msgid "Select a file"
msgstr ""

#: src/Layouts/Welcome.vala:61
msgid "_Open"
msgstr ""

#: src/Layouts/Welcome.vala:107
#, fuzzy
msgid "Unable to Import Library "
msgstr "Okunyerezebwa tekusobolwa!"

#: src/Layouts/DataBaseSchema.vala:66 src/Layouts/DataBaseSchema.vala:167
#, fuzzy
msgid "- Select Database -"
msgstr "Kola Datanesi empya"

#: src/Layouts/DataBaseSchema.vala:87
msgid "Search Tables"
msgstr ""

#: src/Layouts/DataBaseSchema.vala:98
msgid "Search Tables…"
msgstr ""

#: src/Layouts/DataBaseSchema.vala:120
msgid "Reload Tables"
msgstr ""

#: src/Layouts/DataBaseSchema.vala:125
msgid "Add Table"
msgstr ""

#: src/Layouts/DataBaseSchema.vala:289
msgid "TABLES"
msgstr ""

#: src/Layouts/DataBaseView.vala:49
msgid "Structure"
msgstr ""

#: src/Layouts/DataBaseView.vala:50
msgid "Content"
msgstr ""

#: src/Layouts/DataBaseView.vala:51
msgid "Relations"
msgstr ""

#: src/Layouts/DataBaseView.vala:52 src/Layouts/DataBaseView.vala:229
#: src/Layouts/DataBaseView.vala:253
#, fuzzy
msgid "Query"
msgstr "Buza Databesi"

#: src/Layouts/DataBaseView.vala:101
msgid "Zoom Out"
msgstr ""

#: src/Layouts/DataBaseView.vala:107
msgid "Zoom 1:1"
msgstr ""

#: src/Layouts/DataBaseView.vala:111
msgid "Zoom In"
msgstr ""

#: src/Layouts/DataBaseView.vala:124
msgid "High Contrast"
msgstr ""

#: src/Layouts/DataBaseView.vala:132
msgid "Solarized Light"
msgstr ""

#: src/Layouts/DataBaseView.vala:140
msgid "Solarized Dark"
msgstr ""

#: src/Layouts/DataBaseView.vala:163
msgid "Change Text Style"
msgstr ""

#: src/Layouts/DataBaseView.vala:222
msgid "Create a new Query Tab"
msgstr ""

#: src/Layouts/DataBaseView.vala:240
#, fuzzy, c-format
msgid "Query %i"
msgstr "Buza Databesi"

#: src/Layouts/Views/Structure.vala:79 src/Layouts/Views/Content.vala:90
#: src/Layouts/Views/Relations.vala:78
msgid "Select Table"
msgstr ""

#: src/Layouts/Views/Structure.vala:79 src/Layouts/Views/Content.vala:90
#: src/Layouts/Views/Relations.vala:78
msgid "Select a table from the left sidebar to activate this view."
msgstr ""

#: src/Layouts/Views/Structure.vala:107 src/Layouts/Views/Structure.vala:145
#: src/Layouts/Views/Content.vala:179 src/Layouts/Views/Content.vala:218
#: src/Layouts/Views/Relations.vala:106 src/Layouts/Views/Relations.vala:144
#: src/Layouts/Views/Query.vala:323
msgid "No Results Available"
msgstr "Teri bivuddeyo"

#: src/Layouts/Views/Structure.vala:118 src/Layouts/Views/Content.vala:191
#: src/Layouts/Views/Relations.vala:117
msgid "Reload Results"
msgstr ""

#: src/Layouts/Views/Structure.vala:197
msgid " Fields"
msgstr ""

#: src/Layouts/Views/Content.vala:121
msgid "Previous Page"
msgstr ""

#: src/Layouts/Views/Content.vala:126
msgid "Next Page"
msgstr ""

#: src/Layouts/Views/Content.vala:131
#, c-format
msgid "%d Pages"
msgstr ""

#: src/Layouts/Views/Content.vala:134
msgid "Jump to page…"
msgstr ""

#: src/Layouts/Views/Content.vala:165
msgid "1 Page"
msgstr ""

#: src/Layouts/Views/Content.vala:171
#, c-format
msgid "%d of %d Pages"
msgstr ""

#: src/Layouts/Views/Content.vala:275
#, c-format
msgid "%d Entries"
msgstr ""

#: src/Layouts/Views/Relations.vala:197
msgid " Constraints"
msgstr ""

#: src/Layouts/Views/Query.vala:279
#, fuzzy
msgid "Running Query…"
msgstr "Databesi erikebelwa..."

#: src/Layouts/Views/Query.vala:295 src/Layouts/Views/Query.vala:304
msgid "Run Query"
msgstr "Buza Databesi"

#: src/Layouts/Views/Query.vala:356
msgid "Export Results"
msgstr ""

#: src/Layouts/Views/Query.vala:369
msgid "Export as CSV"
msgstr ""

#: src/Layouts/Views/Query.vala:377
msgid "Export as Text"
msgstr ""

#: src/Layouts/Views/Query.vala:436 src/Layouts/Views/Query.vala:482
msgid "Unable to process Query!"
msgstr "Okunyerezebwa tekusobolwa!"

#: src/Layouts/Views/Query.vala:457
#, c-format
msgid "%d Total Results"
msgstr ""

#: src/Layouts/Views/Query.vala:492
#, fuzzy, c-format
msgid "Query Successfully Executed! Rows Affected: %s"
msgstr "Okunyerezebwa kukoze bulungi!"

#: src/Layouts/Views/Query.vala:495
#, fuzzy
msgid "Query Executed!"
msgstr "Okunyerezebwa kukoze bulungi!"

#: src/Partials/LibraryItem.vala:107 src/Widgets/ConnectionDialog.vala:431
msgid "Connect"
msgstr "Gatta Enkolagana"

#: src/Partials/LibraryItem.vala:110
msgid "Edit Connection"
msgstr "Terezza Enkolagana"

#: src/Partials/LibraryItem.vala:113
#, fuzzy
msgid "Duplicate Connection"
msgstr "Gyamu Enkolagana"

#: src/Partials/LibraryItem.vala:116
msgid "Delete Connection"
msgstr "Gyamu Enkolagana"

#: src/Partials/LibraryItem.vala:126
msgid "Options"
msgstr ""

#: src/Partials/TreeBuilder.vala:131
msgid "Error"
msgstr ""

#: src/Partials/TreeBuilder.vala:131
msgid "on Column"
msgstr ""

#: src/Partials/TreeBuilder.vala:172
#, c-format
msgid "Copy %s"
msgstr ""

#: src/Services/Settings.vala:106
#, c-format
msgid "%s (copy)"
msgstr ""

#: src/Services/ConnectionManager.vala:193
#, c-format
msgid "Libssh2 initialization failed (%d)"
msgstr ""

#: src/Services/ConnectionManager.vala:202
msgid "Failed to open socket"
msgstr ""

#: src/Services/ConnectionManager.vala:211
#, fuzzy
msgid "Failed to connect!"
msgstr "Gyamu Enkolagana"

#: src/Services/ConnectionManager.vala:223
#, c-format
msgid "Error when starting up SSH session: %d"
msgstr ""

#: src/Services/ConnectionManager.vala:242
msgid "Authentication by password failed!"
msgstr ""

#: src/Services/ConnectionManager.vala:252
msgid "Authentication by public key failed!"
msgstr ""

#: src/Services/ConnectionManager.vala:259
msgid "No supported authentication methods found!"
msgstr ""

#: src/Services/ConnectionManager.vala:266
msgid "Failed to open listen socket"
msgstr ""

#: src/Services/ConnectionManager.vala:281
msgid "Failed to bind. Your Database Port may be wrong!"
msgstr ""

#: src/Services/ConnectionManager.vala:287
msgid "Failed to listen!"
msgstr ""

#: src/Services/ConnectionManager.vala:314
msgid "Failed to accept remote connection!"
msgstr ""

#: src/Services/ConnectionManager.vala:323
msgid ""
"Could not open the direct-tcpip channel! (Note that this can be a problem at "
"the server! Please review the server logs.)"
msgstr ""

#: src/Services/ConnectionManager.vala:566
msgid "Error!"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:33
msgid "Missing SSH Key file!"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:34
msgid "Missing SSH public key!"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:89 src/Widgets/ConnectionDialog.vala:355
#, fuzzy
msgid "Connection"
msgstr "Enkolagana empya"

#: src/Widgets/ConnectionDialog.vala:141
#, fuzzy
msgid "Select connection color"
msgstr "Gyamu Enkolagana"

#: src/Widgets/ConnectionDialog.vala:164
#, fuzzy
msgid "Connection Name:"
msgstr "Erinnya ly'enkolagana"

#: src/Widgets/ConnectionDialog.vala:165
msgid "Connection's name"
msgstr "Erinnya ly'enkolagana"

#: src/Widgets/ConnectionDialog.vala:172
msgid "Database Type:"
msgstr "Ekika ky'enkolagana:"

#: src/Widgets/ConnectionDialog.vala:194
msgid "Host:"
msgstr "Erinnya lya Sava:"

#: src/Widgets/ConnectionDialog.vala:200
msgid "Database Name:"
msgstr "Erinnya lya Databesi:"

#: src/Widgets/ConnectionDialog.vala:207
msgid "Username:"
msgstr "Erinnya lya agyikozesa:"

#: src/Widgets/ConnectionDialog.vala:213
msgid "Password:"
msgstr "Ekyama:"

#: src/Widgets/ConnectionDialog.vala:217 src/Widgets/ConnectionDialog.vala:227
#: src/Widgets/ConnectionDialog.vala:285 src/Widgets/ConnectionDialog.vala:295
#, fuzzy
msgid "Show password"
msgstr "Ekyama:"

#: src/Widgets/ConnectionDialog.vala:224 src/Widgets/ConnectionDialog.vala:292
#, fuzzy
msgid "Hide password"
msgstr "Ekyama:"

#: src/Widgets/ConnectionDialog.vala:234
msgid "Port:"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:240
msgid "File Path:"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:241
msgid "Select Your SQLite File…"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:261
#, fuzzy
msgid "Connect via SSH Tunnel:"
msgstr "Enkolagana mu termino"

#: src/Widgets/ConnectionDialog.vala:271
#, fuzzy
msgid "SSH Host:"
msgstr "Erinnya lya Sava:"

#: src/Widgets/ConnectionDialog.vala:276
#, fuzzy
msgid "SSH Username:"
msgstr "Erinnya lya agyikozesa:"

#: src/Widgets/ConnectionDialog.vala:281
#, fuzzy
msgid "SSH Password:"
msgstr "Ekyama:"

#: src/Widgets/ConnectionDialog.vala:301
msgid "SSH Port:"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:302
msgid "Optional"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:306
msgid "SSH Identity"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:308
msgid "Select Your Identity File…"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:324
msgid "Generate SSH Key"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:356
#, fuzzy
msgid "SSH Tunnel"
msgstr "Enkolagana mu termino"

#: src/Widgets/ConnectionDialog.vala:426
msgid "Close"
msgstr "Galawo"

#: src/Widgets/ConnectionDialog.vala:427
msgid "Save Connection"
msgstr "Tereka Enkolagana"

#: src/Widgets/ConnectionDialog.vala:429
msgid "Test Connection"
msgstr "Gezesa Enkolagana"

#: src/Widgets/ConnectionDialog.vala:620
msgid "Opening SSH Tunnel…"
msgstr ""

#: src/Widgets/ConnectionDialog.vala:650
#, fuzzy
msgid "Testing Connection…"
msgstr "Gezesa Enkolagana"

#: src/Widgets/ConnectionDialog.vala:661
#, fuzzy
msgid "Successfully Connected!"
msgstr "Okunyerezebwa kukoze bulungi!"

#: src/Widgets/ConnectionDialog.vala:679
#, fuzzy
msgid "Saving Connection…"
msgstr "Tereka Enkolagana"

#: src/Widgets/ConnectionDialog.vala:684
msgid "Connection Saved!"
msgstr "Enkolagana eterekeddwa!"

#: src/Widgets/ConnectionDialog.vala:692
#, fuzzy
msgid "Connecting…"
msgstr "Gatta Enkolagana"