xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

Missing internationalization for a world language #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Localized language file for Norwegian language.

Translation is attached + diff for missing buttons.

--- tunnelblick-read-only/tunnelblick/MenuController.m  2008-11-19
17:25:57.000000000 +0100
+++ tunnelblick/tunnelblick/MenuController.m    2008-11-19 17:22:02.000000000
+0100
@@ -577,6 +577,8 @@
    [editButton setTitle:local([editButton title])];
    [connectButton setTitle:local([connectButton title])];
    [disconnectButton setTitle:local([disconnectButton title])];
+   [useNameserverCheckbox setTitle:local([useNameserverCheckbox title])];

Svein
+   [autoLaunchCheckbox setTitle:local([autoLaunchCheckbox title])];

Original issue reported on code.google.com by svei...@gmail.com on 19 Nov 2008 at 4:35

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry for putting my name in the middle of the diff...

Original comment by svei...@gmail.com on 19 Nov 2008 at 4:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Translation update(added some strings)
Svein

Original comment by svei...@gmail.com on 19 Nov 2008 at 5:42

Attachments:

GoogleCodeExporter commented 9 years ago
sveihan: Thanks for the localization!

Original comment by angelol...@gmail.com on 19 Nov 2008 at 7:07

GoogleCodeExporter commented 9 years ago
Norwegian translation has been added to the project + missing buttons. 

Original comment by angelol...@gmail.com on 20 Nov 2008 at 12:27