From 899932c50b9d345ff1483611b7410bccf636729b Mon Sep 17 00:00:00 2001 From: Jakub Suder Date: Fri, 30 May 2014 01:20:41 +0200 Subject: [PATCH] added Norwegian! --- Hive.xcodeproj/project.pbxproj | 107 ++++ .../HIApplicationsViewController.strings | 3 + .../nb.lproj/HIApplicationsViewController.xib | 105 ++++ .../HIBackupCenterWindowController.strings | 24 + .../HIBackupCenterWindowController.xib | 195 ++++++ .../nb.lproj/HICameraWindowController.strings | 6 + .../nb.lproj/HICameraWindowController.xib | 81 +++ ...ontactAutocompleteWindowController.strings | 3 + .../HIContactAutocompleteWindowController.xib | 118 ++++ .../HIContactInfoViewController.strings | 12 + .../nb.lproj/HIContactInfoViewController.xib | 160 +++++ .../nb.lproj/HIContactViewController.strings | 3 + .../nb.lproj/HIContactViewController.xib | 71 +++ .../nb.lproj/HIContactsViewController.strings | 9 + .../nb.lproj/HIContactsViewController.xib | 236 ++++++++ .../HIDebuggingInfoWindowController.strings | 9 + .../HIDebuggingInfoWindowController.xib | 94 +++ .../nb.lproj/HIErrorWindowController.strings | 33 + .../nb.lproj/HIErrorWindowController.xib | 218 +++++++ .../HIFeeDetailsViewController.strings | 9 + .../nb.lproj/HIFeeDetailsViewController.xib | 79 +++ ...HIGeneralPreferencesViewController.strings | 18 + .../HIGeneralPreferencesViewController.xib | 97 +++ .../HIKeyPreferencesViewController.strings | 9 + .../HIKeyPreferencesViewController.xib | 80 +++ .../HILockScreenViewController.strings | 9 + .../nb.lproj/HILockScreenViewController.xib | 105 ++++ .../nb.lproj/HIMainWindowController.strings | 9 + .../nb.lproj/HIMainWindowController.xib | 86 +++ .../HINewContactViewController.strings | 27 + .../nb.lproj/HINewContactViewController.xib | 258 ++++++++ .../HIPasswordChangeWindowController.strings | 18 + .../HIPasswordChangeWindowController.xib | 165 +++++ .../HIPasswordInputViewController.strings | 3 + .../HIPasswordInputViewController.xib | 81 +++ .../nb.lproj/HIProfileViewController.strings | 0 .../nb.lproj/HIProfileViewController.xib | 166 +++++ .../HISendBitcoinsWindowController.strings | 33 + .../HISendBitcoinsWindowController.xib | 568 ++++++++++++++++++ .../HISignMessageWindowController.strings | 18 + .../HISignMessageWindowController.xib | 138 +++++ .../HITransactionsViewController.strings | 15 + .../nb.lproj/HITransactionsViewController.xib | 256 ++++++++ .../HIWizardBackupViewController.strings | 27 + .../nb.lproj/HIWizardBackupViewController.xib | 227 +++++++ .../HIWizardCompletedViewController.strings | 9 + .../HIWizardCompletedViewController.xib | 76 +++ .../HIWizardPasswordViewController.strings | 15 + .../HIWizardPasswordViewController.xib | 129 ++++ .../HIWizardWelcomeViewController.strings | 9 + .../HIWizardWelcomeViewController.xib | 76 +++ Hive/nb.lproj/Localizable.strings | 435 ++++++++++++++ Hive/nb.lproj/MainMenu.strings | 129 ++++ Hive/nb.lproj/MainMenu.xib | 259 ++++++++ 54 files changed, 5125 insertions(+) create mode 100644 Hive/Controllers/nb.lproj/HIApplicationsViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIApplicationsViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIBackupCenterWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIBackupCenterWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HICameraWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HICameraWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HIContactInfoViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIContactInfoViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIContactViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIContactViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIContactsViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIContactsViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HIErrorWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIErrorWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HIFeeDetailsViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIFeeDetailsViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HILockScreenViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HILockScreenViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIMainWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIMainWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HINewContactViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HINewContactViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HIPasswordInputViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIPasswordInputViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIProfileViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIProfileViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HISignMessageWindowController.strings create mode 100644 Hive/Controllers/nb.lproj/HISignMessageWindowController.xib create mode 100644 Hive/Controllers/nb.lproj/HITransactionsViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HITransactionsViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIWizardBackupViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIWizardBackupViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIWizardCompletedViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIWizardCompletedViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIWizardPasswordViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIWizardPasswordViewController.xib create mode 100644 Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.strings create mode 100644 Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.xib create mode 100644 Hive/nb.lproj/Localizable.strings create mode 100644 Hive/nb.lproj/MainMenu.strings create mode 100644 Hive/nb.lproj/MainMenu.xib diff --git a/Hive.xcodeproj/project.pbxproj b/Hive.xcodeproj/project.pbxproj index 14b5a0ef..c94b3398 100644 --- a/Hive.xcodeproj/project.pbxproj +++ b/Hive.xcodeproj/project.pbxproj @@ -1941,6 +1941,59 @@ 58E336311892C046004D60C3 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/HIApplicationsViewController.strings; sourceTree = ""; }; 58E336321892C047004D60C3 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/HIApplicationsViewController.strings; sourceTree = ""; }; 58E3363918934DCB004D60C3 /* coinbase.hiveapp */ = {isa = PBXFileReference; lastKnownFileType = file; path = coinbase.hiveapp; sourceTree = ""; }; + 58EBA3471937F67500F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIContactAutocompleteWindowController.xib; sourceTree = ""; }; + 58EBA3481937F67500F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HISendBitcoinsWindowController.strings; sourceTree = ""; }; + 58EBA3491937F67500F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HISendBitcoinsWindowController.xib; sourceTree = ""; }; + 58EBA34A1937F67500F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HISignMessageWindowController.strings; sourceTree = ""; }; + 58EBA34B1937F67600F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HISignMessageWindowController.xib; sourceTree = ""; }; + 58EBA34C1937F67600F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HITransactionsViewController.strings; sourceTree = ""; }; + 58EBA34D1937F67600F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HITransactionsViewController.xib; sourceTree = ""; }; + 58EBA34E1937F67600F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HILockScreenViewController.strings; sourceTree = ""; }; + 58EBA34F1937F67700F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HILockScreenViewController.xib; sourceTree = ""; }; + 58EBA3501937F67700F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIMainWindowController.strings; sourceTree = ""; }; + 58EBA3511937F67700F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIMainWindowController.xib; sourceTree = ""; }; + 58EBA3521937F67800F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIWizardBackupViewController.strings; sourceTree = ""; }; + 58EBA3531937F67800F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIWizardBackupViewController.xib; sourceTree = ""; }; + 58EBA3541937F67800F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIWizardCompletedViewController.strings; sourceTree = ""; }; + 58EBA3551937F67900F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIWizardCompletedViewController.xib; sourceTree = ""; }; + 58EBA3561937F67900F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIWizardPasswordViewController.strings; sourceTree = ""; }; + 58EBA3571937F67900F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIWizardPasswordViewController.xib; sourceTree = ""; }; + 58EBA3581937F67900F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIWizardWelcomeViewController.strings; sourceTree = ""; }; + 58EBA3591937F67A00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIWizardWelcomeViewController.xib; sourceTree = ""; }; + 58EBA35A1937F67A00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIApplicationsViewController.strings; sourceTree = ""; }; + 58EBA35B1937F67A00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIApplicationsViewController.xib; sourceTree = ""; }; + 58EBA35C1937F67A00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIBackupCenterWindowController.strings; sourceTree = ""; }; + 58EBA35D1937F67B00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIBackupCenterWindowController.xib; sourceTree = ""; }; + 58EBA35E1937F67B00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HICameraWindowController.strings; sourceTree = ""; }; + 58EBA35F1937F67B00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HICameraWindowController.xib; sourceTree = ""; }; + 58EBA3601937F67B00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIContactsViewController.strings; sourceTree = ""; }; + 58EBA3611937F67C00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIContactsViewController.xib; sourceTree = ""; }; + 58EBA3621937F67C00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIContactInfoViewController.strings; sourceTree = ""; }; + 58EBA3631937F67C00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIContactInfoViewController.xib; sourceTree = ""; }; + 58EBA3641937F67D00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIContactViewController.strings; sourceTree = ""; }; + 58EBA3651937F67D00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIContactViewController.xib; sourceTree = ""; }; + 58EBA3661937F67D00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIDebuggingInfoWindowController.strings; sourceTree = ""; }; + 58EBA3671937F67E00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIDebuggingInfoWindowController.xib; sourceTree = ""; }; + 58EBA3681937F67E00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIErrorWindowController.strings; sourceTree = ""; }; + 58EBA3691937F67E00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIErrorWindowController.xib; sourceTree = ""; }; + 58EBA36A1937F67E00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIFeeDetailsViewController.strings; sourceTree = ""; }; + 58EBA36B1937F67F00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIFeeDetailsViewController.xib; sourceTree = ""; }; + 58EBA36C1937F67F00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HINewContactViewController.strings; sourceTree = ""; }; + 58EBA36D1937F67F00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HINewContactViewController.xib; sourceTree = ""; }; + 58EBA36E1937F67F00F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIPasswordChangeWindowController.strings; sourceTree = ""; }; + 58EBA36F1937F68000F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIPasswordChangeWindowController.xib; sourceTree = ""; }; + 58EBA3701937F68000F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIPasswordInputViewController.strings; sourceTree = ""; }; + 58EBA3711937F68000F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIPasswordInputViewController.xib; sourceTree = ""; }; + 58EBA3721937F68100F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIGeneralPreferencesViewController.strings; sourceTree = ""; }; + 58EBA3731937F68100F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIGeneralPreferencesViewController.xib; sourceTree = ""; }; + 58EBA3741937F68200F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIKeyPreferencesViewController.strings; sourceTree = ""; }; + 58EBA3751937F68200F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIKeyPreferencesViewController.xib; sourceTree = ""; }; + 58EBA3761937F68200F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIProfileViewController.strings; sourceTree = ""; }; + 58EBA3771937F68200F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/HIProfileViewController.xib; sourceTree = ""; }; + 58EBA3781937F68300F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/HIContactAutocompleteWindowController.strings; sourceTree = ""; }; + 58EBA3791937F68300F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/MainMenu.strings; sourceTree = ""; }; + 58EBA37A1937F68300F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = nb; path = nb.lproj/MainMenu.xib; sourceTree = ""; }; + 58EBA37B1937F68400F90E50 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = ""; }; 58F02AEC17E1F5A400B65429 /* HIRightPointingArrowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HIRightPointingArrowView.h; sourceTree = ""; }; 58F02AED17E1F5A400B65429 /* HIRightPointingArrowView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HIRightPointingArrowView.m; sourceTree = ""; }; 58F496F018B67A1C0033B7E0 /* icon-unknown-app.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-unknown-app.png"; sourceTree = ""; }; @@ -2869,6 +2922,7 @@ sv, hu, "pt-PT", + nb, ); mainGroup = D9A591BB1767B4A800502635; productRefGroup = D9A591C51767B4A800502635 /* Products */; @@ -3289,6 +3343,7 @@ 58003E5818492B4C00CD19FE /* sr-Latn */, 9A823D2618781AE30040C85C /* sv */, 58543D8E18AA532D002A224A /* hu */, + 58EBA3761937F68200F90E50 /* nb */, ); name = HIProfileViewController.strings; sourceTree = ""; @@ -3323,6 +3378,7 @@ 58003E5918492B4C00CD19FE /* sr-Latn */, 9A823D2718781AE30040C85C /* sv */, 58543D8F18AA532D002A224A /* hu */, + 58EBA3771937F68200F90E50 /* nb */, ); name = HIProfileViewController.xib; sourceTree = ""; @@ -3357,6 +3413,7 @@ 2478B8EF184A890D00BA2C35 /* sr-Latn */, 9A823D2118781AE20040C85C /* sv */, 58543DAD18AA5330002A224A /* hu */, + 58EBA36B1937F67F00F90E50 /* nb */, ); name = HIFeeDetailsViewController.xib; sourceTree = ""; @@ -3391,6 +3448,7 @@ 2478B90A184A8A0300BA2C35 /* sr-Latn */, 9A823D2018781AE20040C85C /* sv */, 58543DAC18AA532F002A224A /* hu */, + 58EBA36A1937F67E00F90E50 /* nb */, ); name = HIFeeDetailsViewController.strings; sourceTree = ""; @@ -3433,6 +3491,7 @@ 58AE8CC3192A8DEC00946C97 /* pt */, 58AE8CC4192A8DED00946C97 /* ro */, 58AE8CC5192A8DEE00946C97 /* hu */, + 58EBA3731937F68100F90E50 /* nb */, ); name = HIGeneralPreferencesViewController.xib; sourceTree = ""; @@ -3467,6 +3526,7 @@ 582918D118E9AC15001B0870 /* pt */, 582918D218E9AC16001B0870 /* ro */, 582918D318E9AC17001B0870 /* hu */, + 58EBA34F1937F67700F90E50 /* nb */, ); name = HILockScreenViewController.xib; sourceTree = ""; @@ -3501,6 +3561,7 @@ 582918F018E9AC50001B0870 /* pt */, 582918F118E9AC50001B0870 /* ro */, 582918F218E9AC51001B0870 /* hu */, + 58EBA34E1937F67600F90E50 /* nb */, ); name = HILockScreenViewController.strings; sourceTree = ""; @@ -3535,6 +3596,7 @@ 5830769118B38D6F0017084A /* pt */, 5830769218B38D700017084A /* ro */, 5830769318B38D710017084A /* hu */, + 58EBA35F1937F67B00F90E50 /* nb */, ); name = HICameraWindowController.xib; sourceTree = ""; @@ -3569,6 +3631,7 @@ 583076B018B38DB70017084A /* pt */, 583076B118B38DB80017084A /* ro */, 583076B218B38DB80017084A /* hu */, + 58EBA35E1937F67B00F90E50 /* nb */, ); name = HICameraWindowController.strings; sourceTree = ""; @@ -3603,6 +3666,7 @@ 58571292189026B50094F884 /* sr-Latn */, 58571293189026B60094F884 /* sv */, 58543D9718AA532E002A224A /* hu */, + 58EBA3531937F67800F90E50 /* nb */, ); name = HIWizardBackupViewController.xib; sourceTree = ""; @@ -3637,6 +3701,7 @@ 585712B01890299A0094F884 /* sr-Latn */, 585712B11890299B0094F884 /* sv */, 58543D9618AA532E002A224A /* hu */, + 58EBA3521937F67800F90E50 /* nb */, ); name = HIWizardBackupViewController.strings; sourceTree = ""; @@ -3671,6 +3736,7 @@ 585712D218902CF90094F884 /* sr-Latn */, 585712D318902CFA0094F884 /* sv */, 58543D9918AA532E002A224A /* hu */, + 58EBA3551937F67900F90E50 /* nb */, ); name = HIWizardCompletedViewController.xib; sourceTree = ""; @@ -3705,6 +3771,7 @@ 585712F018902D2C0094F884 /* sr-Latn */, 585712F118902D2D0094F884 /* sv */, 58543D9818AA532E002A224A /* hu */, + 58EBA3541937F67800F90E50 /* nb */, ); name = HIWizardCompletedViewController.strings; sourceTree = ""; @@ -3739,6 +3806,7 @@ 5857131018902E450094F884 /* tr */, 5857131118902E460094F884 /* el */, 58543D9B18AA532E002A224A /* hu */, + 58EBA3571937F67900F90E50 /* nb */, ); name = HIWizardPasswordViewController.xib; sourceTree = ""; @@ -3773,6 +3841,7 @@ 5857132E18902E760094F884 /* sr-Latn */, 5857132F18902E760094F884 /* sv */, 58543D9A18AA532E002A224A /* hu */, + 58EBA3561937F67900F90E50 /* nb */, ); name = HIWizardPasswordViewController.strings; sourceTree = ""; @@ -3807,6 +3876,7 @@ 5857134E189031E50094F884 /* sr-Latn */, 5857134F189031E60094F884 /* sv */, 58543D9D18AA532E002A224A /* hu */, + 58EBA3591937F67A00F90E50 /* nb */, ); name = HIWizardWelcomeViewController.xib; sourceTree = ""; @@ -3841,6 +3911,7 @@ 5857136C189032390094F884 /* sr-Latn */, 5857136D1890323A0094F884 /* sv */, 58543D9C18AA532E002A224A /* hu */, + 58EBA3581937F67900F90E50 /* nb */, ); name = HIWizardWelcomeViewController.strings; sourceTree = ""; @@ -3875,6 +3946,7 @@ 588953AB1888A6A300243190 /* sr-Latn */, 588953AC1888A6A300243190 /* sv */, 58543DA118AA532F002A224A /* hu */, + 58EBA35D1937F67B00F90E50 /* nb */, ); name = HIBackupCenterWindowController.xib; sourceTree = ""; @@ -3909,6 +3981,7 @@ 588953C9188920EA00243190 /* sr-Latn */, 588953CA188920EC00243190 /* sv */, 58543DA018AA532E002A224A /* hu */, + 58EBA35C1937F67A00F90E50 /* nb */, ); name = HIBackupCenterWindowController.strings; sourceTree = ""; @@ -3943,6 +4016,7 @@ 588953E5188921C000243190 /* sr-Latn */, 588953E6188921C100243190 /* sv */, 58543D8B18AA532D002A224A /* hu */, + 58EBA36F1937F68000F90E50 /* nb */, ); name = HIPasswordChangeWindowController.xib; sourceTree = ""; @@ -3977,6 +4051,7 @@ 588954031889220200243190 /* sr-Latn */, 588954041889220400243190 /* sv */, 58543D8A18AA532D002A224A /* hu */, + 58EBA36E1937F67F00F90E50 /* nb */, ); name = HIPasswordChangeWindowController.strings; sourceTree = ""; @@ -4011,6 +4086,7 @@ 5889541F1889251900243190 /* it */, 588954201889251A00243190 /* pl */, 58543D8D18AA532D002A224A /* hu */, + 58EBA3711937F68000F90E50 /* nb */, ); name = HIPasswordInputViewController.xib; sourceTree = ""; @@ -4045,6 +4121,7 @@ 5889543D1889255E00243190 /* sr-Latn */, 5889543E1889255E00243190 /* sv */, 58543D8C18AA532D002A224A /* hu */, + 58EBA3701937F68000F90E50 /* nb */, ); name = HIPasswordInputViewController.strings; sourceTree = ""; @@ -4079,6 +4156,7 @@ 58003E4F18492B4A00CD19FE /* sr-Latn */, 9A823D1D18781AE20040C85C /* sv */, 58543DA918AA532F002A224A /* hu */, + 58EBA3671937F67E00F90E50 /* nb */, ); name = HIDebuggingInfoWindowController.xib; sourceTree = ""; @@ -4113,6 +4191,7 @@ 58003E4E18492B4A00CD19FE /* sr-Latn */, 9A823D1C18781AE10040C85C /* sv */, 58543DA818AA532F002A224A /* hu */, + 58EBA3661937F67D00F90E50 /* nb */, ); name = HIDebuggingInfoWindowController.strings; sourceTree = ""; @@ -4147,6 +4226,7 @@ 58003E5218492B4A00CD19FE /* sr-Latn */, 9A823D1E18781AE20040C85C /* sv */, 58543DAA18AA532F002A224A /* hu */, + 58EBA3681937F67E00F90E50 /* nb */, ); name = HIErrorWindowController.strings; sourceTree = ""; @@ -4181,6 +4261,7 @@ 58003E5318492B4B00CD19FE /* sr-Latn */, 9A823D1F18781AE20040C85C /* sv */, 58543DAB18AA532F002A224A /* hu */, + 58EBA3691937F67E00F90E50 /* nb */, ); name = HIErrorWindowController.xib; sourceTree = ""; @@ -4215,6 +4296,7 @@ 58003E6318492B4E00CD19FE /* sr-Latn */, 9A823D3118781AE50040C85C /* sv */, 58543DB318AA5330002A224A /* hu */, + 58EBA37B1937F68400F90E50 /* nb */, ); name = Localizable.strings; sourceTree = ""; @@ -4249,6 +4331,7 @@ 58003E4718492B4800CD19FE /* sr-Latn */, 9A823D1518781AE10040C85C /* sv */, 58543D9F18AA532E002A224A /* hu */, + 58EBA35B1937F67A00F90E50 /* nb */, ); name = HIApplicationsViewController.xib; sourceTree = ""; @@ -4283,6 +4366,7 @@ 58003E4918492B4800CD19FE /* sr-Latn */, 9A823D1718781AE10040C85C /* sv */, 58543DA318AA532F002A224A /* hu */, + 58EBA3611937F67C00F90E50 /* nb */, ); name = HIContactsViewController.xib; sourceTree = ""; @@ -4317,6 +4401,7 @@ 58003E5518492B4B00CD19FE /* sr-Latn */, 9A823D2318781AE20040C85C /* sv */, 58543DAF18AA5330002A224A /* hu */, + 58EBA3511937F67700F90E50 /* nb */, ); name = HIMainWindowController.xib; sourceTree = ""; @@ -4351,6 +4436,7 @@ 58003E5718492B4C00CD19FE /* sr-Latn */, 9A823D2518781AE30040C85C /* sv */, 58543D8918AA532D002A224A /* hu */, + 58EBA36D1937F67F00F90E50 /* nb */, ); name = HINewContactViewController.xib; sourceTree = ""; @@ -4385,6 +4471,7 @@ 58003E4B18492B4900CD19FE /* sr-Latn */, 9A823D1918781AE10040C85C /* sv */, 58543DA518AA532F002A224A /* hu */, + 58EBA3631937F67C00F90E50 /* nb */, ); name = HIContactInfoViewController.xib; sourceTree = ""; @@ -4419,6 +4506,7 @@ 58003E4D18492B4900CD19FE /* sr-Latn */, 9A823D1B18781AE10040C85C /* sv */, 58543DA718AA532F002A224A /* hu */, + 58EBA3651937F67D00F90E50 /* nb */, ); name = HIContactViewController.xib; sourceTree = ""; @@ -4453,6 +4541,7 @@ 58003E5B18492B4D00CD19FE /* sr-Latn */, 9A823D2918781AE30040C85C /* sv */, 58543D9118AA532D002A224A /* hu */, + 58EBA3471937F67500F90E50 /* nb */, ); name = HIContactAutocompleteWindowController.xib; sourceTree = ""; @@ -4487,6 +4576,7 @@ 58003E5D18492B4D00CD19FE /* sr-Latn */, 9A823D2B18781AE40040C85C /* sv */, 58543D9318AA532D002A224A /* hu */, + 58EBA3491937F67500F90E50 /* nb */, ); name = HISendBitcoinsWindowController.xib; sourceTree = ""; @@ -4521,6 +4611,7 @@ 58003E5F18492B4D00CD19FE /* sr-Latn */, 9A823D2D18781AE40040C85C /* sv */, 58543D9518AA532E002A224A /* hu */, + 58EBA34D1937F67600F90E50 /* nb */, ); name = HITransactionsViewController.xib; sourceTree = ""; @@ -4555,6 +4646,7 @@ 58003E4818492B4800CD19FE /* sr-Latn */, 9A823D1618781AE10040C85C /* sv */, 58543DA218AA532F002A224A /* hu */, + 58EBA3601937F67B00F90E50 /* nb */, ); name = HIContactsViewController.strings; sourceTree = ""; @@ -4589,6 +4681,7 @@ 58003E5618492B4B00CD19FE /* sr-Latn */, 9A823D2418781AE20040C85C /* sv */, 58543DB018AA5330002A224A /* hu */, + 58EBA36C1937F67F00F90E50 /* nb */, ); name = HINewContactViewController.strings; sourceTree = ""; @@ -4623,6 +4716,7 @@ 58003E4A18492B4900CD19FE /* sr-Latn */, 9A823D1818781AE10040C85C /* sv */, 58543DA418AA532F002A224A /* hu */, + 58EBA3621937F67C00F90E50 /* nb */, ); name = HIContactInfoViewController.strings; sourceTree = ""; @@ -4657,6 +4751,7 @@ 58003E4C18492B4900CD19FE /* sr-Latn */, 9A823D1A18781AE10040C85C /* sv */, 58543DA618AA532F002A224A /* hu */, + 58EBA3641937F67D00F90E50 /* nb */, ); name = HIContactViewController.strings; sourceTree = ""; @@ -4691,6 +4786,7 @@ 58003E5A18492B4C00CD19FE /* sr-Latn */, 9A823D2818781AE30040C85C /* sv */, 58543D9018AA532D002A224A /* hu */, + 58EBA3781937F68300F90E50 /* nb */, ); name = HIContactAutocompleteWindowController.strings; sourceTree = ""; @@ -4725,6 +4821,7 @@ 58003E5C18492B4D00CD19FE /* sr-Latn */, 9A823D2A18781AE30040C85C /* sv */, 58543D9218AA532D002A224A /* hu */, + 58EBA3481937F67500F90E50 /* nb */, ); name = HISendBitcoinsWindowController.strings; sourceTree = ""; @@ -4759,6 +4856,7 @@ 58003E5E18492B4D00CD19FE /* sr-Latn */, 9A823D2C18781AE40040C85C /* sv */, 58543D9418AA532D002A224A /* hu */, + 58EBA34C1937F67600F90E50 /* nb */, ); name = HITransactionsViewController.strings; sourceTree = ""; @@ -4793,6 +4891,7 @@ 58003E5418492B4B00CD19FE /* sr-Latn */, 9A823D2218781AE20040C85C /* sv */, 58543DAE18AA5330002A224A /* hu */, + 58EBA3501937F67700F90E50 /* nb */, ); name = HIMainWindowController.strings; sourceTree = ""; @@ -4827,6 +4926,7 @@ 58003E6018492B4E00CD19FE /* sr-Latn */, 9A823D2E18781AE40040C85C /* sv */, 58543DB118AA5330002A224A /* hu */, + 58EBA3791937F68300F90E50 /* nb */, ); name = MainMenu.strings; sourceTree = ""; @@ -4861,6 +4961,7 @@ 58AE8CE3192CCF2C00946C97 /* pt */, 58AE8CE4192CCF2D00946C97 /* ro */, 58AE8CE5192CCF2D00946C97 /* hu */, + 58EBA3721937F68100F90E50 /* nb */, ); name = HIGeneralPreferencesViewController.strings; sourceTree = ""; @@ -4895,6 +4996,7 @@ 58C85B7418FFE94900B2C350 /* pt */, 58C85B7518FFE94B00B2C350 /* ro */, 58C85B7618FFE94F00B2C350 /* hu */, + 58EBA34B1937F67600F90E50 /* nb */, ); name = HISignMessageWindowController.xib; sourceTree = ""; @@ -4929,6 +5031,7 @@ 58C85B9318FFE9A800B2C350 /* pt */, 58C85B9418FFE9A900B2C350 /* ro */, 58C85B9518FFE9AB00B2C350 /* hu */, + 58EBA3751937F68200F90E50 /* nb */, ); name = HIKeyPreferencesViewController.xib; sourceTree = ""; @@ -4963,6 +5066,7 @@ 58C85BD018FFEAA000B2C350 /* pt */, 58C85BD118FFEAA000B2C350 /* ro */, 58C85BD218FFEAA300B2C350 /* hu */, + 58EBA34A1937F67500F90E50 /* nb */, ); name = HISignMessageWindowController.strings; sourceTree = ""; @@ -4997,6 +5101,7 @@ 58C85BB618FFEA7E00B2C350 /* pt */, 58C85BB718FFEA7F00B2C350 /* ro */, 58C85BB818FFEA8000B2C350 /* hu */, + 58EBA3741937F68200F90E50 /* nb */, ); name = HIKeyPreferencesViewController.strings; sourceTree = ""; @@ -5031,6 +5136,7 @@ 58E336311892C046004D60C3 /* pt */, 58E336321892C047004D60C3 /* ro */, 58543D9E18AA532E002A224A /* hu */, + 58EBA35A1937F67A00F90E50 /* nb */, ); name = HIApplicationsViewController.strings; sourceTree = ""; @@ -5065,6 +5171,7 @@ 58003E6118492B4E00CD19FE /* sr-Latn */, 9A823D2F18781AE40040C85C /* sv */, 58543DB218AA5330002A224A /* hu */, + 58EBA37A1937F68300F90E50 /* nb */, ); name = MainMenu.xib; sourceTree = ""; diff --git a/Hive/Controllers/nb.lproj/HIApplicationsViewController.strings b/Hive/Controllers/nb.lproj/HIApplicationsViewController.strings new file mode 100644 index 00000000..61150796 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIApplicationsViewController.strings @@ -0,0 +1,3 @@ + +/* Class = "NSButtonCell"; title = "Get more apps..."; ObjectID = "VZ8-P4-rue"; */ +"VZ8-P4-rue.title" = "Skaff flere apper...."; diff --git a/Hive/Controllers/nb.lproj/HIApplicationsViewController.xib b/Hive/Controllers/nb.lproj/HIApplicationsViewController.xib new file mode 100644 index 00000000..8c9f1cca --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIApplicationsViewController.xib @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.strings b/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.strings new file mode 100644 index 00000000..c5bb6ba2 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.strings @@ -0,0 +1,24 @@ + +/* Class = "HIKeyObservingWindow"; title = "Backup Center"; ObjectID = "1"; */ +"1.title" = "Sikkerhetskopisenter"; + +/* Class = "NSTextFieldCell"; title = "Status details"; ObjectID = "1f9-7o-UKm"; */ +"1f9-7o-UKm.title" = "Statusdetaljer"; + +/* Class = "NSTableColumn"; headerCell.title = "Actions"; ObjectID = "5e5-Co-YVU"; */ +"5e5-Co-YVU.headerCell.title" = "Handlinger"; + +/* Class = "NSTextFieldCell"; title = "Status"; ObjectID = "CNI-B2-pea"; */ +"CNI-B2-pea.title" = "Status"; + +/* Class = "NSButtonCell"; title = "Enable"; ObjectID = "brF-Bb-pc1"; */ +"brF-Bb-pc1.title" = "Aktiver"; + +/* Class = "NSTableColumn"; headerCell.title = "Backup type"; ObjectID = "gS6-M0-vFe"; */ +"gS6-M0-vFe.headerCell.title" = "Type sikkerhetskopi"; + +/* Class = "NSTableColumn"; headerCell.title = "Status"; ObjectID = "ggB-aI-7mE"; */ +"ggB-aI-7mE.headerCell.title" = "Status"; + +/* Class = "NSTextFieldCell"; title = "Backup type"; ObjectID = "mMS-Su-94P"; */ +"mMS-Su-94P.title" = "Type sikkerhetskopi"; diff --git a/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.xib b/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.xib new file mode 100644 index 00000000..960927ea --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIBackupCenterWindowController.xib @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HICameraWindowController.strings b/Hive/Controllers/nb.lproj/HICameraWindowController.strings new file mode 100644 index 00000000..19965882 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HICameraWindowController.strings @@ -0,0 +1,6 @@ + +/* Class = "NSWindow"; title = "QR code scanner"; ObjectID = "1"; */ +"1.title" = "QR-kode skanner"; + +/* Class = "NSTextFieldCell"; title = "Hold up a Bitcoin QR code to the camera!"; ObjectID = "r6F-kg-ECk"; */ +"r6F-kg-ECk.title" = "Vis en Bitcoin QR kode til kamera!"; diff --git a/Hive/Controllers/nb.lproj/HICameraWindowController.xib b/Hive/Controllers/nb.lproj/HICameraWindowController.xib new file mode 100644 index 00000000..f042a825 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HICameraWindowController.xib @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.strings b/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.strings new file mode 100644 index 00000000..151f3127 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.strings @@ -0,0 +1,3 @@ + +/* Class = "NSTextFieldCell"; title = "Main address"; ObjectID = "34"; */ +"34.title" = "Hovedadresse"; diff --git a/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.xib b/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.xib new file mode 100644 index 00000000..7d487cc5 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactAutocompleteWindowController.xib @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIContactInfoViewController.strings b/Hive/Controllers/nb.lproj/HIContactInfoViewController.strings new file mode 100644 index 00000000..a053caa0 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactInfoViewController.strings @@ -0,0 +1,12 @@ + +/* Class = "NSButtonCell"; title = "Edit"; ObjectID = "50"; */ +"50.title" = "Rediger"; + +/* Class = "NSTextFieldCell"; title = "Contact information"; ObjectID = "62"; */ +"62.title" = "Kontaktinformasjon"; + +/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "65"; */ +"65.title" = "E-post:"; + +/* Class = "NSTextFieldCell"; title = "Bitcoin addresses"; ObjectID = "68"; */ +"68.title" = "Bitcoin-adresser"; diff --git a/Hive/Controllers/nb.lproj/HIContactInfoViewController.xib b/Hive/Controllers/nb.lproj/HIContactInfoViewController.xib new file mode 100644 index 00000000..6f5f7af9 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactInfoViewController.xib @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIContactViewController.strings b/Hive/Controllers/nb.lproj/HIContactViewController.strings new file mode 100644 index 00000000..6bc0b801 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactViewController.strings @@ -0,0 +1,3 @@ + +/* Class = "NSButtonCell"; title = "Send Bitcoin"; ObjectID = "24"; */ +"24.title" = "Send Bitcoin"; diff --git a/Hive/Controllers/nb.lproj/HIContactViewController.xib b/Hive/Controllers/nb.lproj/HIContactViewController.xib new file mode 100644 index 00000000..aea1c295 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactViewController.xib @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIContactsViewController.strings b/Hive/Controllers/nb.lproj/HIContactsViewController.strings new file mode 100644 index 00000000..2919e54f --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactsViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "Looks like you don't have any contacts yet! Add your first one and start sending money!"; ObjectID = "123"; */ +"123.title" = "Ser ut som du ikke har noen kontakter ennå! Legg til din første kontakt og begynn å sende penger!"; + +/* Class = "NSButtonCell"; title = "Add contact"; ObjectID = "125"; */ +"125.title" = "Legg til kontakt"; + +/* Class = "NSTextFieldCell"; title = "You can then use the ✚ button on top to add more contacts."; ObjectID = "129"; */ +"129.title" = "Du kan bruke ✚ knappen for å legge til flere kontakter."; diff --git a/Hive/Controllers/nb.lproj/HIContactsViewController.xib b/Hive/Controllers/nb.lproj/HIContactsViewController.xib new file mode 100644 index 00000000..4aefc481 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIContactsViewController.xib @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.strings b/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.strings new file mode 100644 index 00000000..ce85b682 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSWindow"; title = "Debugging Info"; ObjectID = "1"; */ +"1.title" = "Feilsøkingsinformasjon"; + +/* Class = "NSButtonCell"; title = "Save to file..."; ObjectID = "1AY-mJ-Thd"; */ +"1AY-mJ-Thd.title" = "Arkiver til fil..."; + +/* Class = "NSTextFieldCell"; title = "If you have problems with your wallet, we may ask you to send us the contents of the text area below. Please note that the data does NOT include your private keys and will not allow us to spend your Bitcoin!"; ObjectID = "o5O-SS-J37"; */ +"o5O-SS-J37.title" = "Om du har problemer med din lommebok, så vil vi gjerne at du sender teksten nedenfor til oss. Vennligst legg merke til at informasjone inneholder IKKE dine private nøkler og vil ikke gjøre det mulig for oss å bruke dine bitcoin."; diff --git a/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.xib b/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.xib new file mode 100644 index 00000000..6c663920 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIDebuggingInfoWindowController.xib @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Om du har problemer med din lommebok, så vil vi gjerne at du sender teksten nedenfor til oss. Vennligst legg merke til at informasjone inneholder IKKE dine private nøkler og vil ikke gjøre det mulig for oss å bruke dine bitcoin. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIErrorWindowController.strings b/Hive/Controllers/nb.lproj/HIErrorWindowController.strings new file mode 100644 index 00000000..5441f6de --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIErrorWindowController.strings @@ -0,0 +1,33 @@ + +/* Class = "NSWindow"; title = "Error"; ObjectID = "1"; */ +"1.title" = "Feil"; + +/* Class = "NSTextFieldCell"; placeholderString = "email@domain.com"; ObjectID = "0m5-Xd-7pp"; */ +"0m5-Xd-7pp.placeholderString" = "email@domain.com"; + +/* Class = "NSTextFieldCell"; title = "Please send us a report to help us fix the problem."; ObjectID = "Cob-tq-o5r"; */ +"Cob-tq-o5r.title" = "Vennligst send oss en melding slik at vi kan fikse problemet. "; + +/* Class = "NSTextFieldCell"; title = "Describe what you were doing when the error occurred:"; ObjectID = "F9w-28-7kX"; */ +"F9w-28-7kX.title" = "Beskriv hva du gjorde da feilen oppsto:"; + +/* Class = "NSTextFieldCell"; title = "Oh no, something went wrong!"; ObjectID = "Mpx-rH-nUM"; */ +"Mpx-rH-nUM.title" = "Å nei, noe gikk galt!"; + +/* Class = "NSTextFieldCell"; title = "Your name (optional)"; ObjectID = "pya-AJ-MPI"; */ +"pya-AJ-MPI.title" = "Ditt navn (valgfritt)"; + +/* Class = "NSButtonCell"; title = "Send"; ObjectID = "tDm-yy-jVS"; */ +"tDm-yy-jVS.title" = "Send"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "tR0-Dg-y0x"; */ +"tR0-Dg-y0x.title" = "Avbryt"; + +/* Class = "NSTextFieldCell"; title = "Error details:"; ObjectID = "uLK-ff-isg"; */ +"uLK-ff-isg.title" = "Detaljer om feil:"; + +/* Class = "NSTextFieldCell"; title = "An unexpected error has occurred in Hive."; ObjectID = "xF4-pJ-cQU"; */ +"xF4-pJ-cQU.title" = "En uventet feil har oppstått i Hive."; + +/* Class = "NSTextFieldCell"; title = "Your email (optional)"; ObjectID = "zup-Q6-bK7"; */ +"zup-Q6-bK7.title" = "Din e-postadresse (valgfritt)"; diff --git a/Hive/Controllers/nb.lproj/HIErrorWindowController.xib b/Hive/Controllers/nb.lproj/HIErrorWindowController.xib new file mode 100644 index 00000000..09e2078a --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIErrorWindowController.xib @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.strings b/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.strings new file mode 100644 index 00000000..d252ecd6 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "The fees you pay help keep the Bitcoin network running!"; ObjectID = "JVe-5I-zWC"; */ +"JVe-5I-zWC.title" = "Avgiftene du betaler hjelper for å holde Bitcoin-nettverket i orden!"; + +/* Class = "NSTextFieldCell"; title = "Current transaction fee:"; ObjectID = "exO-xB-xYk"; */ +"exO-xB-xYk.title" = "Gjeldene transaksjonsavgift:"; + +/* Class = "NSTextFieldCell"; title = "Learn more…"; ObjectID = "kHH-z3-bVk"; */ +"kHH-z3-bVk.title" = "Lær mer..."; diff --git a/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.xib b/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.xib new file mode 100644 index 00000000..da2e087f --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIFeeDetailsViewController.xib @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.strings b/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.strings new file mode 100644 index 00000000..6733dc35 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.strings @@ -0,0 +1,18 @@ + +/* Class = "NSMenuItem"; title = "Last Name"; ObjectID = "DUH-JI-H8J"; */ +"DUH-JI-H8J.title" = "Etternavn:"; + +/* Class = "NSTextFieldCell"; title = "Sort By:"; ObjectID = "ELC-Fb-fGt"; */ +"ELC-Fb-fGt.title" = "Sorter etter:"; + +/* Class = "NSButtonCell"; title = "Following last name"; ObjectID = "eBf-qE-ozk"; */ +"eBf-qE-ozk.title" = "Fulgt av etternavn"; + +/* Class = "NSButtonCell"; title = "Before last name"; ObjectID = "kyg-PT-wnV"; */ +"kyg-PT-wnV.title" = "Før etternavn"; + +/* Class = "NSTextFieldCell"; title = "Show first name:"; ObjectID = "uRu-rC-vCh"; */ +"uRu-rC-vCh.title" = "Vis fornavn:"; + +/* Class = "NSMenuItem"; title = "First Name"; ObjectID = "wzm-Cx-x6L"; */ +"wzm-Cx-x6L.title" = "Fornavn"; diff --git a/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.xib b/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.xib new file mode 100644 index 00000000..8b93f357 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIGeneralPreferencesViewController.xib @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.strings b/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.strings new file mode 100644 index 00000000..4df0c63e --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "Scan QR code:"; ObjectID = "psj-Lk-deP"; */ +"psj-Lk-deP.title" = "Skann QR kode:"; + +/* Class = "NSTextFieldCell"; title = "Show “Send” window:"; ObjectID = "sbC-cS-hdN"; */ +"sbC-cS-hdN.title" = "Vis \"Send\" vinduet:"; + +/* Class = "NSTextFieldCell"; title = "Global Shortcuts"; ObjectID = "uBD-1D-rbI"; */ +"uBD-1D-rbI.title" = "Globale snarveier"; diff --git a/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.xib b/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.xib new file mode 100644 index 00000000..abc60e99 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIKeyPreferencesViewController.xib @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HILockScreenViewController.strings b/Hive/Controllers/nb.lproj/HILockScreenViewController.strings new file mode 100644 index 00000000..85e54c11 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HILockScreenViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "Hive is locked.\nEnter your password to unlock:"; ObjectID = "Gmn-jq-R5t"; */ +"Gmn-jq-R5t.title" = "Hive er låst.\nSkriv inn ditt passord for å låse opp:"; + +/* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "W4R-hH-myj"; */ +"W4R-hH-myj.title" = "Lås opp"; + +/* Class = "NSButtonCell"; title = "Don't show this screen again"; ObjectID = "fZF-LI-0oD"; */ +"fZF-LI-0oD.title" = "Ikke vis dette skjermbildet igjen"; diff --git a/Hive/Controllers/nb.lproj/HILockScreenViewController.xib b/Hive/Controllers/nb.lproj/HILockScreenViewController.xib new file mode 100644 index 00000000..bbace3b4 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HILockScreenViewController.xib @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hive er låst. +Skriv inn ditt passord for å låse opp: + + + + + + + + + + + + + NSAllRomanInputSourcesLocaleIdentifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIMainWindowController.strings b/Hive/Controllers/nb.lproj/HIMainWindowController.strings new file mode 100644 index 00000000..1d5a43f2 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIMainWindowController.strings @@ -0,0 +1,9 @@ + +/* Class = "INAppStoreWindow"; title = "Hive"; ObjectID = "3"; */ +"3.title" = "Hive"; + +/* Class = "NSButtonCell"; title = "Send"; ObjectID = "45"; */ +"45.title" = "Send"; + +/* Class = "NSTextFieldCell"; title = "Network connection error"; ObjectID = "2MH-gv-3gz"; */ +"2MH-gv-3gz.title" = "Feil i forbindelse til nettverk"; diff --git a/Hive/Controllers/nb.lproj/HIMainWindowController.xib b/Hive/Controllers/nb.lproj/HIMainWindowController.xib new file mode 100644 index 00000000..cf716394 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIMainWindowController.xib @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HINewContactViewController.strings b/Hive/Controllers/nb.lproj/HINewContactViewController.strings new file mode 100644 index 00000000..a0670fc5 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HINewContactViewController.strings @@ -0,0 +1,27 @@ + +/* Class = "NSButtonCell"; title = "Save"; ObjectID = "14"; */ +"14.title" = "Arkiver"; + +/* Class = "NSTextFieldCell"; title = "Contact information"; ObjectID = "75"; */ +"75.title" = "Kontaktinformasjon"; + +/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "78"; */ +"78.title" = "E-post:"; + +/* Class = "NSButtonCell"; title = "Add address"; ObjectID = "80"; */ +"80.title" = "Legg til adresse"; + +/* Class = "NSTextFieldCell"; title = "Bitcoin addresses"; ObjectID = "81"; */ +"81.title" = "Bitcoin-adresse"; + +/* Class = "NSButtonCell"; title = "Remove contact"; ObjectID = "97"; */ +"97.title" = "Fjern kontakt"; + +/* Class = "NSTextFieldCell"; title = "edit"; ObjectID = "107"; */ +"107.title" = "rediger"; + +/* Class = "NSButtonCell"; title = "QR"; ObjectID = "Fp7-Nh-Dhm"; */ +"Fp7-Nh-Dhm.title" = "QR"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "WNT-Ju-zbY"; */ +"WNT-Ju-zbY.title" = "Avbryt"; diff --git a/Hive/Controllers/nb.lproj/HINewContactViewController.xib b/Hive/Controllers/nb.lproj/HINewContactViewController.xib new file mode 100644 index 00000000..3f5b9e29 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HINewContactViewController.xib @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.strings b/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.strings new file mode 100644 index 00000000..700f8ba4 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.strings @@ -0,0 +1,18 @@ + +/* Class = "NSWindow"; title = "Change Wallet Password"; ObjectID = "1"; */ +"1.title" = "Endre lommebok-passord"; + +/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "Dew-nr-0z1"; */ +"Dew-nr-0z1.title" = "Endre passord"; + +/* Class = "NSTextFieldCell"; title = "New Password"; ObjectID = "Kz6-ej-iGu"; */ +"Kz6-ej-iGu.title" = "Nytt passord"; + +/* Class = "NSTextFieldCell"; title = "Repeat Password"; ObjectID = "SPB-Qw-42v"; */ +"SPB-Qw-42v.title" = "Gjenta passord"; + +/* Class = "NSTextFieldCell"; title = "Current Password"; ObjectID = "gft-GH-WXT"; */ +"gft-GH-WXT.title" = "Nåværende passord"; + +/* Class = "NSTextFieldCell"; title = "This password is used whenever you send Bitcoin from your wallet."; ObjectID = "nvr-Q2-Ive"; */ +"nvr-Q2-Ive.title" = "Dette passorder er brukt hver gang du sender bitcoin fra din lommebok."; diff --git a/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.xib b/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.xib new file mode 100644 index 00000000..4364b558 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIPasswordChangeWindowController.xib @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSAllRomanInputSourcesLocaleIdentifier + + + + + + + + + + + + + + + NSAllRomanInputSourcesLocaleIdentifier + + + + + + + + + + + + + + + NSAllRomanInputSourcesLocaleIdentifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIPasswordInputViewController.strings b/Hive/Controllers/nb.lproj/HIPasswordInputViewController.strings new file mode 100644 index 00000000..07a77d8b --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIPasswordInputViewController.strings @@ -0,0 +1,3 @@ + +/* Class = "NSButtonCell"; title = "Send"; ObjectID = "iGo-yV-7mF"; */ +"iGo-yV-7mF.title" = "Send"; diff --git a/Hive/Controllers/nb.lproj/HIPasswordInputViewController.xib b/Hive/Controllers/nb.lproj/HIPasswordInputViewController.xib new file mode 100644 index 00000000..d93aae34 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIPasswordInputViewController.xib @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSAllRomanInputSourcesLocaleIdentifier + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIProfileViewController.strings b/Hive/Controllers/nb.lproj/HIProfileViewController.strings new file mode 100644 index 00000000..e69de29b diff --git a/Hive/Controllers/nb.lproj/HIProfileViewController.xib b/Hive/Controllers/nb.lproj/HIProfileViewController.xib new file mode 100644 index 00000000..d0a571e5 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIProfileViewController.xib @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.strings b/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.strings new file mode 100644 index 00000000..e0f8172d --- /dev/null +++ b/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.strings @@ -0,0 +1,33 @@ + +/* Class = "NSWindow"; title = "Send Bitcoin"; ObjectID = "1"; */ +"1.title" = "Send Bitcoin"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6"; */ +"6.title" = "Avbryt"; + +/* Class = "NSButtonCell"; title = "Send"; ObjectID = "10"; */ +"10.title" = "Send"; + +/* Class = "NSTextFieldCell"; title = "To:"; ObjectID = "14"; */ +"14.title" = "Til:"; + +/* Class = "NSTextFieldCell"; placeholderString = "Type to search..."; ObjectID = "20"; */ +"20.placeholderString" = "Skriv for å søke..."; + +/* Class = "NSTextFieldCell"; placeholderString = "or choose from the list"; ObjectID = "22"; */ +"22.placeholderString" = "eller velg fra listen"; + +/* Class = "NSTextFieldCell"; title = "Loading payment details..."; ObjectID = "Agy-4s-MVS"; */ +"Agy-4s-MVS.title" = "Laster betalingsdetailjer..."; + +/* Class = "NSTextFieldCell"; title = "Details:"; ObjectID = "EeC-5l-RYD"; */ +"EeC-5l-RYD.title" = "Detaljer:"; + +/* Class = "NSTextFieldCell"; title = "Payment successful"; ObjectID = "JAi-pl-Y47"; */ +"JAi-pl-Y47.title" = "Betaling gjennomført"; + +/* Class = "NSTextFieldCell"; title = "Currency exchange rates are provided by BitcoinAverage markets ticker. Bitcoin prices can change quickly, so other apps or sites might show different exchange rates."; ObjectID = "dxM-9E-wwb"; */ +"dxM-9E-wwb.title" = "Valutakurser er levert av BitcoinAverages markedstikker. Bitcoin priser kan endres fort, så det kan være at andre apper eller nettsider viser andre valutakurser."; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "iOT-cc-UWm"; */ +"iOT-cc-UWm.title" = "Lukk"; diff --git a/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.xib b/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.xib new file mode 100644 index 00000000..f0764aeb --- /dev/null +++ b/Hive/Controllers/nb.lproj/HISendBitcoinsWindowController.xib @@ -0,0 +1,568 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Valutakurser er levert av BitcoinAverages markedstikker. Bitcoin priser kan endres fort, så det kan være at andre apper eller nettsider viser andre valutakurser. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HISignMessageWindowController.strings b/Hive/Controllers/nb.lproj/HISignMessageWindowController.strings new file mode 100644 index 00000000..11f44142 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HISignMessageWindowController.strings @@ -0,0 +1,18 @@ + +/* Class = "NSWindow"; title = "Sign message"; ObjectID = "F0z-JX-Cv5"; */ +"F0z-JX-Cv5.title" = "Signer beskjed"; + +/* Class = "NSTextFieldCell"; placeholderString = "Enter the message here"; ObjectID = "FFb-qR-Wps"; */ +"FFb-qR-Wps.placeholderString" = "Skriv inn din beskjed her"; + +/* Class = "NSTextFieldCell"; title = "Generated signature:"; ObjectID = "Kod-IU-V2E"; */ +"Kod-IU-V2E.title" = "Generert signatur:"; + +/* Class = "NSButtonCell"; title = "Sign"; ObjectID = "W8R-Z4-t5H"; */ +"W8R-Z4-t5H.title" = "Signer"; + +/* Class = "NSTextFieldCell"; title = "Some services request that you verify ownership of a Bitcoin address by creating a cryptographic signature of a message using your private key. To do that, enter the message you would like to sign into the box below and choose \"Sign\"."; ObjectID = "kUl-US-tKo"; */ +"kUl-US-tKo.title" = "Noen tjenester krever at du bekrefter eierskap av en Bitcoin-adresse ved å lage en kryptografisk signatur av en beskjed ved hjelp av din private nøkkel. For å gjøre dette, oppgi beskjeden du ønsker å signere i boksen under, og velg \"Signer\"."; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "u9d-Yr-bsb"; */ +"u9d-Yr-bsb.title" = "Lukk"; diff --git a/Hive/Controllers/nb.lproj/HISignMessageWindowController.xib b/Hive/Controllers/nb.lproj/HISignMessageWindowController.xib new file mode 100644 index 00000000..aab23855 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HISignMessageWindowController.xib @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Noen tjenester krever at du bekrefter eierskap av en Bitcoin-adresse ved å lage en kryptografisk signatur av en beskjed ved hjelp av din private nøkkel. For å gjøre dette, oppgi beskjeden du ønsker å signere i boksen under, og velg "Signer". + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HITransactionsViewController.strings b/Hive/Controllers/nb.lproj/HITransactionsViewController.strings new file mode 100644 index 00000000..f13f45b1 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HITransactionsViewController.strings @@ -0,0 +1,15 @@ + +/* Class = "NSTextFieldCell"; title = "Received"; ObjectID = "22"; */ +"22.title" = "Motatt"; + +/* Class = "NSTextFieldCell"; title = "Date"; ObjectID = "41"; */ +"41.title" = "Dato"; + +/* Class = "NSTextFieldCell"; title = "You can then use the Send button to send someone money."; ObjectID = "63"; */ +"63.title" = "Du kan så bruke Send-knappen for å sende noen penger."; + +/* Class = "NSTextFieldCell"; title = "Looks like you haven't made any transactions yet. Send some Bitcoin to your Hive wallet address!"; ObjectID = "Tlv-45-Iq6"; */ +"Tlv-45-Iq6.title" = "Det ser ut som du ikke har gjort noen transaksjoner enda. Send Bitcoin til din Hive lommeboks addresse!"; + +/* Class = "NSTextFieldCell"; title = "PENDING"; ObjectID = "oXJ-Jx-H6s"; */ +"oXJ-Jx-H6s.title" = "UBEKREFTET"; diff --git a/Hive/Controllers/nb.lproj/HITransactionsViewController.xib b/Hive/Controllers/nb.lproj/HITransactionsViewController.xib new file mode 100644 index 00000000..373297a4 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HITransactionsViewController.xib @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIWizardBackupViewController.strings b/Hive/Controllers/nb.lproj/HIWizardBackupViewController.strings new file mode 100644 index 00000000..75ecf9c6 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardBackupViewController.strings @@ -0,0 +1,27 @@ + +/* Class = "NSTextFieldCell"; title = "Configure backup"; ObjectID = "I10-iV-C0e"; */ +"I10-iV-C0e.title" = "Konfigurere sikkerhetskopi"; + +/* Class = "NSTextFieldCell"; title = "✓ enabled"; ObjectID = "KqD-DN-1Yk"; */ +"KqD-DN-1Yk.title" = "✓ aktivert"; + +/* Class = "NSTextFieldCell"; title = "✘ disabled"; ObjectID = "M9O-91-CDX"; */ +"M9O-91-CDX.title" = "✘ deaktivert"; + +/* Class = "NSTextFieldCell"; title = "✘ disabled"; ObjectID = "NSS-6s-Nas"; */ +"NSS-6s-Nas.title" = "✘ deaktivert"; + +/* Class = "NSTextFieldCell"; title = "✓ enabled"; ObjectID = "OI0-bL-7Zs"; */ +"OI0-bL-7Zs.title" = "✓ aktivert"; + +/* Class = "NSButtonCell"; title = "Enable"; ObjectID = "f0R-BI-Nz4"; */ +"f0R-BI-Nz4.title" = "Aktiver"; + +/* Class = "NSButtonCell"; title = "Next Step"; ObjectID = "j0E-b4-dgh"; */ +"j0E-b4-dgh.title" = "Neste steg"; + +/* Class = "NSButtonCell"; title = "Enable"; ObjectID = "lG8-G7-noh"; */ +"lG8-G7-noh.title" = "Aktiver"; + +/* Class = "NSTextFieldCell"; title = "Backing up your wallet file is also an important safety measure to protect your money. Let's make a backup copy of your wallet now. If you ever lose your computer, Hive can retrieve your wallet from these sources."; ObjectID = "rIc-eX-ajY"; */ +"rIc-eX-ajY.title" = "Å sikkerhetskopierer din lommebok-fil er også et viktig sikkerhetstiltak for å beskytte dine penger. La oss lage en sikkerhetskopi av din lommebok nå. Om du noen ganger mister din datamaskin så kan Hive gjenopprette din lommebok fra disse filene."; diff --git a/Hive/Controllers/nb.lproj/HIWizardBackupViewController.xib b/Hive/Controllers/nb.lproj/HIWizardBackupViewController.xib new file mode 100644 index 00000000..1719c667 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardBackupViewController.xib @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Å sikkerhetskopierer din lommebok-fil er også et viktig sikkerhetstiltak for å beskytte dine penger. La oss lage en sikkerhetskopi av din lommebok nå. Om du noen ganger mister din datamaskin så kan Hive gjenopprette din lommebok fra disse filene. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSNegateBoolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSNegateBoolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.strings b/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.strings new file mode 100644 index 00000000..71b93cb3 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "Just click the button below and discover how fun and easy money can be!"; ObjectID = "AHC-MY-HDw"; */ +"AHC-MY-HDw.title" = "Bare klikk knappen nedenfor og finn ut hvor morsomt og enkelt penger kan være!"; + +/* Class = "NSTextFieldCell"; title = "You're ready to go!"; ObjectID = "I10-iV-C0e"; */ +"I10-iV-C0e.title" = "Du er klar!"; + +/* Class = "NSButtonCell"; title = "Start Hive"; ObjectID = "j0E-b4-dgh"; */ +"j0E-b4-dgh.title" = "Start Hive"; diff --git a/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.xib b/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.xib new file mode 100644 index 00000000..3b86928b --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardCompletedViewController.xib @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.strings b/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.strings new file mode 100644 index 00000000..9004f2f6 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.strings @@ -0,0 +1,15 @@ + +/* Class = "NSTextFieldCell"; title = "If your computer is ever stolen or lost, wallet encryption can protect your money from theft. Create a password now and we will begin the process.\n\nIMPORTANT: Remember to write down your password and store it somewhere safe. If your password is lost, you will lose access to your money!"; ObjectID = "AHC-MY-HDw"; */ +"AHC-MY-HDw.title" = "Om din datamaskin blir noen gang stjålet så kan enkryptering av din lommebok sikre deg mot tyveri. Velg et passord nå og så begynner vi prosessen. \n\nVIKTIG: Husk å skrive ned og lagre passordet på et sikkert sted. Om du mister passordet ditt så vil du miste tilgang til dine penger!"; + +/* Class = "NSTextFieldCell"; title = "Create a password"; ObjectID = "I10-iV-C0e"; */ +"I10-iV-C0e.title" = "Lag et passord"; + +/* Class = "NSTextFieldCell"; placeholderString = "Your password, again!"; ObjectID = "fzF-zh-yoX"; */ +"fzF-zh-yoX.placeholderString" = "Ditt passord, igjen!"; + +/* Class = "NSButtonCell"; title = "Set password"; ObjectID = "j0E-b4-dgh"; */ +"j0E-b4-dgh.title" = "Sett passord"; + +/* Class = "NSTextFieldCell"; placeholderString = "Your password here"; ObjectID = "tfJ-aZ-cpS"; */ +"tfJ-aZ-cpS.placeholderString" = "Ditt passord her"; diff --git a/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.xib b/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.xib new file mode 100644 index 00000000..cdabcb46 --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardPasswordViewController.xib @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Om din datamaskin blir noen gang stjålet så kan enkryptering av din lommebok sikre deg mot tyveri. Velg et passord nå og så begynner vi prosessen. + +VIKTIG: Husk å skrive ned og lagre passordet på et sikkert sted. Om du mister passordet ditt så vil du miste tilgang til dine penger! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.strings b/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.strings new file mode 100644 index 00000000..e04657bc --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.strings @@ -0,0 +1,9 @@ + +/* Class = "NSTextFieldCell"; title = "A wallet is like a set of keys that unlock your money. Let's create one now."; ObjectID = "AHC-MY-HDw"; */ +"AHC-MY-HDw.title" = "En lommebok er som et sett nøkler som gir deg tilgang til dine penger. La oss lage en nå."; + +/* Class = "NSTextFieldCell"; title = "Welcome to Hive"; ObjectID = "I10-iV-C0e"; */ +"I10-iV-C0e.title" = "Velkommen til Hive"; + +/* Class = "NSButtonCell"; title = "Create a new wallet"; ObjectID = "j0E-b4-dgh"; */ +"j0E-b4-dgh.title" = "Lag en ny lommebok"; diff --git a/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.xib b/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.xib new file mode 100644 index 00000000..1879e8de --- /dev/null +++ b/Hive/Controllers/nb.lproj/HIWizardWelcomeViewController.xib @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Hive/nb.lproj/Localizable.strings b/Hive/nb.lproj/Localizable.strings new file mode 100644 index 00000000..1b1f94db --- /dev/null +++ b/Hive/nb.lproj/Localizable.strings @@ -0,0 +1,435 @@ + +/* Body for feedback emails */ +"(Please write in English if possible.)" = "(Vennligst skriv på engelsk om mulig.)"; + +/* Alert message when bitcoin: URI is not valid */ +"\"%@\" is not a valid payment link." = "\"%@\" er ikke en gyldig lenke for betaling."; + +/* Alert message when payment request URL is not valid */ +"\"%@\" is not a valid URL." = "\"%@\" er ikke en gyldig URL."; + +/* Address field placeholder */ +"Address" = "Adresse"; + +/* Title of an alert when trying to send more than you have */ +"Amount exceeds balance." = "Beløp overstiger tilgjengelig saldo."; + +/* Anonymous username for profile page */ +"Anonymous" = "Anonym"; + +/* Message when trying to start an app that requires a newer API level. */ +"App requires a newer version of Hive." = "Appen krever en nyere versjon av Hive."; + +/* App load error title */ +"Application can't be loaded" = "Progammet kunne ikke kjøres"; + +/* Applications view title */ +"Apps" = "Apper"; + +/* Cancel editing alert title */ +"Are you sure you want to leave this page?" = "Er du sikker på at du vil forlate denne siden?"; + +/* Warning when trying to a large BTC amount (btc, fiat amount and address) */ +"Are you sure you want to send %@ (%@) to %@?" = "Er du sikker på at du vil sende %1$@ (%2$@) to %3$@?"; + +/* Wizard backup page title */ +"Backup" = "Sikkerhetskopi"; + +/* Backup status: backup can't or won't be completed */ +"Backup error" = "Feil ved sikkerhetskopiering"; + +/* No comment provided by engineer. */ +"Backup hasn't been done yet" = "Ingen sikkerhetskopi ennå"; + +/* Backup error message */ +"Backup is not configured" = "Sikkerhetskopiering er ikke konfigurert"; + +/* Backup status: backup done but not updated recently */ +"Backup problem" = "Problem med sikkerhetskopi"; + +/* initialization error */ +"Bitcoin network data file could not be opened - another instance of Hive might still be running." = "Datafilen for Bitcoin-nettverket kunne ikke åpnes - en annen instans av Hive er kanskje aktiv."; + +/* Chain file unreadable error title */ +"Bitcoin network data file could not be opened." = "Datafilen for Bitcoin-nettverket kunne ikke åpnes."; + +/* Backup error message */ +"Can't create a directory to store the wallet backup" = "Kan ikke opprette mappe for å lagre sikkerhetskopi av lommebok"; + +/* Cancel button title */ +"Cancel" = "Avbryt"; + +/* Dead transaction label */ +"CANCELLED" = "AVRBUTT"; + +/* Alert message when payment request can't be loaded from or sent to the server */ +"Check your network connection, try again later or report the problem to the payment recipient." = "Sjekk din nettverksforbindelse, prøv igjen eller rapporter problemet til betalingsmottakeren."; + +/* Dropbox folder save panel confirmation button */ +"Choose" = "Velg"; + +/* No comment provided by engineer. */ +"Choose a directory inside Dropbox folder where the backup should be saved:" = "Velg en mappe i Dropbox-mappen hvor sikkerhetskopien skal lagres:"; + +/* No comment provided by engineer. */ +"click to copy" = "klikk for å kopiere"; + +/* Confirm button next to passphrase */ +"Confirm" = "Bekreft"; + +/* Contact name empty alert title */ +"Contact can't be saved." = "Kontakt kunne ikke lagres."; + +/* Entry in application icon context menu */ +"Contact the author" = "Kontakt skaperen"; + +/* Contacts view title */ +"Contacts" = "Kontakter"; + +/* No comment provided by engineer. */ +"copied!" = "kopiert!"; + +/* initialization error */ +"Could not read wallet file. It might be damaged." = "Kunne ikke lese lommebok-filen. Det kan hende filen er skadet."; + +/* Disable backup button title */ +"Disable" = "Deaktiver"; + +/* Backup status: adapter disabled */ +"Disabled" = "Deaktivert"; + +/* Confirm leaving a form without saving data */ +"Discard Changes" = "Forkast Endringer"; + +/* Remove contact alert dialog title */ +"Do you really want to remove %@ from your contact list?" = "Er du sikker på at vil fjerne %@ fra din kontakliste?"; + +/* Install app popup title */ +"Do you want to add \"%@\" to Hive?" = "Vil du legge til \"%@\" til Hive?"; + +/* Uninstall app popup title */ +"Do you want to remove \"%@\" from the application list?" = "Vil du fjerne \"%@\" fra applikasjonslisten?"; + +/* Backup error message */ +"Dropbox folder not found" = "Dropbox-mappe ikke funnet"; + +/* Dropbox no backup folder alert title */ +"Dropbox folder not found." = "Dropbox-mappe ikke funnet."; + +/* Backup error message */ +"Dropbox isn't running" = "Dropbox er ikke slått på"; + +/* Page title when editing contact's info */ +"Edit contact" = "Rediger kontakt"; + +/* Page title when editing your own profile info */ +"Edit profile" = "Rediger profil"; + +/* Email field placeholder */ +"email" = "e-post"; + +/* Enable backup button title (no configuration required) */ +"Enable" = "Aktiver"; + +/* Enable backup button title (requires configuration) */ +"Enable..." = "Aktiver..."; + +/* Passphrase prompt for sending */ +"Enter your passphrase to confirm the transaction:" = "Skriv inn passorder ditt for å bekrefte transaksjonen:"; + +/* Passphrase prompt for message signing */ +"Enter your password to sign the message:" = "Skriv inn passordet ditt for å signere meldingen:"; + +/* Firstname field placeholder */ +"Firstname" = "Fornavn"; + +/* Title for general preferences panel */ +"General" = "Generelt"; + +/* Hiveapp file not readable error title */ +"Hive application file \"%@\" could not be opened." = "Hives applikasjonsfil \"%@\" kunne ikke åpnes."; + +/* Initialization error title */ +"Hive cannot be started." = "Hive kunne ikke bli startet."; + +/* Database error alert title */ +"Hive database file cannot be opened." = "Databasefilene til Hive ble ikke funnet. "; + +/* Backup error message */ +"Hive directory is excluded from Time Machine backup" = "Hive-mappen er eksludert fra Time Machine-sikkerhetskopier"; + +/* Sync in progress alert title */ +"Hive is currently syncing with the Bitcoin network. Are you sure you want to quit?" = "Hive synkroniserer nå med Bitcoin-nettverket. Er du sikker på at du vil avslutte?"; + +/* No network connection alert title */ +"Hive is not connected to the Bitcoin network." = "Hive er ikke forbundet til Bitcoin-nettverket."; + +/* Chain file unreadable error explanation */ +"Hive will now delete the file and synchronize with the Bitcoin network again. Please leave Hive open for the next several minutes, and try not to send any transactions right now." = "Hive vil nå slette filen og synkronisere med Bitcoin-nettverket på nytt. Vennligst la Hive være åpent de neste minuttene og prøv å ikke sende noen transaksjoner akkurat nå. "; + +/* Share sent transaction text */ +"I've just received some Bitcoin using Hive" = "Jeg har nettopp mottat litt Bitcoin med Hive"; + +/* Share sent transaction text */ +"I've just sent some Bitcoin using Hive" = "Jeg har nettopp sendt litt Bitcoin med Hive"; + +/* Alert details when trying to send more than you have with fee */ +"If you send your whole wallet balance, there's nothing left to pay the required fee. Try to send a bit less, or split the transaction into smaller ones." = "Om du sender hele din saldo så er det ingen ting igjen for å betale den krevde avgiften. Prøv å sende litt mindre eller del opp transaksjonen flere mindre."; + +/* Install app button title */ +"Install" = "Installer"; + +/* Backup requires password alert details */ +"It's dangerous to upload unencrypted wallets." = "Det er farlig å laste opp ukrypterte lommebøker."; + +/* Don't leave a form without saving data */ +"Keep Editing" = "Fortsett Endring"; + +/* Address caption field placeholder */ +"Label" = "Merking"; + +/* On what date was the last backup done */ +"Last backup on %@" = "Siste sikkerhetskopi gjort %@"; + +/* Lastname field placeholder */ +"Lastname" = "Etternavn"; + +/* Alert message when address can't be extracted from a bitcoin: URI */ +"Link included in this QR code (\"%@\") is invalid or does not contain a Bitcoin address." = "Link inkludert i denne QR-koden (\"%@\") er ikke gyldig eller inneholder ingen Bitcoin-adresse."; + +/* Main address caption */ +"main" = "hoved"; + +/* Main address caption string for profiles */ +"Main address" = "Hovedadresse"; + +/* New contact view controller title */ +"New contact" = "Ny kontakt"; + +/* Empty address alert title */ +"No address entered." = "Ingen adresse angitt."; + +/* Backup is outdated, last backup was on that date */ +"No backup since %@" = "Ingen sikkerhetskopi siden %@"; + +/* No backups enabled notification title */ +"No backups configured" = "Sikkerhetskopiering er ikke konfigurert"; + +/* Transaction failed alert message */ +"No Bitcoin have been taken from your wallet." = "Ingen Bitcoin har blitt overført fra din lommebok."; + +/* Title of an alert when trying to send more than you have with fee */ +"Not enough funds left to pay the transaction fee." = "Ikke nok midler igjen til å betale transaksjonsavgiften."; + +/* OK button title */ +"OK" = "OK"; + +/* Wizard password page title */ +"Password" = "Passord"; + +/* Send Bitcoin window title for payment request */ +"Pay with Bitcoin" = "Betal med Bitcoin"; + +/* Alert title when payment can't be sent to the merchant */ +"Payment could not be completed." = "Betalingen kunne ikke bli gjennomført."; + +/* Alert title when payment request file can't be read */ +"Payment data file could not be opened." = "Betalingsfilen kunne ikke åpnes."; + +/* Alert title when payment request file has some invalid or unexpected data */ +"Payment data is invalid." = "Betalingsfilen er ugyldig."; + +/* Alert title when payment request can't be loaded from the server */ +"Payment details could not be loaded." = "Betalingsdetaljer kunne ikke lastes."; + +/* Alert title when the time limit to complete the payment has passed */ +"Payment request has already expired." = "Betalingsforespørselen har allerede utgått."; + +/* Pending transaction label */ +"PENDING" = "VENTENDE"; + +/* Invalid address alert message */ +"Please check if you have entered the address correctly." = "Vennligst sjekk om du har skrevet inn adressen riktig."; + +/* Warning details when trying to send to your own address */ +"Please enter a different address." = "Vennligst skriv inn en annen adresse."; + +/* Empty address alert message */ +"Please enter a valid Bitcoin address or select one from the dropdown list." = "Vennligst skriv inn en gyldig Bitcoin-adresse eller velg en fra nedtrekksmenyen."; + +/* Preferences window title */ +"Preferences" = "Innstillinger"; + +/* Profile view title string */ +"Profile" = "Profil"; + +/* Quit anyway button title */ +"Quit anyway" = "Avslutt likevel"; + +/* Received amount of BTC from unknown source */ +"Received &a" = "Mottat &a"; + +/* Received amount of BTC from contact */ +"Received &a from &c" = "Mottat &a from &c"; + +/* Install app button title when app exists */ +"Reinstall" = "Reinstaller"; + +/* No comment provided by engineer. */ +"Remove" = "Fjern"; + +/* Dropbox invalid folder alert title */ +"Selected directory is outside Dropbox folder." = "Valgt mappe er utenfor Dropbox-mappen."; + +/* Send button title */ +"Send" = "Send"; + +/* Sent amount of BTC to a contact/address */ +"Sent &a to &c" = "Sendt &a til &c"; + +/* Title for shortcut keys preferences panel */ +"Shortcuts" = "Snarveier"; + +/* Amount exceeds available balance alert title */ +"Some funds are temporarily unavailable." = "Noen midler er midlertidlig utilgjengelige."; + +/* Wizard completed page title */ +"Start!" = "Begynn!"; + +/* App load error description */ +"The application data file has been removed or corrupted." = "Applikasjonsfilen er blitt fjernet eller er skadet."; + +/* Error message when database is incompatible with this version */ +"The database was saved by a newer version of Hive - please download the latest version from http://hivewallet.com." = "Databasen ble lagret av en nyere versjon av Hive - vennligst last ned den siste versjonen fra http://hivewallet.com."; + +/* Install app popup warning message when app exists */ +"The existing app file will be replaced by the new version. This will not affect any app settings or saved data." = "Den eskiterende applikasjonsfilen vil bli erstattet av den nye versjonen. Dette vil ikke berøre instillingene eller lagret data."; + +/* Alert message when payment request file can't be read */ +"The file doesn't exist or is not accessible." = "Filen eksiterer ikke eller er ikke mulig å nå."; + +/* Hiveapp file not readable error details */ +"The file is damaged or does not contain a Hive application." = "Filen er skadet eller inneholder ingen Hive-applikasjon."; + +/* Sending dust alert message */ +"This amount is too low to be sent through the network." = "Mengden er for lav for å bli sendt igjennom nettverket. "; + +/* Alert title when bitcoin: URI is not valid */ +"This Bitcoin payment link is invalid." = "Bitcoin betalingslenken er ugyldig."; + +/* Alert title when payment request URL is not valid */ +"This Bitcoin payment URL is invalid." = "Denne Bitcoin betalingslenken er ugyldig."; + +/* Alert details when transaction was cancelled */ +"This can happen because of bugs in the wallet code or because the transaction was rejected by the network." = "Dette kan skje på grunn av feil i lommebok-koden eller fordi transkasjonen var avvist av nettverket."; + +/* Alert message when payment request file isn't really a payment request at all */ +"This file does not contain a valid Bitcoin payment request." = "Filen inneholder ikke en gyldig Bitcoin betalingsforespørsel."; + +/* Warning details when trying to send a large BTC amount */ +"This is more than what you usually send." = "Dette er mer enn du vanligvis sender."; + +/* Warning title when trying to send to your own address */ +"This is your wallet address." = "Dette er din egen lommeboks adresse."; + +/* Invalid address alert title */ +"This isn't a valid Bitcoin address." = "Dette er ikke en gyldig Bitcoin-adresse."; + +/* Alert message when user is on the mainnet and payment request is for testnet (or vice versa) */ +"This payment is supposed to be sent on a different Bitcoin network." = "Denne betalingen er ment å sendes på et annet Bitcoin-nettverk."; + +/* Alert title when address can't be extracted from a bitcoin: URI */ +"This QR code can't be used here." = "Denne ØR-koden kan ikke bli brukt her."; + +/* Backup error message */ +"Time Machine is disabled in System Preferences" = "Time Machine er slått av i Systemvalg."; + +/* No backups enabled notification details */ +"To protect your bitcoins, it's recommended that you enable at least one type of backup." = "For å beskytte dine bitcoin er det anbefalt å ha ihvertfall en type sikkerhetskopiering påslått."; + +/* Amount exceeds available balance alert message */ +"To send this transaction, you'll need to wait for your pending transactions to be confirmed first (this shouldn't take more than a few minutes)." = "For å sende denne transaksjonen så mu vente til dine ventende transaksjoner har blitt bekreftet (dette burde ikke ta mer enn noen minutter)."; + +/* Message when trying to start an app that requires a newer API level. */ +"To use the app, please update to the latest version of Hive." = "For å brukke appen, vennligst oppdater til den siste versjonen av Hive."; + +/* Notification of cancelled transaction */ +"Transaction cancelled" = "Transaksjon avbrutt"; + +/* Notification of confirmed sent transaction */ +"Transaction completed" = "Transaksjon utført"; + +/* Transaction failed alert title */ +"Transaction could not be completed." = "Transaksjon kunne ikke blit utført."; + +/* Alert when transaction was cancelled (with transaction date) */ +"Transaction from %@ was cancelled." = "Tranaksjon fra %@ ble avbrutt."; + +/* Transactions view title */ +"Transactions" = "Transaksjoner"; + +/* Uninstall app button title */ +"Uninstall" = "Avinstaller"; + +/* Entry in application icon context menu */ +"Uninstall application" = "Avinstaller applikasjon"; + +/* Backup status: backup up to date */ +"Up to date" = "Oppdatert"; + +/* Entry in application icon context menu */ +"Visit application's site" = "Besøk applikasjonens nettside"; + +/* Backup status: backup scheduled or in progress */ +"Waiting for backup" = "Venter for sikkerhetskopiering"; + +/* Install app popup warning message */ +"We cannot guarantee the safety of all apps - please be careful if you download Hive apps from third party sites." = "VI kan ikke garantere sikkerheten til alle apper - vennligst vær forsiktig om du laster ned Hive-apper fra tjerdepartisider."; + +/* Wizard welcome page title */ +"Welcome" = "Velkommen"; + +/* Button to show info about pending funds */ +"What does this mean?" = "Hva betyr dette?"; + +/* Uninstall app popup message */ +"You can install it again through the App Store app later if you change your mind." = "Du kan reinstallere appen gjennom App Store senere om du vil."; + +/* Details of an alert when trying to send more than you have */ +"You cannot send more money than you own." = "Du kan ikke sende mer penger enn du har tilgjengelig."; + +/* Install app popup title when app exists */ +"You have already added \"%@\" to Hive. Would you like to overwrite it?" = "Du har allerede lagt til \"%@\" til Hive. Vil du overskrive dette?"; + +/* Notification of confirmed sent transaction (with BTC amount) */ +"You have sent %@." = "Du har sendt %@."; + +/* Dropbox no backup folder alert details */ +"You must install Dropbox first (see www.dropbox.com)." = "Du må installere Dropbox først (se www.dropbox.com)."; + +/* No network connection alert message */ +"You need to be connected to the network to send any transactions." = "Du må være forbundet til nettverket for å sende transaksjoner."; + +/* Dropbox invalid folder alert details */ +"You need to choose or create a directory inside your Dropbox folder." = "Du må velge eller lage en mappe i din Dropbox-mappe."; + +/* Contact name empty alert message */ +"You need to give the contact a name before you can add it to the list." = "Du må gi kontakten et navn før du kan legge den til i listen. "; + +/* Backup requires password alert title */ +"You need to set a wallet password first (see Wallet menu)." = "Du må sette et passord for lommeboken først (se Lommebok-meny)."; + +/* Remove contact alert dialog body */ +"You won't be able to undo this operation." = "Det er ikke mulig å angre denne handlingen."; + +/* Alert message when the time limit to complete the payment has passed */ +"You'll need to return to the site that requested the payment and initiate the payment again." = "Du må returne til nettsiden som forespurte betalingen og begynne betalingen igjen."; + +/* Notification of incoming transaction */ +"You've received Bitcoin" = "Du har mottat Bitcoin"; + +/* Cancel editing alert message */ +"Your changes won't be saved." = "Dine endringer vil ikke bli lagret."; + +/* Sync in progress alert details */ +"Your pending transactions won't be confirmed until the sync is complete." = "Dine ventende transaksjoner vil ikke bli bekreftet før synkronisering er ferdig."; diff --git a/Hive/nb.lproj/MainMenu.strings b/Hive/nb.lproj/MainMenu.strings new file mode 100644 index 00000000..c2fde837 --- /dev/null +++ b/Hive/nb.lproj/MainMenu.strings @@ -0,0 +1,129 @@ + +/* Class = "NSMenuItem"; title = "Hive"; ObjectID = "56"; */ +"56.title" = "Hive"; + +/* Class = "NSMenu"; title = "Hive"; ObjectID = "57"; */ +"57.title" = "Hive"; + +/* Class = "NSMenuItem"; title = "About Hive"; ObjectID = "58"; */ +"58.title" = "Om Hive"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "129"; */ +"129.title" = "Valg..."; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */ +"130.title" = "Tjenester"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */ +"131.title" = "Tjenester"; + +/* Class = "NSMenuItem"; title = "Hide Hive"; ObjectID = "134"; */ +"134.title" = "Skjul Hive"; + +/* Class = "NSMenuItem"; title = "Quit Hive"; ObjectID = "136"; */ +"136.title" = "Avslutt Hive"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ +"145.title" = "Skjul andre"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */ +"150.title" = "Vis alle"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "801"; */ +"801.title" = "Rediger"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "802"; */ +"802.title" = "Rediger"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "804"; */ +"804.title" = "Angre"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "805"; */ +"805.title" = "Gjør om"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "807"; */ +"807.title" = "Klipp ut"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "808"; */ +"808.title" = "Kopier"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "809"; */ +"809.title" = "Lim inn"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "811"; */ +"811.title" = "Slett"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "812"; */ +"812.title" = "Marker alt"; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "854"; */ +"854.title" = "Vindu"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "855"; */ +"855.title" = "Vindu"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "857"; */ +"857.title" = "Minimer"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "858"; */ +"858.title" = "Zoom"; + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "860"; */ +"860.title" = "Legg alle øverst"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "864"; */ +"864.title" = "Lukk"; + +/* Class = "NSMenuItem"; title = "Send Bitcoin..."; ObjectID = "866"; */ +"866.title" = "Send Bitcoin..."; + +/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "870"; */ +"870.title" = "Se etter oppdateringer..."; + +/* Class = "NSMenuItem"; title = "Change Password…"; ObjectID = "1HB-Qg-iyg"; */ +"1HB-Qg-iyg.title" = "Endre passord..."; + +/* Class = "NSMenuItem"; title = "Lock Wallet"; ObjectID = "AFM-Ev-d2A"; */ +"AFM-Ev-d2A.title" = "Lås lommebok"; + +/* Class = "NSMenuItem"; title = "CoinMap"; ObjectID = "ASP-Ns-ktD"; */ +"ASP-Ns-ktD.title" = "CoinMap"; + +/* Class = "NSMenuItem"; title = "Wallet"; ObjectID = "GX7-xG-GKH"; */ +"GX7-xG-GKH.title" = "Lommebok"; + +/* Class = "NSMenuItem"; title = "Send Feedback…"; ObjectID = "GsI-lc-HhD"; */ +"GsI-lc-HhD.title" = "Send tilbakemelding..."; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "K2u-T2-G1a"; */ +"K2u-T2-G1a.title" = "Hjelp"; + +/* Class = "NSMenuItem"; title = "Sign message..."; ObjectID = "SoJ-eV-k9I"; */ +"SoJ-eV-k9I.title" = "Signer en beskjed..."; + +/* Class = "NSMenuItem"; title = "Debugging tools"; ObjectID = "Ue9-mi-gbe"; */ +"Ue9-mi-gbe.title" = "Feilsøkingsverktøy"; + +/* Class = "NSMenuItem"; title = "Backup Center"; ObjectID = "V0L-sM-c8h"; */ +"V0L-sM-c8h.title" = "Sikkerhetskopisenter"; + +/* Class = "NSMenuItem"; title = "FAQ"; ObjectID = "VQa-2Z-6fS"; */ +"VQa-2Z-6fS.title" = "FAQ"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "ZUU-kM-x8u"; */ +"ZUU-kM-x8u.title" = "Hjelp"; + +/* Class = "NSMenu"; title = "Tools"; ObjectID = "cCx-Ak-fii"; */ +"cCx-Ak-fii.title" = "Verktøy"; + +/* Class = "NSMenuItem"; title = "Tools"; ObjectID = "eBU-ec-85y"; */ +"eBU-ec-85y.title" = "Verktøy"; + +/* Class = "NSMenu"; title = "Wallet"; ObjectID = "jrd-Ul-XjV"; */ +"jrd-Ul-XjV.title" = "Lommebok"; + +/* Class = "NSMenuItem"; title = "Debugging info"; ObjectID = "lLT-53-p4m"; */ +"lLT-53-p4m.title" = "Felsøkingsinformasjon"; + +/* Class = "NSMenuItem"; title = "Scan a QR code…"; ObjectID = "vdw-IK-snJ"; */ +"vdw-IK-snJ.title" = "Skann en QR kode..."; diff --git a/Hive/nb.lproj/MainMenu.xib b/Hive/nb.lproj/MainMenu.xib new file mode 100644 index 00000000..d3a3e8b7 --- /dev/null +++ b/Hive/nb.lproj/MainMenu.xib @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSNegateBoolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSNegateBoolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSNegateBoolean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +