aboutsummaryrefslogtreecommitdiffstats
path: root/en/legal/locales.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:12 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:12 +0000
commit286371458214d2dded20f448ed4b7534c1c7d978 (patch)
tree8dae6efdd379bad839027bd80b77ce7872ab179b /en/legal/locales.php
parent9c6c51d6a171335112e4337e91b05c51ba5da6b2 (diff)
downloadwww-286371458214d2dded20f448ed4b7534c1c7d978.tar
www-286371458214d2dded20f448ed4b7534c1c7d978.tar.gz
www-286371458214d2dded20f448ed4b7534c1c7d978.tar.bz2
www-286371458214d2dded20f448ed4b7534c1c7d978.tar.xz
www-286371458214d2dded20f448ed4b7534c1c7d978.zip
legal section frame
Diffstat (limited to 'en/legal/locales.php')
-rw-r--r--en/legal/locales.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/en/legal/locales.php b/en/legal/locales.php
new file mode 100644
index 000000000..b03c08089
--- /dev/null
+++ b/en/legal/locales.php
@@ -0,0 +1,11 @@
+<?php
+
+$_t = array(
+ 'en' => array(
+ 'page_h1' => 'Legal notices',
+ ),
+ 'fr' => array(
+ 'page_h1' => 'Mentions légales',
+
+ )
+); \ No newline at end of file