PluginProbe
wp-forecast / 1.9
wp-forecast v1.9
10.0 trunk 1.4 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3..5 3..8 3.0 3.1 3.2 3.3 3.4 3.6 All 86 releases
wp-forecast / xgettextdummy.php

xgettextdummy.php in wp-forecast 1.9, at xgettextdummy.php

54 lines 702 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 function xgettext_dummy()
4 {
5 __( "loc" );
6 __( "01" );
7 __( "02" );
8 __( "03" );
9 __( "04" );
10 __( "05" );
11 __( "06" );
12 __( "07" );
13 __( "08" );
14 __( "11" );
15 __( "12" );
16 __( "13" );
17 __( "14" );
18 __( "15" );
19 __( "16" );
20 __( "17" );
21 __( "18" );
22 __( "19" );
23 __( "20" );
24 __( "21" );
25 __( "22" );
26 __( "23" );
27 __( "24" );
28 __( "25" );
29 __( "26" );
30 __( "29" );
31 __( "30" );
32 __( "31" );
33 __( "32" );
34 __( "33" );
35 __( "34" );
36 __( "35" );
37 __( "36" );
38 __( "37" );
39 __( "38" );
40 __( "39" );
41 __( "40" );
42 __( "41" );
43 __( "42" );
44 __( "43" );
45 __( "44" );
46 __( "Monday" );
47 __( "Tuesday" );
48 __( "Wednesday" );
49 __( "Thursday" );
50 __( "Friday" );
51 __( "Saturday" );
52 __( "Sunday" );
53 }
54 ?>