aboutsummaryrefslogtreecommitdiffstats
path: root/_nav
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-02-09 12:17:13 +0000
committerFilip Komar <filip@mageia.org>2013-02-09 12:17:13 +0000
commit0332537f327fad8a76e80c85c996d99c09e30e20 (patch)
treea7a4f14b074ce8447f7e4c3ee4fb946202f9a7a4 /_nav
parenta1d2de0339a7a3caa9eafefe3c1593bbd27b728f (diff)
downloadwww-0332537f327fad8a76e80c85c996d99c09e30e20.tar
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.gz
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.bz2
www-0332537f327fad8a76e80c85c996d99c09e30e20.tar.xz
www-0332537f327fad8a76e80c85c996d99c09e30e20.zip
navigation added to translation report
Diffstat (limited to '_nav')
-rw-r--r--_nav/langs/en.lang72
-rw-r--r--_nav/langs/sl.lang63
-rw-r--r--_nav/lib.php1
3 files changed, 119 insertions, 17 deletions
diff --git a/_nav/langs/en.lang b/_nav/langs/en.lang
new file mode 100644
index 000000000..286f196ac
--- /dev/null
+++ b/_nav/langs/en.lang
@@ -0,0 +1,72 @@
+# Generated manually on 2013-02-07T19:20:00+01:00
+# Domain _nav
+
+
+# /_nav/lib.php +65
+;Go to mageia.org site map.
+Go to mageia.org site map.
+
+
+# /_nav/lib.php +66
+;About&nbsp;us
+About&nbsp;us
+
+
+# /_nav/lib.php +66
+;Learn more about Mageia.
+Learn more about Mageia.
+
+
+# /_nav/lib.php +67
+;Downloads
+Downloads
+
+
+# /_nav/lib.php +67
+;Download Mageia ISO and updates.
+Download Mageia ISO and updates.
+
+
+# /_nav/lib.php +68
+;Support
+Support
+
+
+# /_nav/lib.php +68
+;Get support from Mageia community.
+Get support from Mageia community.
+
+
+# /_nav/lib.php +69
+;Community
+Community
+
+
+# /_nav/lib.php +70
+;Contribute
+Contribute
+
+
+# /_nav/lib.php +70
+;You too can build Mageia with us!
+You too can build Mageia with us!
+
+
+# /_nav/lib.php +71
+;You
+You
+
+
+# /_nav/lib.php +71
+;Your Mageia online account.
+Your Mageia online account.
+
+
+# /_nav/lib.php +72
+;Contact
+Contact
+
+
+# /_nav/lib.php +72
+;Contact Us
+Contact Us
diff --git a/_nav/langs/sl.lang b/_nav/langs/sl.lang
index c44cce2c3..0413b94ed 100644
--- a/_nav/langs/sl.lang
+++ b/_nav/langs/sl.lang
@@ -1,43 +1,72 @@
+# Generated manually on 2013-02-07T19:20:00+01:00
+# Domain _nav
+
+
+# /_nav/lib.php +65
+;Go to mageia.org site map.
+Oglejte si načrt spletišča mageia.org.
+
+
+# /_nav/lib.php +66
;About&nbsp;us
O&nbsp;nas
+
+# /_nav/lib.php +66
+;Learn more about Mageia.
+Preberite več o Mageji.
+
+
+# /_nav/lib.php +67
;Downloads
Prenosi
+
+# /_nav/lib.php +67
+;Download Mageia ISO and updates.
+Prenesite slike ISO in posodobitve.
+
+
+# /_nav/lib.php +68
;Support
Podpora
+
+# /_nav/lib.php +68
+;Get support from Mageia community.
+Poiščite podporo skupnosti Mageia.
+
+
+# /_nav/lib.php +69
;Community
Skupnost
+
+# /_nav/lib.php +70
;Contribute
Sodelujte
-;You
-Vi
-;Contact
-Kontakti
+# /_nav/lib.php +70
+;You too can build Mageia with us!
+Tudi vi nam lahko pomagate pri Mageji!
-;Go to mageia.org site map.
-Oglejte si načrt spletišča mageia.org.
-;Learn more about Mageia.
-Preberite več o Mageji.
+# /_nav/lib.php +71
+;You
+Vi
-;Download Mageia ISO and updates.
-Prenesite slike ISO in posodobitve.
-;Get support from Mageia community.
-Poiščite podporo skupnosti Mageia.
+# /_nav/lib.php +71
+;Your Mageia online account.
+Registracija in upravljanje vaše prijave.
-;
-;You too can build Mageia with us!
-Tudi vi nam lahko pomagate pri Mageji!
+# /_nav/lib.php +72
+;Contact
+Kontakti
-;Your Mageia online account.
-Registracija in upravljanje vaše prijave.
+# /_nav/lib.php +72
;Contact Us
Kontaktirajte nas
diff --git a/_nav/lib.php b/_nav/lib.php
index 8398f0755..52df1693c 100644
--- a/_nav/lib.php
+++ b/_nav/lib.php
@@ -179,6 +179,7 @@ P;
global $_t;
+ $_t[$s] = trim(str_replace(array('{ok}', '{OK}', '{Ok}', '{oK}'), '', $_t[$s]));
return array_key_exists($s, $_t) ? $_t[$s] : $s;
}
}