From 293fc4cd28afa49e2445b0ffaafb930af83e2205 Mon Sep 17 00:00:00 2001 From: Trygve Vea Date: Fri, 15 Oct 2010 07:27:54 +0200 Subject: [PATCH] user32: Updated Norwegian translation. --- dlls/user32/resources/user32_No.rc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dlls/user32/resources/user32_No.rc b/dlls/user32/resources/user32_No.rc index 8cae794d559..56dcf812812 100644 --- a/dlls/user32/resources/user32_No.rc +++ b/dlls/user32/resources/user32_No.rc @@ -1,5 +1,6 @@ /* * Copyright 2005 Alexander N. Sørnes + * Copyright 2010 Trygve Vea * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -60,9 +61,9 @@ BEGIN PUSHBUTTON "&Ignorer", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "&Ja", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "&Nei", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP - PUSHBUTTON "&Try Again", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP - PUSHBUTTON "&Continue", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP - PUSHBUTTON "Help", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "P&røv igjen", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "&Fortsett", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "Hjelp", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP END MDI_MOREWINDOWS DIALOG 20, 20, 232, 122 -- 2.11.4.GIT