~mvo/language-selector/sync-languagelist-from-localechooser

« back to all changes in this revision

Viewing changes to po/te.po

* QtLanguageSelector.py: fix crash when no language is selected
  in the install window (LP: #553729)
* LanguageSelector.py: if gdm is running, write the user LANG setting
  to ~/.dmrc and /var/cache/gdm/$USER/dmrc (LP: #553162)
* updated translations from launchpad
* remove dangling ImSwitch symlinks on startup (LP: #500594)
* check for write permission on ~/.profile (LP: #560881)
* check for read permission on /etc/default/locale and
  /etc/environment (LP: #554617)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: language-selector\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2009-10-23 18:01+0100\n"
11
 
"PO-Revision-Date: 2009-09-18 22:31+0000\n"
 
10
"POT-Creation-Date: 2010-03-26 15:13+0000\n"
 
11
"PO-Revision-Date: 2009-10-25 02:23+0000\n"
12
12
"Last-Translator: Arne Goetje <arne.goetje@canonical.com>\n"
13
13
"Language-Team: Telugu <te@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
 
"X-Launchpad-Export-Date: 2009-10-17 13:52+0000\n"
 
18
"X-Launchpad-Export-Date: 2010-04-15 02:12+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
20
20
 
21
21
#. Hack for Chinese langpack split
22
22
#. Translators: please translate 'Chinese (simplified)' and 'Chinese (traditional)' so that they appear next to each other when sorted alphabetically.
23
 
#: ../LanguageSelector/LocaleInfo.py:45
 
23
#: ../LanguageSelector/LocaleInfo.py:47
24
24
msgid "Chinese (simplified)"
25
 
msgstr ""
 
25
msgstr "చైనీస్ (తేటపరచిన)"
26
26
 
27
27
#. Translators: please translate 'Chinese (simplified)' and 'Chinese (traditional)' so that they appear next to each other when sorted alphabetically.
28
 
#: ../LanguageSelector/LocaleInfo.py:47
 
28
#: ../LanguageSelector/LocaleInfo.py:49
29
29
msgid "Chinese (traditional)"
30
 
msgstr ""
 
30
msgstr "చైనీస్ (సాంప్రదాయ)"
31
31
 
32
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:196
 
32
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:216
33
33
#: ../LanguageSelector/qt/QtLanguageSelector.py:94
34
34
msgid "No language information available"
35
35
msgstr "భాషలను గూర్చి సమాచారము అందుబాటులో లేదు."
36
36
 
37
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:197
 
37
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:217
38
38
#: ../LanguageSelector/qt/QtLanguageSelector.py:95
39
39
msgid ""
40
40
"The system does not have information about the available languages yet. Do "
41
41
"you want to perform a network update to get them now? "
42
42
msgstr ""
43
 
"ఇప్పటికి కూడా వ్యవస్త నందు అందుబాటులొ గల భాషల గూర్చిన సమాచారము లెదు.ఇప్పుడు తగిన సమాచారము "
44
 
"పొందడం కొరకు నెట్ వర్క్ నవినీకరణ ను జరపమంటారా? "
 
43
"ఇప్పటికి కూడా వ్యవస్త నందు అందుబాటులొ గల భాషల గూర్చిన సమాచారము లెదు.ఇప్పుడు "
 
44
"తగిన సమాచారము పొందడం కొరకు నెట్ వర్క్ నవినీకరణ ను జరపమంటారా? "
45
45
 
46
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:201
 
46
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:221
47
47
#: ../LanguageSelector/qt/QtLanguageSelector.py:89
48
48
msgid "_Update"
49
 
msgstr "నవీనీకరించు"
 
49
msgstr "నవీకరించు(_U)"
50
50
 
51
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:284
52
 
#: ../data/LanguageSelector.ui.h:26
 
51
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:304
 
52
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:342
 
53
#: ../data/LanguageSelector.ui.h:27
53
54
msgid "Language"
54
55
msgstr "భాష"
55
56
 
56
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:291
 
57
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:311
57
58
msgid "Installed"
58
59
msgstr "సంస్థాపించబడిన"
59
60
 
60
61
#. print "%(INSTALL)d to install, %(REMOVE)d to remove" % (countInstall, countRemove)
61
62
#. Translators: %(INSTALL)d is parsed; either keep it exactly as is or remove it entirely, but don't translate "INSTALL".
62
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:407
 
63
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:380
 
64
#, python-format
63
65
msgid "%(INSTALL)d to install"
64
66
msgid_plural "%(INSTALL)d to install"
65
67
msgstr[0] "సంస్థాపించవలసిన %(INSTALL)d"
66
68
msgstr[1] "సంస్థాపించవలసిన %(INSTALL)d"
67
69
 
68
70
#. Translators: %(REMOVE)d is parsed; either keep it exactly as is or remove it entirely, but don't translate "REMOVE".
69
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:409
 
71
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:382
 
72
#, python-format
70
73
msgid "%(REMOVE)d to remove"
71
74
msgid_plural "%(REMOVE)d to remove"
72
75
msgstr[0] "తొలగించవలసినది %(REMOVE)d"
73
76
msgstr[1] "తొలగించవలసినది %(REMOVE)d"
74
77
 
75
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:418
 
78
#. Translators: this string will concatenate the "%n to install" and "%n to remove" strings, you can replace the comma if you need to.
 
79
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:391
76
80
#, python-format
77
81
msgid "%s, %s"
78
82
msgstr "%s, %s"
79
83
 
80
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:571
 
84
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:528
81
85
msgid "Could not install the selected language support"
82
86
msgstr "మీరు ఎంచుకొన్న భాష సంస్థాపించ సాధ్యము కాదు."
83
87
 
84
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:572
 
88
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:529
85
89
msgid ""
86
90
"This is perhaps a bug of this application. Please file a bug report at "
87
91
"https://bugs.launchpad.net/ubuntu/+source/language-selector/+filebug"
88
92
msgstr ""
89
 
"బహుశా ఇది ఆ అనువర్తనము నందు దోషము వలన కావచ్చు.దయచెసి ఈ దోషమును గురించి ఇక్కడ  https://"
90
 
"bugs.launchpad.net/ubuntu/+source/language-selector/+filebug ఫిర్యాదు చేయండి."
 
93
"బహుశా ఇది ఆ అనువర్తనము నందు దోషము వలన కావచ్చు.దయచెసి ఈ దోషమును గురించి ఇక్కడ "
 
94
" https://bugs.launchpad.net/ubuntu/+source/language-selector/+filebug "
 
95
"ఫిర్యాదు చేయండి."
91
96
 
92
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:602
 
97
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:559
93
98
msgid "Could not install the full language support"
94
99
msgstr "భాషను పూర్తిగా స్తాపించుట సాధ్యము కాదు."
95
100
 
96
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:603
 
101
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:560
97
102
msgid ""
98
103
"Usually this is related to an error in your software archive or software "
99
104
"manager. Check your software preferences in the System > Administration menu."
100
105
msgstr ""
101
106
 
102
107
#. FIXME: use self.runAsRoot() here
103
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:642
 
108
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:591
104
109
msgid "The list of available languages on the system has been updated."
105
110
msgstr ""
106
111
 
107
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:725
 
112
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:664
108
113
#: ../LanguageSelector/qt/QtLanguageSelector.py:160
109
114
msgid "The language support is not installed completely"
110
115
msgstr ""
111
116
 
112
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:726
 
117
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:665
113
118
#: ../LanguageSelector/qt/QtLanguageSelector.py:161
114
119
msgid ""
115
120
"Some translations or writing aids available for your chosen languages are "
116
121
"not installed yet. Do you want to install them now?"
117
122
msgstr ""
118
123
 
119
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:729
 
124
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:668
120
125
#: ../LanguageSelector/qt/QtLanguageSelector.py:90
121
126
#: ../LanguageSelector/qt/QtLanguageSelector.py:156
122
127
msgid "_Remind Me Later"
123
128
msgstr ""
124
129
 
125
130
#. FIXME: add "details"
126
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:730
 
131
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:669
127
132
#: ../LanguageSelector/qt/QtLanguageSelector.py:155
128
133
msgid "_Install"
129
134
msgstr ""
130
135
 
131
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:733
 
136
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:672
132
137
msgid "Details"
133
138
msgstr ""
134
139
 
135
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:772
 
140
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:711
136
141
#: ../LanguageSelector/qt/QtLanguageSelector.py:79
137
 
#: ../check-language-support:80
 
142
#: ../check-language-support:52
138
143
msgid "Software database is broken"
139
144
msgstr ""
140
145
 
141
 
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:773
142
 
#: ../check-language-support:81
 
146
#: ../LanguageSelector/gtk/GtkLanguageSelector.py:712
 
147
#: ../check-language-support:53
143
148
msgid ""
144
149
"It is impossible to install or remove any software. Please use the package "
145
150
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
214
219
msgid "Language Set"
215
220
msgstr ""
216
221
 
217
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:314
 
222
#: ../LanguageSelector/qt/QtLanguageSelector.py:327
218
223
#, python-format
219
224
msgid ""
220
225
"Translations and support have now been installed for %s.  Select them from "
221
226
"the Add Language button."
222
227
msgstr ""
223
228
 
224
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:314
 
229
#: ../LanguageSelector/qt/QtLanguageSelector.py:327
225
230
msgid "Language Installed"
226
231
msgstr ""
227
232
 
228
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:316
 
233
#: ../LanguageSelector/qt/QtLanguageSelector.py:329
229
234
#, python-format
230
235
msgid "Translations and support have now been uninstalled for %s."
231
236
msgstr ""
232
237
 
233
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:316
 
238
#: ../LanguageSelector/qt/QtLanguageSelector.py:329
234
239
msgid "Language Uninstalled"
235
240
msgstr ""
236
241
 
237
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:318
 
242
#: ../LanguageSelector/qt/QtLanguageSelector.py:331
238
243
msgid "Failed to set system language."
239
244
msgstr ""
240
245
 
241
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:318
 
246
#: ../LanguageSelector/qt/QtLanguageSelector.py:331
242
247
msgid "Language Not Set"
243
248
msgstr ""
244
249
 
245
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:367
 
250
#: ../LanguageSelector/qt/QtLanguageSelector.py:380
246
251
msgid "Please run this software with administrative rights."
247
252
msgstr ""
248
253
 
249
 
#: ../LanguageSelector/qt/QtLanguageSelector.py:367
 
254
#: ../LanguageSelector/qt/QtLanguageSelector.py:380
250
255
msgid "Not Root User"
251
256
msgstr ""
252
257
 
253
258
#: ../data/LanguageSelector.ui.h:1
254
 
msgid "1234567.89"
 
259
msgid "<b>Example</b>"
255
260
msgstr ""
256
261
 
257
262
#: ../data/LanguageSelector.ui.h:2
258
 
msgid "<b>Example</b>"
259
 
msgstr ""
260
 
 
261
 
#: ../data/LanguageSelector.ui.h:3
262
263
msgid ""
263
264
"<big><b>Checking available language support</b></big>\n"
264
265
"\n"
266
267
"languages."
267
268
msgstr ""
268
269
 
 
270
#: ../data/LanguageSelector.ui.h:5
 
271
msgid "<small>Changes take effect next time you log in.</small>"
 
272
msgstr ""
 
273
 
269
274
#: ../data/LanguageSelector.ui.h:6
270
 
msgid "<small>All changes take effect next time you log in.</small>"
271
 
msgstr ""
272
 
 
273
 
#: ../data/LanguageSelector.ui.h:7
274
275
msgid ""
275
276
"<small>Drag languages to arrange them in order of preference.\n"
276
277
"Changes take effect next time you log in.</small>"
277
278
msgstr ""
278
279
 
 
280
#: ../data/LanguageSelector.ui.h:8
 
281
msgid ""
 
282
"<small>Uses the same language choices for startup and the login "
 
283
"screen.</small>"
 
284
msgstr ""
 
285
 
279
286
#: ../data/LanguageSelector.ui.h:9
280
287
msgid ""
281
 
"<small>Uses the same language choices for startup and the login screen.</"
282
 
"small>"
 
288
"<small>Uses the same text format choice for startup and the login "
 
289
"screen.</small>"
283
290
msgstr ""
284
291
 
285
292
#: ../data/LanguageSelector.ui.h:10
317
324
msgstr ""
318
325
 
319
326
#: ../data/LanguageSelector.ui.h:19
320
 
msgid "For everyone at startup and login, use:"
321
 
msgstr ""
322
 
 
323
 
#: ../data/LanguageSelector.ui.h:20
324
 
msgid "For my menus and windows, use:"
325
 
msgstr ""
326
 
 
327
 
#: ../data/LanguageSelector.ui.h:21
 
327
msgid ""
 
328
"If you need to type in languages, which require more complex input methods "
 
329
"than just a simple key to letter mapping, you may want to enable this "
 
330
"function.\n"
 
331
"For example, you will need this function for typing Chinese, Japanese, "
 
332
"Korean or Vietnamese.\n"
 
333
"The recommended value for Ubuntu is \"ibus\".\n"
 
334
"If you want to use alternative input method systems, install the "
 
335
"corresponding packages first and then choose the desired system here."
 
336
msgstr ""
 
337
 
 
338
#: ../data/LanguageSelector.ui.h:23
328
339
msgid "Input methods"
329
340
msgstr ""
330
341
 
331
 
#: ../data/LanguageSelector.ui.h:22
 
342
#: ../data/LanguageSelector.ui.h:24
332
343
msgid "Install / Remove Languages..."
333
344
msgstr ""
334
345
 
335
 
#: ../data/LanguageSelector.ui.h:23
 
346
#: ../data/LanguageSelector.ui.h:25
336
347
msgid "Installed Languages"
337
348
msgstr ""
338
349
 
339
 
#: ../data/LanguageSelector.ui.h:24
340
 
msgid "Keep the same"
341
 
msgstr ""
342
 
 
343
 
#: ../data/LanguageSelector.ui.h:25
 
350
#: ../data/LanguageSelector.ui.h:26
344
351
msgid "Keyboard input method system:"
345
352
msgstr ""
346
353
 
347
 
#: ../data/LanguageSelector.ui.h:27
 
354
#: ../data/LanguageSelector.ui.h:28
348
355
msgid "Language & Text"
349
356
msgstr ""
350
357
 
351
 
#: ../data/LanguageSelector.ui.h:28
 
358
#: ../data/LanguageSelector.ui.h:29
352
359
msgid "Language for menus and windows:"
353
360
msgstr ""
354
361
 
355
 
#: ../data/LanguageSelector.ui.h:29
 
362
#: ../data/LanguageSelector.ui.h:30
356
363
msgid "Number:"
357
364
msgstr ""
358
365
 
359
 
#: ../data/LanguageSelector.ui.h:30
 
366
#: ../data/LanguageSelector.ui.h:31
360
367
msgid "Spellchecking and writing aids"
361
368
msgstr ""
362
369
 
363
 
#: ../data/LanguageSelector.ui.h:31
 
370
#: ../data/LanguageSelector.ui.h:32
364
371
msgid "Text"
365
372
msgstr ""
366
373
 
367
 
#: ../data/LanguageSelector.ui.h:32
 
374
#: ../data/LanguageSelector.ui.h:33
 
375
msgid ""
 
376
"This setting only affects the language your desktop and applications are "
 
377
"displayed in. It does not set the system environment, like currency or date "
 
378
"format settings. For that, use the settings in the Text tab.\n"
 
379
"The order of the values displayed here decides which translations to use for "
 
380
"your desktop. If translations for the first language are not available, the "
 
381
"next one in this list will be tried. The last entry of this list is always "
 
382
"\"English\".\n"
 
383
"Every entry below \"English\" will be ignored."
 
384
msgstr ""
 
385
 
 
386
#: ../data/LanguageSelector.ui.h:36
 
387
msgid ""
 
388
"This will set the system environment like shown below and will also affect "
 
389
"the preferred paper format and other territory specific settings.\n"
 
390
"If you want to display the desktop in a different language than this, please "
 
391
"select it in the \"Language\" tab.\n"
 
392
"Hence you should set this to a sensible value for the territory you are "
 
393
"located in."
 
394
msgstr ""
 
395
 
 
396
#: ../data/LanguageSelector.ui.h:39
368
397
msgid "Translations"
369
398
msgstr ""
370
399
 
371
 
#: ../data/LanguageSelector.ui.h:33
 
400
#: ../data/LanguageSelector.ui.h:40
372
401
msgid "Translations for your desktop."
373
402
msgstr ""
374
403
 
375
 
#: ../data/LanguageSelector.ui.h:34
 
404
#: ../data/LanguageSelector.ui.h:41
376
405
msgid ""
377
406
"When a language is installed, individual users can choose it in their "
378
407
"Language settings."
379
408
msgstr ""
380
409
 
381
 
#: ../data/LanguageSelector.ui.h:35
 
410
#: ../data/LanguageSelector.ui.h:42
382
411
msgid ""
383
412
"Word lists, dictionaries, thesauruses, etc. which can help typing by "
384
413
"highlighting, correcting or suggesting words."
404
433
#: ..//data/incomplete-language-support-gnome.note.in:6
405
434
msgid ""
406
435
"The language support files for your selected language seem to be incomplete. "
407
 
"You can install the missing components by clicking on \"Run this action now"
408
 
"\" and follow the instructions. An active internet connection is required. "
409
 
"If you would like to do this at a later time, please use \"System -> "
410
 
"Administration -> Language Support\" instead."
 
436
"You can install the missing components by clicking on \"Run this action "
 
437
"now\" and follow the instructions. An active internet connection is "
 
438
"required. If you would like to do this at a later time, please use \"System -"
 
439
"> Administration -> Language Support\" instead."
411
440
msgstr ""
412
441
 
413
442
#. Description
414
443
#: ..//data/incomplete-language-support-qt.note.in:6
415
444
msgid ""
416
445
"The language support files for your selected language seem to be incomplete. "
417
 
"You can install the missing components by clicking on \"Run this action now"
418
 
"\" and follow the instructions. An active internet connection is required. "
419
 
"If you would like to do this at a later time, please use \"System Settings -"
420
 
"> Regional & Language\" instead."
 
446
"You can install the missing components by clicking on \"Run this action "
 
447
"now\" and follow the instructions. An active internet connection is "
 
448
"required. If you would like to do this at a later time, please use \"System "
 
449
"Settings -> Regional & Language\" instead."
421
450
msgstr ""
422
451
 
423
452
#. Name
434
463
msgid "don't verify installed language support"
435
464
msgstr ""
436
465
 
437
 
#: ../gnome-language-selector:28 ../check-language-support:251
 
466
#: ../gnome-language-selector:28 ../check-language-support:22
438
467
msgid "alternative datadir"
439
468
msgstr ""
440
469
 
480
509
msgid "No fontconfig-voodoo configuration found for the selected locale"
481
510
msgstr ""
482
511
 
483
 
#: ../check-language-support:248
 
512
#: ../check-language-support:19
484
513
msgid "target language code"
485
514
msgstr ""
486
515
 
487
 
#: ../check-language-support:253
 
516
#: ../check-language-support:23
 
517
msgid "check for the given package(s) only -- separate packagenames by comma"
 
518
msgstr ""
 
519
 
 
520
#: ../check-language-support:25
488
521
msgid "check all available languages"
489
522
msgstr ""
490
523
 
491
 
#: ../check-language-support:256
 
524
#: ../check-language-support:28
492
525
msgid "show installed packages as well as missing ones"
493
526
msgstr ""