The branch, master has been updated via fcdc23cef198b324065ccad6c59837b520f0bd79 (commit) from 2438beef1ed1f0e2c8afd8a5c6fef79e16df47d7 (commit)
- Log ----------------------------------------------------------------- commit fcdc23cef198b324065ccad6c59837b520f0bd79 Author: Michal Čihař mcihar@novell.com Date: Fri Mar 12 10:31:28 2010 +0100
Correct code for Norwegian.
-----------------------------------------------------------------------
Summary of changes: Makefile | 2 +- output/{no => nb}/docs.css | 0 output/{no => nb}/favicon.ico | Bin 18902 -> 18902 bytes output/{no => nb}/index-full-template.html | 0 output/{no => nb}/index.html | 0 .../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes .../{no => nb}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes output/{no => nb}/translators.html | 0 po/{no.po => nb.po} | 0 9 files changed, 1 insertions(+), 1 deletions(-) rename output/{no => nb}/docs.css (100%) rename output/{no => nb}/favicon.ico (100%) rename output/{no => nb}/index-full-template.html (100%) rename output/{no => nb}/index.html (100%) rename output/{no => nb}/themes/original/img/docs_menu_bg.png (100%) rename output/{no => nb}/themes/original/img/logo_right.png (100%) rename output/{no => nb}/translators.html (100%) rename po/{no.po => nb.po} (100%)
diff --git a/Makefile b/Makefile index c4afd3d..53f07fe 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Makefile to build translations
-LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk +LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu nb es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk PO4AOPTS=-M utf-8 -k 15 PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel@lists.sourceforge.net \ --copyright-holder "the phpMyAdmin project" \ diff --git a/output/no/docs.css b/output/nb/docs.css similarity index 100% rename from output/no/docs.css rename to output/nb/docs.css diff --git a/output/no/favicon.ico b/output/nb/favicon.ico similarity index 100% rename from output/no/favicon.ico rename to output/nb/favicon.ico diff --git a/output/no/index-full-template.html b/output/nb/index-full-template.html similarity index 100% rename from output/no/index-full-template.html rename to output/nb/index-full-template.html diff --git a/output/no/index.html b/output/nb/index.html similarity index 100% rename from output/no/index.html rename to output/nb/index.html diff --git a/output/no/themes/original/img/docs_menu_bg.png b/output/nb/themes/original/img/docs_menu_bg.png similarity index 100% rename from output/no/themes/original/img/docs_menu_bg.png rename to output/nb/themes/original/img/docs_menu_bg.png diff --git a/output/no/themes/original/img/logo_right.png b/output/nb/themes/original/img/logo_right.png similarity index 100% rename from output/no/themes/original/img/logo_right.png rename to output/nb/themes/original/img/logo_right.png diff --git a/output/no/translators.html b/output/nb/translators.html similarity index 100% rename from output/no/translators.html rename to output/nb/translators.html diff --git a/po/no.po b/po/nb.po similarity index 100% rename from po/no.po rename to po/nb.po
hooks/post-receive