aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
committerThomas Backlund <tmb@mageia.org>2014-10-12 12:27:45 +0300
commit9ce6d646ff718cd62f6434c9a4c94e450436612a (patch)
tree3ee82e5db7c0aee44a5573d9d17035c6ecac697d /about
parenta0b2d09125d7911656fe4cb286f20643c4432281 (diff)
downloadwww-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.gz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.bz2
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.xz
www-9ce6d646ff718cd62f6434c9a4c94e450436612a.zip
Revert "Updated Estonian translation"
Diffstat (limited to 'about')
-rw-r--r--about/code-of-conduct/index.php5
-rw-r--r--about/constitution/index.php5
-rw-r--r--about/index.php5
-rw-r--r--about/license/index.php5
-rw-r--r--about/media/index.php5
-rw-r--r--about/policies/index.php5
-rw-r--r--about/reports/index.php5
-rw-r--r--about/values/index.php5
8 files changed, 40 insertions, 0 deletions
diff --git a/about/code-of-conduct/index.php b/about/code-of-conduct/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/code-of-conduct/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/constitution/index.php b/about/constitution/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/constitution/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/index.php b/about/index.php
new file mode 100644
index 000000000..7188dff2c
--- /dev/null
+++ b/about/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/license/index.php b/about/license/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/license/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/media/index.php b/about/media/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/media/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/policies/index.php b/about/policies/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/policies/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/reports/index.php b/about/reports/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/reports/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/values/index.php b/about/values/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/values/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);