comdlg32: Update Norwegian Bokmål resource.
This commit is contained in:
parent
f04d870a8d
commit
0f39218860
|
@ -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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -439,6 +439,14 @@ Oppgi en verdi mellom %d og %d."
|
||||||
PD32_PRINTER_STATUS_POWER_SAVE "Strømsparingsmodus; "
|
PD32_PRINTER_STATUS_POWER_SAVE "Strømsparingsmodus; "
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE /* Font styles */
|
||||||
|
{
|
||||||
|
IDS_FONT_REGULAR "Normal"
|
||||||
|
IDS_FONT_BOLD "Fet"
|
||||||
|
IDS_FONT_ITALIC "Kursiv"
|
||||||
|
IDS_FONT_BOLD_ITALIC "Fet kursiv"
|
||||||
|
}
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE /* Color names */
|
STRINGTABLE DISCARDABLE /* Color names */
|
||||||
{
|
{
|
||||||
IDS_COLOR_BLACK "Svart"
|
IDS_COLOR_BLACK "Svart"
|
||||||
|
|
Loading…
Reference in New Issue