winspool: Convert dialogs to po files.
diff --git a/dlls/winspool.drv/Bg.rc b/dlls/winspool.drv/Bg.rc
deleted file mode 100644
index 802551c..0000000
--- a/dlls/winspool.drv/Bg.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Bulgarian resources for winspool
- *
- * Copyright 2005 Milko Krachounov
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Ïå÷àò âúâ ôàéë"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Èìå íà ôàéë:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Îòìåíè", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Da.rc b/dlls/winspool.drv/Da.rc
deleted file mode 100644
index a080315..0000000
--- a/dlls/winspool.drv/Da.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Danish resources for winspool
- *
- * Copyright 2008 Jens Albretsen
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Udskriv til fil"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&filnavn:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Annuller", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/De.rc b/dlls/winspool.drv/De.rc
deleted file mode 100644
index 0aad6bf..0000000
--- a/dlls/winspool.drv/De.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * German resources for winspool
- *
- * Copyright 2005 Henning Gerhardt
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Ausdruck in Datei"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Dateiname:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Abbrechen", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/En.rc b/dlls/winspool.drv/En.rc
deleted file mode 100644
index bfefc54..0000000
--- a/dlls/winspool.drv/En.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * English resources for winspool
- *
- * Copyright 2005 Huw Davies
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Print to File"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Output File Name:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Cancel", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Eo.rc b/dlls/winspool.drv/Eo.rc
deleted file mode 100644
index 3481f2a..0000000
--- a/dlls/winspool.drv/Eo.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Esperanto resources for winspool
- *
- * Copyright 2006 Antonio Codazzi
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Presu kiel dosiero"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Elira dosiernomo:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Bone", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Nuligi", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Es.rc b/dlls/winspool.drv/Es.rc
deleted file mode 100644
index 708ac39..0000000
--- a/dlls/winspool.drv/Es.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Spanish resources for winspool
- *
- * Copyright 2007 José Manuel Ferrer Ortiz
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Imprimir en archivo"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nombre del archivo:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Aceptar", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Fi.rc b/dlls/winspool.drv/Fi.rc
deleted file mode 100644
index 56b5176..0000000
--- a/dlls/winspool.drv/Fi.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Finnish resources for winspool
- *
- * Copyright 2005 Kimmo Myllyvirta
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Tulosta Tiedostoon"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Tiedoston nimi:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Peruuta", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Fr.rc b/dlls/winspool.drv/Fr.rc
deleted file mode 100644
index c287304..0000000
--- a/dlls/winspool.drv/Fr.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * French resources for winspool
- *
- * Copyright 2006 Jonathan Ernst
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Imprimer dans un fichier"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Fichier de sortie :", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Annuler", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/He.rc b/dlls/winspool.drv/He.rc
deleted file mode 100644
index 8d3a2e8..0000000
--- a/dlls/winspool.drv/He.rc
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Hebrew resources for winspool
- *
- * Copyright 2005 Huw Davies
- * Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-EXSTYLE WS_EX_LAYOUTRTL
-CAPTION "הדפסה לקובץ"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "שם קובץ ה&פלט:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "אישור", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "ביטול", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Hu.rc b/dlls/winspool.drv/Hu.rc
deleted file mode 100644
index f7cd58c..0000000
--- a/dlls/winspool.drv/Hu.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Hungarian resources for winspool
- *
- * Copyright 2010 Andras Kovacs
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Nyomtatás fájlba"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "Kimeneti &fájlnév:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Mégse", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/It.rc b/dlls/winspool.drv/It.rc
deleted file mode 100644
index d1960d0..0000000
--- a/dlls/winspool.drv/It.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Italian resources for winspool
- *
- * Copyright 2006 Antonio Codazzi
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/*UTF-8*/
-#pragma code_page(65001)
-
-LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Stampa su File"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nome del file in uscita:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Annulla", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Ja.rc b/dlls/winspool.drv/Ja.rc
deleted file mode 100644
index 733d7a5..0000000
--- a/dlls/winspool.drv/Ja.rc
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Japanese resources for winspool
- *
- * Copyright 2005 Huw Davies
- * Copyright 2010 Akihiro Sagawa
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "ファイルに出力"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "出力ファイル名(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "キャンセル", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Ko.rc b/dlls/winspool.drv/Ko.rc
deleted file mode 100644
index 3b600d5..0000000
--- a/dlls/winspool.drv/Ko.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Korean resources for winspool
- *
- * Copyright 2005,2011 YunSong Hwang
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "파일로 인쇄"
-FONT 9, "MS Shell Dlg"
-BEGIN
- LTEXT "출력 파일 이름(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "확인", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Lt.rc b/dlls/winspool.drv/Lt.rc
deleted file mode 100644
index c9f74b8..0000000
--- a/dlls/winspool.drv/Lt.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Lithuanian resources for winspool
- *
- * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Spausdinti į failą"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Išvesties failo vardas:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Gerai", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Atsisakyti", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Makefile.in b/dlls/winspool.drv/Makefile.in
index 546a6c0..1c6933b 100644
--- a/dlls/winspool.drv/Makefile.in
+++ b/dlls/winspool.drv/Makefile.in
@@ -8,35 +8,7 @@
info.c \
wspool.c
-RC_SRCS = \
- Bg.rc \
- Da.rc \
- De.rc \
- En.rc \
- Eo.rc \
- Es.rc \
- Fi.rc \
- Fr.rc \
- He.rc \
- Hu.rc \
- It.rc \
- Ja.rc \
- Ko.rc \
- Lt.rc \
- Nl.rc \
- No.rc \
- Pl.rc \
- Pt.rc \
- Ro.rc \
- Ru.rc \
- Si.rc \
- Sr.rc \
- Sv.rc \
- Tr.rc \
- Uk.rc \
- Zh.rc \
- winspool.rc
-
+RC_SRCS = winspool.rc
PO_SRCS = winspool.rc
@MAKE_DLL_RULES@
diff --git a/dlls/winspool.drv/Nl.rc b/dlls/winspool.drv/Nl.rc
deleted file mode 100644
index 9a24122..0000000
--- a/dlls/winspool.drv/Nl.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Dutch resources for winspool
- *
- * Copyright 2005 Hans Leidekker
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Afdrukken naar bestand"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Bestandsnaam:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Annuleren", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/No.rc b/dlls/winspool.drv/No.rc
deleted file mode 100644
index 8a8403e..0000000
--- a/dlls/winspool.drv/No.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Norwegian Bokmål resources for winspool
- *
- * Copyright 2006 Alexander N. Sørnes <alex@thehandofagony.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Skriv til fil"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Ut-fil:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Pl.rc b/dlls/winspool.drv/Pl.rc
deleted file mode 100644
index 1786208..0000000
--- a/dlls/winspool.drv/Pl.rc
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Polish resources for winspool
- *
- * Copyright 2005 Huw Davies
- * Copyright 2006 Mikolaj Zalewski
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Drukuj do pliku"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nazwa pliku do którego ma byæ zapisany wydruk:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Anuluj", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Pt.rc b/dlls/winspool.drv/Pt.rc
deleted file mode 100644
index b4be348..0000000
--- a/dlls/winspool.drv/Pt.rc
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Portuguese resources for winspool
- *
- * Copyright 2008 Ricardo Filipe
- * Copyright 2010 Gustavo Henrique Milaré
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Imprimir para Arquivo"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nome do Arquivo de Destino:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Imprimir para Ficheiro"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nome de Ficheiro de Destino:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Ro.rc b/dlls/winspool.drv/Ro.rc
deleted file mode 100644
index 38d77d2..0000000
--- a/dlls/winspool.drv/Ro.rc
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright 2005 Huw Davies
- * Copyright 2009 Michael Stefaniuc
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
-
-#pragma code_page(65001)
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Tipărire în fișier"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Nume fișier de ieșire:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Renunță", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Ru.rc b/dlls/winspool.drv/Ru.rc
deleted file mode 100644
index 703ac37..0000000
--- a/dlls/winspool.drv/Ru.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Russian resources for winspool
- *
- * Copyright 2005 Dmitrij Sinukov
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Печать в файл"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Имя файла:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Отмена", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Si.rc b/dlls/winspool.drv/Si.rc
deleted file mode 100644
index 7ae79e8..0000000
--- a/dlls/winspool.drv/Si.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Slovenian resources for winspool
- *
- * Copyright 2008 Rok Mandeljc
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Tiskanje v datoteko"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Ime izhodne datoteke:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "V redu", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Prekliči", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Sr.rc b/dlls/winspool.drv/Sr.rc
deleted file mode 100644
index aaf7b71..0000000
--- a/dlls/winspool.drv/Sr.rc
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Serbian resources for winspool
- *
- * Copyright 2005 Huw Davies
- * Copyright 2010 Đorđe Vasiljević
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Штампање на датотеку"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Назив одредишне датотеке:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "У реду", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Откажи", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Štampanje na datoteku"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Naziv odredišne datoteke:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "U redu", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Otkaži", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Sv.rc b/dlls/winspool.drv/Sv.rc
deleted file mode 100644
index 86f4ca2..0000000
--- a/dlls/winspool.drv/Sv.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Swedish resources for winspool
- *
- * Copyright 2007 Daniel Nylander
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Skriv ut till fil"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Filnamn för utdata:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Tr.rc b/dlls/winspool.drv/Tr.rc
deleted file mode 100644
index eadb895..0000000
--- a/dlls/winspool.drv/Tr.rc
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Turkish resources for winspool
- *
- * Copyright 2006 Fatih Aþýcý
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Dosyaya Yaz"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Çýktý Dosyasý:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "Tamam", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Ýptal", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Uk.rc b/dlls/winspool.drv/Uk.rc
deleted file mode 100644
index 3be0f9e..0000000
--- a/dlls/winspool.drv/Uk.rc
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Ukrainian resources for winspool
- *
- * Copyright 2005 Huw Davies
- * Copyright 2010 Igor Paliychuk
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "Друк в файл"
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "&Ім'я кінцевого файлу:", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "Скасувати", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/Zh.rc b/dlls/winspool.drv/Zh.rc
deleted file mode 100644
index c4541e6..0000000
--- a/dlls/winspool.drv/Zh.rc
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * winspool (Simplified and Traditional Chinese Resources)
- *
- * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "wspool.h"
-
-/* Chinese text is encoded in UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "打印到文件"
-FONT 9, "MS Shell Dlg"
-BEGIN
- LTEXT "输出文件名(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "确定", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "取消", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
-
-LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
-
-FILENAME_DIALOG DIALOG 6, 18, 245, 47
-STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "列印到檔案"
-FONT 9, "MS Shell Dlg"
-BEGIN
- LTEXT "輸出檔案名(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
- EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
- DEFPUSHBUTTON "確定", IDOK, 199, 10, 40, 14, WS_VISIBLE
- PUSHBUTTON "取消", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
-END
diff --git a/dlls/winspool.drv/winspool.rc b/dlls/winspool.drv/winspool.rc
index f4831d1..3af7098 100644
--- a/dlls/winspool.drv/winspool.rc
+++ b/dlls/winspool.drv/winspool.rc
@@ -29,6 +29,17 @@
IDS_CANNOT_OPEN "Unable to create the output file."
}
+FILENAME_DIALOG DIALOG 6, 18, 245, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Print to File"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&Output File Name:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
+ PUSHBUTTON "Cancel", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
#define WINE_FILENAME_STR "winspool.drv"
#define WINE_FILEDESCRIPTION_STR "Wine core printer driver"
diff --git a/po/ar.po b/po/ar.po
index 4bc7d84..0404731 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2254,23 +2254,23 @@
msgid "Open:"
msgstr "ا&فتح...\tCtrl+O"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "حسنا"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ألغِ"
@@ -7483,6 +7483,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "ملفات النصوص (*.txt)"
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&مساعدة"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index cb3b017..afc0b42 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2280,23 +2280,23 @@
msgid "Open:"
msgstr "Отвори"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Отмени"
@@ -7605,6 +7605,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Печат във файл"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Име на файл:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Файлът вече съществува. Изберете ОК, за да го презапишете."
diff --git a/po/ca.po b/po/ca.po
index ff54bf1..d4082ea 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2297,23 +2297,23 @@
msgid "Open:"
msgstr "Obre"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "D'acord"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
#, fuzzy
msgid "Cancel"
msgstr "Cancel·lant..."
@@ -7680,6 +7680,16 @@
"No es pot escriure al fitxer especificat. Assegureu-vos que tingui espai "
"suficient de disc o que encara estigui connectat a la xarxa."
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "&Lligar a fitxer..."
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "Nom Complet"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 025cd6d..05b3406 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2324,23 +2324,23 @@
msgid "Open:"
msgstr "Otevřít"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Storno"
@@ -7812,6 +7812,16 @@
"Nemohu zapisovat do zadaného souboru. Ujistěte se, že máte dost místa na "
"disku nebo zda jste připojeni k síti."
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "Oblí&bené"
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&Soubor"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/da.po b/po/da.po
index 57f9897..bc93fe3 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2347,23 +2347,23 @@
msgid "Open:"
msgstr "Åben"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuller"
@@ -7860,6 +7860,14 @@
"Kunne ikke skrive til den specificerede fil. Kontroller at du har nok fri "
"diskplads, og at du fortsat er tilkoblet netværket."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Udskriv til fil"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&filnavn:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Filen findes allerede. Vælg «OK» for at overskrive den."
diff --git a/po/de.po b/po/de.po
index 58feab0..28e37f7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2285,23 +2285,23 @@
msgid "Open:"
msgstr "Öffnen:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Abbrechen"
@@ -7682,6 +7682,14 @@
"Platz auf dem Datenträger verfügbar ist, oder dass die Netzwerkverbindung "
"noch besteht."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Ausdruck in Datei"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Dateiname:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
diff --git a/po/el.po b/po/el.po
index 5deb4b8..00a0fac 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2248,23 +2248,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7507,6 +7507,15 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "Α&γαπημένα"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/en.po b/po/en.po
index 83639e8..8e6473c 100644
--- a/po/en.po
+++ b/po/en.po
@@ -2222,23 +2222,23 @@
msgid "Open:"
msgstr "Open:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
@@ -7529,6 +7529,14 @@
"Cannot write to the specified file. Make sure you have enough disk space or "
"are still connected to the network."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Print to File"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Output File Name:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/en_US.po b/po/en_US.po
index 64e1855..f2d1b51 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -2286,23 +2286,23 @@
msgid "Open:"
msgstr "Open:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
@@ -7640,6 +7640,14 @@
"Cannot write to the specified file. Make sure you have enough disk space or "
"are still connected to the network."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Print to File"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Output File Name:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "The output file already exists. Click OK to overwrite."
diff --git a/po/eo.po b/po/eo.po
index 353ebcb..541d761 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -2289,23 +2289,23 @@
msgid "Open:"
msgstr "Malfermu"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Bone"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Rezigni"
@@ -7609,6 +7609,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Presu kiel dosiero"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Elira dosiernomo:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "La elira dosiero jam ekzistas. Kliku 'Bone' por surskribi øin."
diff --git a/po/es.po b/po/es.po
index a406dba..7c96729 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2331,23 +2331,23 @@
msgid "Open:"
msgstr "Abrir:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Aceptar"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
@@ -8030,6 +8030,14 @@
"No puede grabarse el fichero especificado. Asegúrese de tener suficiente "
"espacio en disco o de que permanece conectado a la red."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Imprimir en archivo"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nombre del archivo:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "El archivo de salida ya existe. Pulse Aceptar para sobreescribir."
diff --git a/po/fa.po b/po/fa.po
index 5250ec6..8e20d86 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -2254,23 +2254,23 @@
msgid "Open:"
msgstr "&بازکردن...\tCtrl+O"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "قبول"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "انصراف"
@@ -7485,6 +7485,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "پروندههای متنی (*.txt)"
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&پرونده"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 5b63a30..cca4c08 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2301,23 +2301,23 @@
msgid "Open:"
msgstr "Avaa"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Peruuta"
@@ -7712,6 +7712,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Tulosta Tiedostoon"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Tiedoston nimi:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Tiedosto on jo olemassa. Klikkaa OK ylikirjoittaaksesi sen."
diff --git a/po/fr.po b/po/fr.po
index 8010c9c..876bf8c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2294,23 +2294,23 @@
msgid "Open:"
msgstr "Ouvrir :"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuler"
@@ -7702,6 +7702,14 @@
"Vérifiez que vous avez assez d'espace disque ou que vous êtes toujours "
"connecté au réseau."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Imprimer dans un fichier"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Fichier de sortie :"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
diff --git a/po/he.po b/po/he.po
index d364d6c..afc7967 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2257,23 +2257,23 @@
msgid "Open:"
msgstr "פתיחה:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "אישור"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ביטול"
@@ -7739,6 +7739,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "הדפסה לקובץ"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "שם קובץ ה&פלט:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "קובץ הפלט כבר קיים. יש ללחוץ על אישור כדי לשכתב עליו."
diff --git a/po/hi.po b/po/hi.po
index d1366ee..3417357 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2229,23 +2229,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7389,6 +7389,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index e3e33fb..5304341 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2374,23 +2374,23 @@
msgid "Open:"
msgstr "Megnyitás"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Mégse"
@@ -7912,6 +7912,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Nyomtatás fájlba"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "Kimeneti &fájlnév:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "A kimeneti fájl már létezik. Kattintson az OK gombra a felülíráshoz."
diff --git a/po/it.po b/po/it.po
index da372b1..5e48be1 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2291,23 +2291,23 @@
msgid "Open:"
msgstr "Apri:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Ok"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annulla"
@@ -7668,6 +7668,14 @@
"Impossibile scrivere il file specificato. Controllare di avere spazio libero "
"sufficiente sul disco o di essere ancora connessi alla rete."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Stampa su File"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nome del file in uscita:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Il file in uscita esiste già. Clicca su Ok per sovrascriverlo."
diff --git a/po/ja.po b/po/ja.po
index 05505c3..700240c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2282,23 +2282,23 @@
msgid "Open:"
msgstr "URL:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "キャンセル"
@@ -7626,6 +7626,14 @@
"指定されたファイルに書き込めません。ディスクに十分な空き容量があるか、あるい"
"はネットワークに接続されているか確認して下さい。"
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "ファイルに出力"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "出力ファイル名(&O):"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index a10ee20..4f4f0f0 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2281,23 +2281,23 @@
msgid "Open:"
msgstr "열기:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "확인"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "취소"
@@ -7605,6 +7605,14 @@
"지정된 파일에 기록할 수 없습니다. 디스크 공간이 충분한지 확인하거나. 네트워크"
"에 연결중인지 확인하십시오"
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "파일로 인쇄"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "출력 파일 이름(&O):"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다."
diff --git a/po/lt.po b/po/lt.po
index d673cc1..47c79fe 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2290,23 +2290,23 @@
msgid "Open:"
msgstr "Atverti:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Gerai"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Atsisakyti"
@@ -7655,6 +7655,14 @@
"Nepavyko rašyti į nurodytą failą. Įsitikinkite, kad yra pakankamai laisvos "
"vietos diske, ar vis dar prisijungę prie tinklo."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Spausdinti į failą"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Išvesties failo vardas:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 1f001a9..ae19d8c 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2229,23 +2229,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7389,6 +7389,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 1c1c923..3a66283 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -2421,23 +2421,23 @@
msgid "Open:"
msgstr "Åpne"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
@@ -7914,6 +7914,14 @@
"Kunne ikke skrive til den oppgitte filen. Kontroller at du har nok ledig "
"diskplass, og at du fortsatt er tilkoblet nettverket."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Skriv til fil"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Ut-fil:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Ut-filen finnes allerede. Velg «OK» for å overskrive den."
diff --git a/po/nl.po b/po/nl.po
index 55be209..c035a7e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2313,23 +2313,23 @@
msgid "Open:"
msgstr "Open:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuleren"
@@ -7771,6 +7771,14 @@
"Kan het opgegeven bestand niet schrijven. Controleer of er voldoende "
"schijfruimte is, en controleer de verbinding met het netwerk."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Afdrukken naar bestand"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Bestandsnaam:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Het afdrukbestand bestaat al. Klik OK om het te overschrijven."
diff --git a/po/or.po b/po/or.po
index 94caf38..63dac3c 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2229,23 +2229,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7389,6 +7389,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index ec7c4b2..487f7f4 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2229,23 +2229,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7389,6 +7389,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index fee8ae9..ac29ba6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2292,23 +2292,23 @@
msgid "Open:"
msgstr "Otwórz:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Anuluj"
@@ -7665,6 +7665,14 @@
"Nie można zapisać określonego pliku. Sprawdź, czy jest miejsce na dysku lub "
"czy połączenie sieciowe jest aktywne."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Drukuj do pliku"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nazwa pliku do którego ma być zapisany wydruk:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Plik już istnieje. Wybierz OK aby zastąpić plik."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5400f82..cb41bf7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2416,23 +2416,23 @@
msgid "Open:"
msgstr "Abrir:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
@@ -7935,6 +7935,14 @@
"Não é possível gravar no arquivo especificado. Certifique-se que você possui "
"espaço em disco suficiente ou que ainda esteja conectado na rede."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Imprimir para Arquivo"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nome do Arquivo de Destino:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "O arquivo de destino já existe. Clique OK para sobrescrever."
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 7535191..0f23c6b 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -2463,23 +2463,23 @@
msgid "Open:"
msgstr "Abrir"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
@@ -7953,6 +7953,14 @@
"Não é possível gravar no ficheiro indicado. Certifique-se que possui espaço "
"em disco suficiente ou que ainda está conectado na rede."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Imprimir para Ficheiro"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nome de Ficheiro de Destino:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "O ficheiro de destino já existe. Clique OK para reescrever."
diff --git a/po/rm.po b/po/rm.po
index e861903..2412005 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -2242,23 +2242,23 @@
msgid "Open:"
msgstr "&Rivir"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7426,6 +7426,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "Tuot las datotecas (*.*)"
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&Datoteca"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index bbcd938..df5b7c3 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2471,23 +2471,23 @@
msgid "Open:"
msgstr "Deschide:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Renunță"
@@ -8194,6 +8194,14 @@
"Nu se poate scrie în fișierul specificat. Asigurați-vă că aveți suficient "
"spațiu pe disc sau că mai sunteți conectat la rețea."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Tipărire în fișier"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Nume fișier de ieșire:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Fișierul de ieșire există deja. Dați clic pe OK pentru al suprascrie."
diff --git a/po/ru.po b/po/ru.po
index 9afe4be..c6b5211 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2285,23 +2285,23 @@
msgid "Open:"
msgstr "Открыть:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ОК"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Отмена"
@@ -7637,6 +7637,14 @@
"Невозможно записать в указанный файл. Убедитесь, что на диске достаточно "
"места, или проверьте сетевое подключение."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Печать в файл"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Имя файла:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Такой файл уже существует. Нажмите OK для его замены."
diff --git a/po/sk.po b/po/sk.po
index 917feae..e67751c 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2249,23 +2249,23 @@
msgid "Open:"
msgstr "&Otvoriť..."
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7515,6 +7515,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "Tlačiareň v stave offline; "
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&Súbor"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 38ac3cb..2867634 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2307,23 +2307,23 @@
msgid "Open:"
msgstr "Odpri:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "V redu"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Prekliči"
@@ -7677,6 +7677,14 @@
"V navedeno datoteko ni mogoče pisati. Preverite, ali je na disku še dovolj "
"prostora in ali je vaš računalnik še povezan z omrežjem."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Tiskanje v datoteko"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Ime izhodne datoteke:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Izhodna datoteka že obstaja. Za njen prepis kliknite gumb V redu."
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 9fbbbf9..715030c 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -2300,23 +2300,23 @@
msgid "Open:"
msgstr "Отвори:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "У реду"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Откажи"
@@ -7789,6 +7789,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Штампање на датотеку"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Назив одредишне датотеке:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 9ed5d0a..4257c46 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -2327,23 +2327,23 @@
msgid "Open:"
msgstr "Otvori:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "U redu"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Otkaži"
@@ -7837,6 +7837,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Štampanje na datoteku"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Naziv odredišne datoteke:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index bf5e5e6..768682c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2303,23 +2303,23 @@
msgid "Open:"
msgstr "Öppna:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
@@ -7642,6 +7642,14 @@
"Kan inte skriva till angiven fil. Kontrollera att du har tillräckligt minne "
"eller är ansluten till nätverket."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Skriv ut till fil"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Filnamn för utdata:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Utdatafilen finns redan. Klicka på OK för att skriva över."
diff --git a/po/te.po b/po/te.po
index 4db974e..47593a8 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2229,23 +2229,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7389,6 +7389,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/th.po b/po/th.po
index 0a78a72..32ac435 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2248,23 +2248,23 @@
msgid "Open:"
msgstr "เปิด...\tCtrl+O"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ตกลง"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ยกเลิก"
@@ -7503,6 +7503,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "เครื่องพิมพ์ปิด; "
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "แฟ้ม"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index d8b008c..dfcbafc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2310,23 +2310,23 @@
msgid "Open:"
msgstr "Aç"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Tamam"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "İptal"
@@ -7924,6 +7924,14 @@
"Belirtilen dosyaya yazılamıyor. Yeterli kullanılabilir disk alanına sahip "
"olduğunuzdan veya ağa bağlı olduğunuzdan emin olun."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Dosyaya Yaz"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Çıktı Dosyası:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Çıkış dosyası zaten var. Üzerine yazmak için Tamam'ı tıklayın."
diff --git a/po/uk.po b/po/uk.po
index 5065881..625d2d2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2293,23 +2293,23 @@
msgid "Open:"
msgstr "Відкрити:"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Скасувати"
@@ -7644,6 +7644,14 @@
"Неможливо записати до вказаного файлу. Переконайтеся, що на диску є "
"достатньо вільного простору та що комп'ютер ще підключений до мережі."
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "Друк в файл"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "&Ім'я кінцевого файлу:"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "Кінцевий файл вже існує. Натисніть OK щоб його перезаписати."
diff --git a/po/wa.po b/po/wa.po
index c16519d..fa4938a 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -2242,23 +2242,23 @@
msgid "Open:"
msgstr "&Drovî..."
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "I Va"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Rinoncî"
@@ -7457,6 +7457,16 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+#, fuzzy
+msgid "Print to File"
+msgstr "Fitchîs tekse (*.txt)"
+
+#: winspool.rc:37
+#, fuzzy
+msgid "&Output File Name:"
+msgstr "&Fitchî"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index 2649f90..c0bca99 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -2217,23 +2217,23 @@
msgid "Open:"
msgstr ""
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
@@ -7365,6 +7365,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr ""
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr ""
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0eb8b33..7058593 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2307,23 +2307,23 @@
msgid "Open:"
msgstr "打开"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "确定"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "取消"
@@ -7747,6 +7747,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "打印到文件"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "输出文件名(&O):"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "输出文件已存在, 按'确定'覆盖。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5b3de24..b0e0817 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2305,23 +2305,23 @@
msgid "Open:"
msgstr "開啟"
-#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
-#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
-#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
-#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
-#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
-#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
-#: wordpad.rc:233 wordpad.rc:246
+#: ieframe.rc:84 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
+#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
+#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
+#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
+#: taskmgr.rc:521 wineconsole.rc:131 winefile.rc:131 winefile.rc:154
+#: winefile.rc:184 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204
+#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "確定"
-#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
-#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
-#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
-#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
-#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
-#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
-#: wordpad.rc:247
+#: ieframe.rc:85 inetcpl.rc:78 winspool.rc:40 notepad.rc:123 oleview.rc:160
+#: oleview.rc:173 progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156
+#: progman.rc:178 progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256
+#: regedit.rc:269 regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447
+#: taskmgr.rc:522 wineboot.rc:31 wineconsole.rc:132 winefile.rc:132
+#: winefile.rc:155 winefile.rc:185 winemine.rc:93 wordpad.rc:205
+#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "取消"
@@ -7786,6 +7786,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:34
+msgid "Print to File"
+msgstr "列印到檔案"
+
+#: winspool.rc:37
+msgid "&Output File Name:"
+msgstr "輸出檔案名(&O):"
+
#: winspool.rc:28
msgid "The output file already exists. Click OK to overwrite."
msgstr "輸出檔案已存在, 按'確定'覆蓋。"