~ubuntu-branches/debian/squeeze/stellarium/squeeze

« back to all changes in this revision

Viewing changes to src/translations.h

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2008-05-19 21:28:23 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080519212823-m5nfiuntxstxzxj7
Tags: 0.9.1-4
Add libxcursor-dev, libxfixes-dev, libxinerama-dev, libqt4-opengl-dev to
build-deps (Closes: #479906)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
                // Constellation cultures
69
69
                N_("Chinese");
 
70
                N_("Egyptian");
 
71
                N_("Inuit");
 
72
                N_("Korean");
 
73
                N_("Lakota");
 
74
                N_("Navajo");
 
75
                N_("Norse");
 
76
                N_("Polynesian");
70
77
                N_("Western");
71
 
                N_("Polynesian");
72
 
                N_("Egyptian");
73
78
                
74
79
                // Western Constellations
75
80
                N_("Aquila");                           // aql
297
302
        N_("Cared for by Moon");        // 010
298
303
        N_("Dolphin");  // 011
299
304
 
 
305
                // Navajo Constellations
 
306
        N_("Revolving Male");   // 001
 
307
        N_("Revolving Female");     // 002
 
308
        N_("Man with Feet Apart");     // 003
 
309
        N_("Lizard");        // 004
 
310
        N_("Dilyehe");        // 005
 
311
        N_("First Big One");  // 006
 
312
        N_("Rabbit Tracks");     // 007
 
313
        N_("First Slim One");   // 008
 
314
 
 
315
                // Norse Constellations
 
316
        N_("Aurvandil's Toe");   // 001
 
317
        N_("Wolf's Mouth");     // 002
 
318
        N_("The Fishermen");     // 003
 
319
        N_("Woman's Cart");        // 004
 
320
        N_("Man's Cart");        // 005
 
321
        N_("The Asar Battlefield");  // 006
 
322
 
 
323
                // Inuit Constellations
 
324
        N_("Two Sunbeams");   // 001
 
325
        N_("Two Placed Far Apart");     // 002
 
326
        N_("Dogs");     // 003
 
327
        N_("Collarbones");        // 004
 
328
        N_("Lamp Stand");        // 005
 
329
        N_("Caribou");        // 006
 
330
        N_("Two in Front");     // 007
 
331
        N_("Breastbone");   // 008
 
332
        N_("Runners");   // 009
 
333
        N_("Blubber Container");   // 010
 
334
 
 
335
                // Lakota Constellations
 
336
        N_("Hand");   // 001
 
337
        N_("Snake");     // 002
 
338
        N_("Fireplace");     // 003
 
339
        N_("Dipper");        // 004
 
340
        N_("Race Track");        // 005
 
341
        N_("Animal");  // 006
 
342
        N_("Elk");     // 007
 
343
        N_("Seven Little Girls");   // 008
 
344
        N_("Dried Willow");   // 009
 
345
        N_("Salamander");   // 010
 
346
        N_("Turtle");   // 011
 
347
        N_("Thunderbird");   // 012
 
348
        N_("Bear's Lodge");   // 013
 
349
 
 
350
                // Korean Constellations
 
351
                // TODO
 
352
 
300
353
                // TUI script message
301
354
                N_("Select and exit to run.");
302
 
                
 
355
                N_("USB Script: ");  // Placeholder for translating - Rob
303
356
        }
304
357
}