1 : <?php return array (
2 : 'links-top' =>
3 : array (
4 1 : 'prev-story-url' => 'path-1.1.html',
5 1 : 'prev-story-title' => 'story-1',
6 1 : 'prev-episode-url' => 'path-1.3.html',
7 1 : 'curr-story-url' => 'path-2.1.html',
8 1 : 'curr-story-title' => 'story-2',
9 1 : 'next-episode-url' => 'path-2.2.html',
10 1 : 'next-story-url' => 'path-3.1.html',
11 1 : 'next-story-title' => 'story-3',
12 1 : ),
13 1 : 'img-url' => 'abc.html',
14 1 : 'img-src' => 'abc.jpg',
15 : 'trans-first-line' =>
16 : array (
17 : 'breaks' =>
18 : array (
19 1 : 0 => '',
20 1 : 1 => '',
21 1 : 2 => '',
22 1 : ),
23 1 : 'text' => 'abc',
24 1 : ),
25 1 : 'letter-src' => 'r.gif',
26 : 'fro-first-line' =>
27 : array (
28 : 'breaks' =>
29 : array (
30 1 : 0 => '',
31 1 : 1 => '',
32 1 : 2 => '',
33 1 : ),
34 1 : 'text' => 'st',
35 1 : ),
36 : 'trans-text' =>
37 : array (
38 1 : 0 => 'def',
39 1 : 1 => 'ghi',
40 1 : ),
41 : 'blog-numbers' =>
42 : array (
43 1 : 0 => '101',
44 1 : 1 => '102',
45 1 : ),
46 : 'fro-text' =>
47 : array (
48 1 : 0 => 'uvw',
49 1 : 1 => 'xyz',
50 1 : ),
51 1 : 'trans-unit-title' => 'abc',
52 1 : 'fro-unit-title' => 'rst',
53 1 : 'notes-id0' => '100',
54 1 : 'notes-id1' => '100',
55 : 'questions' =>
56 : array (
57 1 : 0 => '101 : « rst » = « abc » ?',
58 1 : 1 => '102 : « uvw » = « def » ?',
59 1 : ),
60 : 'mapping' =>
61 : array (
62 1 : 0 => '102 : abc',
63 1 : ),
64 : 'differences' =>
65 : array (
66 1 : 0 => '101 : Méon 200 rst (FHS 101 abc)',
67 1 : ),
68 1 : 'meon-pdf' => 'abc.pdf',
69 1 : 'martin-pdf' => 'def.pdf',
70 : 'meon-numbers' =>
71 : array (
72 1 : 0 => '100',
73 1 : 1 => '101',
74 1 : 2 => '102',
75 1 : ),
76 : 'meon-text' =>
77 : array (
78 1 : 0 => 'abc',
79 1 : 1 => 'def',
80 1 : 2 => 'ghi',
81 1 : ),
82 : 'martin-chapters' =>
83 : array (
84 1 : 0 => 'XX',
85 1 : 1 => 'XX',
86 1 : 2 => 'XX',
87 1 : ),
88 : 'martin-numbers' =>
89 : array (
90 1 : 0 => '100',
91 1 : 1 => '101',
92 1 : 2 => '102',
93 1 : ),
94 : 'martin-text' =>
95 : array (
96 1 : 0 => 'abc',
97 1 : 1 => 'def',
98 1 : 2 => 'ghi',
99 1 : ),
100 : 'fro-numbers' =>
101 : array (
102 1 : 0 => '100',
103 1 : 1 => '101',
104 1 : 2 => '102',
105 1 : ),
106 : 'links-bottom' =>
107 : array (
108 1 : 'prev-story-url' => 'path-1.1.html',
109 1 : 'prev-story-title' => 'story-1',
110 1 : 'prev-episode-url' => 'path-1.3.html',
111 1 : 'curr-story-url' => 'path-2.1.html',
112 1 : 'curr-story-title' => 'story-2',
113 1 : 'next-episode-url' => 'path-2.2.html',
114 1 : 'next-story-url' => 'path-3.1.html',
115 1 : 'next-story-title' => 'story-3',
116 1 : ),
|