Browse code

Remove website translations, closes #4082

Runa A. Sandvik authored on 28/09/2011 12:14:02
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,36 +0,0 @@
1
-#!/usr/bin/wml
2
-
3
-## translation metadata
4
-# Revision: $Revision$
5
-# Translation-Priority: 2-medium
6
-
7
-# this structure defines the side nav bar for the /torbutton pages
8
-# and is the input for include/side.wmi
9
-
10
-# fields:
11
-#
12
-# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
13
-# page because at build-time it is used to determine what view of the
14
-# navigation menu to generate
15
-#
16
-# url - the path to the wml page, as used the the <page> tag. This tag ensures
17
-# that links will point to the current language if supported, and alternately
18
-# the english version
19
-#
20
-# txt - the link text to be displayed. Different translations will
21
-# need to supply alternate txt
22
-
23
-<:
24
-  my $sidenav;
25
-  $sidenav = [
26
-          {'url'  => 'torbutton/index',
27
-           'txt'  => 'Torbutton',
28
-           'subelements' => [
29
-              {'url' => 'torbutton/torbutton-options',
30
-               'txt' => 'Opcje Torbuttona',
31
-              },
32
-              {'url' => 'torbutton/torbutton-faq',
33
-               'txt' => 'FAQ Torbuttona',
34
-              }]
35
-          }]
36
-:>
Browse code

include *.wmi files translated into Polish by Bogdan

Runa A. Sandvik authored on 30/03/2011 15:47:46
Showing 1 changed files
... ...
@@ -1,10 +1,10 @@
1 1
 #!/usr/bin/wml
2 2
 
3 3
 ## translation metadata
4
-# Revision: $Revision: 0 $
4
+# Revision: $Revision$
5 5
 # Translation-Priority: 2-medium
6 6
 
7
-# this structure defines the side nav bar for the /about pages
7
+# this structure defines the side nav bar for the /torbutton pages
8 8
 # and is the input for include/side.wmi
9 9
 
10 10
 # fields:
... ...
@@ -15,11 +15,11 @@
15 15
 #
16 16
 # url - the path to the wml page, as used the the <page> tag. This tag ensures
17 17
 # that links will point to the current language if supported, and alternately
18
-# the english version 
18
+# the english version
19 19
 #
20 20
 # txt - the link text to be displayed. Different translations will
21
-# need to supply alternate txt 
22
- 
21
+# need to supply alternate txt
22
+
23 23
 <:
24 24
   my $sidenav;
25 25
   $sidenav = [
... ...
@@ -27,10 +27,10 @@
27 27
            'txt'  => 'Torbutton',
28 28
            'subelements' => [
29 29
               {'url' => 'torbutton/torbutton-options',
30
-               'txt' => 'Torbutton Options',
30
+               'txt' => 'Opcje Torbuttona',
31 31
               },
32 32
               {'url' => 'torbutton/torbutton-faq',
33
-               'txt' => 'Torbutton FAQ',
33
+               'txt' => 'FAQ Torbuttona',
34 34
               }]
35 35
           }]
36 36
 :>
Browse code

updated the makefile to include translations and copied wmi files to various language directories

Runa A. Sandvik authored on 09/03/2011 14:06:44
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,36 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision: 0 $
5
+# Translation-Priority: 2-medium
6
+
7
+# this structure defines the side nav bar for the /about pages
8
+# and is the input for include/side.wmi
9
+
10
+# fields:
11
+#
12
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
13
+# page because at build-time it is used to determine what view of the
14
+# navigation menu to generate
15
+#
16
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
17
+# that links will point to the current language if supported, and alternately
18
+# the english version 
19
+#
20
+# txt - the link text to be displayed. Different translations will
21
+# need to supply alternate txt 
22
+ 
23
+<:
24
+  my $sidenav;
25
+  $sidenav = [
26
+          {'url'  => 'torbutton/index',
27
+           'txt'  => 'Torbutton',
28
+           'subelements' => [
29
+              {'url' => 'torbutton/torbutton-options',
30
+               'txt' => 'Torbutton Options',
31
+              },
32
+              {'url' => 'torbutton/torbutton-faq',
33
+               'txt' => 'Torbutton FAQ',
34
+              }]
35
+          }]
36
+:>