euro.src (a2aef65c) euro.src (bc79de72)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23
24#define STEP_ZERO 1000
25#define STEP_CONVERTER 1100
26#define STEP_AUTOPILOT 1200
27#define STATUSLINE 1300
28#define MESSAGES 1400
29#define CURRENCIES 1500
30#define STEP_LASTPAGE 1600
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23
24#define STEP_ZERO 1000
25#define STEP_CONVERTER 1100
26#define STEP_AUTOPILOT 1200
27#define STATUSLINE 1300
28#define MESSAGES 1400
29#define CURRENCIES 1500
30#define STEP_LASTPAGE 1600
31
31// --------------------------------------------------------------------
32String STEP_ZERO
33{
34Text [ en-US ] = "~Cancel" ;
35};
36
37String STEP_ZERO + 1
38{
39Text [ en-US ] = "~Help" ;
40};
41
42String STEP_ZERO + 2
43{
32// --------------------------------------------------------------------
33String STEP_ZERO
34{
35Text [ en-US ] = "~Cancel" ;
36};
37
38String STEP_ZERO + 1
39{
40Text [ en-US ] = "~Help" ;
41};
42
43String STEP_ZERO + 2
44{
44Text [ en-US ] = "<<~Back" ;
45Text [ en-US ] = "<< ~Back" ;
45};
46
47String STEP_ZERO + 3
48{
49Text [ en-US ] = "~Convert" ;
50};
51
52String STEP_ZERO + 4

--- 8 unchanged lines hidden (view full) ---

61
62String STEP_ZERO + 6
63{
64Text [ en-US ] = "Currencies:" ;
65};
66
67String STEP_ZERO + 7
68{
46};
47
48String STEP_ZERO + 3
49{
50Text [ en-US ] = "~Convert" ;
51};
52
53String STEP_ZERO + 4

--- 8 unchanged lines hidden (view full) ---

62
63String STEP_ZERO + 6
64{
65Text [ en-US ] = "Currencies:" ;
66};
67
68String STEP_ZERO + 7
69{
69Text [ en-US ] = "C~ontinue>>" ;
70Text [ en-US ] = "C~ontinue >>" ;
70};
71
72String STEP_ZERO + 8
73{
74Text [ en-US ] = "C~lose" ;
75};
76
77

--- 371 unchanged lines hidden ---
71};
72
73String STEP_ZERO + 8
74{
75Text [ en-US ] = "C~lose" ;
76};
77
78

--- 371 unchanged lines hidden ---