Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More language changes #4193

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/lang/en_gb.php
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@
'he_il' => 'Hebrew',
'dk_dk' => 'Danish',
'ro_ro' => 'Romanian',
'no_nb' => 'Norwegian',

);

Expand Down
50 changes: 25 additions & 25 deletions web/lang/no_nb.php
Original file line number Diff line number Diff line change
Expand Up @@ -658,30 +658,30 @@
'ZoomIn' => 'Zoom Inn',
'ZoomOut' => 'Zoom Ut',
// language names translation
'es_la' => 'Spanish Latam',
'es_CR' => 'Spanish Costa Rica',
'es_ar' => 'Spanish Argentina',
'es_es' => 'Spanish Spain',
'en_gb' => 'British English',
'en_us' => 'Us English',
'fr_fr' => 'French',
'cs_cz' => 'Czech',
'zh_cn' => 'Simplified Chinese',
'zh_tw' => 'Traditional Chinese',
'de_de' => 'German',
'it_it' => 'Italian',
'ja_jp' => 'Japanese',
'hu_hu' => 'Hungarian',
'pl_pl' => 'Polish',
'pt_br' => 'Portuguese Brazil',
'ru_ru' => 'Russian',
'nl_nl' => 'Dutch',
'se_se' => 'Sami',
'et_ee' => 'Estonian',
'he_il' => 'Hebrew',
'dk_dk' => 'Danish',
'ro_ro' => 'Romanian',
'no_nb' => 'Norwegian',
'es_la' => 'Spansk Latam',
'es_CR' => 'Spansk Costa Rica',
'es_ar' => 'Argentinsk',
'es_es' => 'Spansk',
'en_gb' => 'Britisk Engelsk',
'en_us' => 'Us Engelsk',
'fr_fr' => 'Fransk',
'cs_cz' => 'Tsjekkisk',
'zh_cn' => 'Forenklet Kinesisk',
'zh_tw' => 'Tradisjonell Kinesisk',
'de_de' => 'Tysk',
'it_it' => 'Italiensk',
'ja_jp' => 'Japansk',
'hu_hu' => 'Ungarsk',
'pl_pl' => 'Polsk',
'pt_br' => 'Portugisisk Brasil',
'ru_ru' => 'Russisk',
'nl_nl' => 'Nederlandsk',
'se_se' => 'Samisk',
'et_ee' => 'Estisk',
'he_il' => 'Hebraisk',
'dk_dk' => 'Dansk',
'ro_ro' => 'Rumensk',
'no_nb' => 'Norsk',

);

Expand Down Expand Up @@ -1000,4 +1000,4 @@ function zmVlang($langVarArray, $count) {
// ),
);

?>
?>
Loading