diff --git a/dlls/shell32/shell32_No.rc b/dlls/shell32/shell32_No.rc index b6ad9672567..adaefc1bc59 100644 --- a/dlls/shell32/shell32_No.rc +++ b/dlls/shell32/shell32_No.rc @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Alexander N. Sørnes + * Copyright 2005-2008 Alexander N. Sørnes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -220,6 +220,12 @@ STRINGTABLE IDS_SHUTDOWN_TITLE "Avslutt" IDS_SHUTDOWN_PROMPT "Vil du avslutte Wine-økten?" + /* Run File dialog */ + IDS_RUNDLG_ERROR "Klarte ikke vise Kjør-vinduet (intern feil)" + IDS_RUNDLG_BROWSE_ERROR "Klarte ikke vise Bla-vinduet (intern feil)" + IDS_RUNDLG_BROWSE_CAPTION "Bla" + IDS_RUNDLG_BROWSE_FILTER "Programfiler\0*.exe\0Alle filer\0*.*\0\0" + /* shell folder path default values */ IDS_PROGRAMS "Start-meny\\Programmer" IDS_PERSONAL "Mine dokumenter"