aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-06-10 16:33:18 +0000
committerRomain d'Alverny <rda@mageia.org>2011-06-10 16:33:18 +0000
commitbbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d (patch)
treec29ecc389c856183f67dc554dc28f66dc6bd97e5 /langs.php
parentd79cceb7a6fe67bbb9f8664ac1e3b39735397d32 (diff)
downloadwww-bbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d.tar
www-bbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d.tar.gz
www-bbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d.tar.bz2
www-bbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d.tar.xz
www-bbb8560ed4fc09de8ca4f7f2c1a1369fa17f325d.zip
ro nav strings update (Catalin)
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/langs.php b/langs.php
index 6bc00d563..7567954b5 100644
--- a/langs.php
+++ b/langs.php
@@ -97,7 +97,8 @@ $nav_list = array(
'en' => 'Support',
'es' => 'Soporte',
'fr' => 'Assistance',
- 'it' => 'Supporto'
+ 'it' => 'Supporto',
+ 'ro' => 'Suport'
),
/*
'/community/' => array(
@@ -116,7 +117,8 @@ $nav_list = array(
'en' => 'Contribute',
'es' => 'Contribuir',
'fr' => 'Contribuer',
- 'it' => 'Contribuire'
+ 'it' => 'Contribuire',
+ 'ro' => 'Contribuiți'
),
'/wiki/' => 'Wiki',
/*
@@ -171,7 +173,8 @@ $nav_list = array(
'en' => 'About',
'es' => 'Acerca de',
'fr' => 'À propos',
- 'it' => 'A proposito di'
+ 'it' => 'A proposito di',
+ 'ro' => 'Despre noi'
),
);