From 6b5cfe2c47084406558a4dfed7a0194538cd3865 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 17 Nov 2011 22:44:29 +0100 Subject: [PATCH] wineps: Convert dialogs to po files. --- configure | 2 +- configure.ac | 2 +- dlls/wineps.drv/Makefile.in | 28 +---------- dlls/wineps.drv/{wps_En.rc => wineps.rc} | 12 ++--- dlls/wineps.drv/wps_Bg.rc | 39 --------------- dlls/wineps.drv/wps_Cs.rc | 44 ---------------- dlls/wineps.drv/wps_Da.rc | 39 --------------- dlls/wineps.drv/wps_De.rc | 41 --------------- dlls/wineps.drv/wps_Es.rc | 39 --------------- dlls/wineps.drv/wps_Fr.rc | 45 ----------------- dlls/wineps.drv/wps_He.rc | 43 ---------------- dlls/wineps.drv/wps_Hu.rc | 39 --------------- dlls/wineps.drv/wps_It.rc | 45 ----------------- dlls/wineps.drv/wps_Ja.rc | 42 ---------------- dlls/wineps.drv/wps_Ko.rc | 42 ---------------- dlls/wineps.drv/wps_Lt.rc | 42 ---------------- dlls/wineps.drv/wps_Nl.rc | 41 --------------- dlls/wineps.drv/wps_No.rc | 40 --------------- dlls/wineps.drv/wps_Pl.rc | 39 --------------- dlls/wineps.drv/wps_Pt.rc | 39 --------------- dlls/wineps.drv/wps_Ro.rc | 42 ---------------- dlls/wineps.drv/wps_Ru.rc | 42 ---------------- dlls/wineps.drv/wps_Si.rc | 39 --------------- dlls/wineps.drv/wps_Sk.rc | 39 --------------- dlls/wineps.drv/wps_Sv.rc | 39 --------------- dlls/wineps.drv/wps_Tr.rc | 41 --------------- dlls/wineps.drv/wps_Uk.rc | 43 ---------------- dlls/wineps.drv/wps_Zh.rc | 64 ------------------------ po/ar.po | 25 +++++++++ po/bg.po | 24 +++++++++ po/ca.po | 26 ++++++++++ po/cs.po | 24 +++++++++ po/da.po | 24 +++++++++ po/de.po | 24 +++++++++ po/el.po | 25 +++++++++ po/en.po | 24 +++++++++ po/en_US.po | 24 +++++++++ po/eo.po | 26 ++++++++++ po/es.po | 24 +++++++++ po/fa.po | 25 +++++++++ po/fi.po | 26 ++++++++++ po/fr.po | 24 +++++++++ po/he.po | 24 +++++++++ po/hi.po | 24 +++++++++ po/hu.po | 24 +++++++++ po/it.po | 24 +++++++++ po/ja.po | 24 +++++++++ po/ko.po | 24 +++++++++ po/lt.po | 24 +++++++++ po/ml.po | 24 +++++++++ po/nb_NO.po | 24 +++++++++ po/nl.po | 24 +++++++++ po/or.po | 24 +++++++++ po/pa.po | 24 +++++++++ po/pl.po | 24 +++++++++ po/pt_BR.po | 24 +++++++++ po/pt_PT.po | 24 +++++++++ po/rm.po | 25 +++++++++ po/ro.po | 24 +++++++++ po/ru.po | 24 +++++++++ po/sk.po | 24 +++++++++ po/sl.po | 24 +++++++++ po/sr_RS@cyrillic.po | 26 ++++++++++ po/sr_RS@latin.po | 26 ++++++++++ po/sv.po | 24 +++++++++ po/te.po | 24 +++++++++ po/th.po | 26 ++++++++++ po/tr.po | 24 +++++++++ po/uk.po | 24 +++++++++ po/wa.po | 25 +++++++++ po/wine.pot | 24 +++++++++ po/zh_CN.po | 24 +++++++++ po/zh_TW.po | 24 +++++++++ 73 files changed, 1107 insertions(+), 1042 deletions(-) rename dlls/wineps.drv/{wps_En.rc => wineps.rc} (81%) delete mode 100644 dlls/wineps.drv/wps_Bg.rc delete mode 100644 dlls/wineps.drv/wps_Cs.rc delete mode 100644 dlls/wineps.drv/wps_Da.rc delete mode 100644 dlls/wineps.drv/wps_De.rc delete mode 100644 dlls/wineps.drv/wps_Es.rc delete mode 100644 dlls/wineps.drv/wps_Fr.rc delete mode 100644 dlls/wineps.drv/wps_He.rc delete mode 100644 dlls/wineps.drv/wps_Hu.rc delete mode 100644 dlls/wineps.drv/wps_It.rc delete mode 100644 dlls/wineps.drv/wps_Ja.rc delete mode 100644 dlls/wineps.drv/wps_Ko.rc delete mode 100644 dlls/wineps.drv/wps_Lt.rc delete mode 100644 dlls/wineps.drv/wps_Nl.rc delete mode 100644 dlls/wineps.drv/wps_No.rc delete mode 100644 dlls/wineps.drv/wps_Pl.rc delete mode 100644 dlls/wineps.drv/wps_Pt.rc delete mode 100644 dlls/wineps.drv/wps_Ro.rc delete mode 100644 dlls/wineps.drv/wps_Ru.rc delete mode 100644 dlls/wineps.drv/wps_Si.rc delete mode 100644 dlls/wineps.drv/wps_Sk.rc delete mode 100644 dlls/wineps.drv/wps_Sv.rc delete mode 100644 dlls/wineps.drv/wps_Tr.rc delete mode 100644 dlls/wineps.drv/wps_Uk.rc delete mode 100644 dlls/wineps.drv/wps_Zh.rc diff --git a/configure b/configure index 6762f90fb19..81110551e5d 100755 --- a/configure +++ b/configure @@ -15236,7 +15236,7 @@ wine_fn_config_dll winejoystick.drv enable_winejoystick_drv wine_fn_config_dll winemapi enable_winemapi wine_fn_config_dll winemp3.acm enable_winemp3_acm wine_fn_config_dll wineoss.drv enable_wineoss_drv -wine_fn_config_dll wineps.drv enable_wineps_drv install-lib +wine_fn_config_dll wineps.drv enable_wineps_drv install-lib,po wine_fn_config_dll wineps16.drv16 enable_win16 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder wine_fn_config_dll winequartz.drv enable_winequartz_drv diff --git a/configure.ac b/configure.ac index 36a76424f14..a598e93b938 100644 --- a/configure.ac +++ b/configure.ac @@ -2854,7 +2854,7 @@ WINE_CONFIG_DLL(winejoystick.drv) WINE_CONFIG_DLL(winemapi) WINE_CONFIG_DLL(winemp3.acm) WINE_CONFIG_DLL(wineoss.drv) -WINE_CONFIG_DLL(wineps.drv,,[install-lib]) +WINE_CONFIG_DLL(wineps.drv,,[install-lib,po]) WINE_CONFIG_DLL(wineps16.drv16,enable_win16) WINE_CONFIG_DLL(wineqtdecoder) WINE_CONFIG_DLL(winequartz.drv) diff --git a/dlls/wineps.drv/Makefile.in b/dlls/wineps.drv/Makefile.in index 1f0c2ef06dc..1af9503897b 100644 --- a/dlls/wineps.drv/Makefile.in +++ b/dlls/wineps.drv/Makefile.in @@ -62,32 +62,8 @@ C_SRCS = \ type1afm.c \ type42.c -RC_SRCS = \ - wps_Bg.rc \ - wps_Cs.rc \ - wps_Da.rc \ - wps_De.rc \ - wps_En.rc \ - wps_Es.rc \ - wps_Fr.rc \ - wps_He.rc \ - wps_Hu.rc \ - wps_It.rc \ - wps_Ja.rc \ - wps_Ko.rc \ - wps_Lt.rc \ - wps_Nl.rc \ - wps_No.rc \ - wps_Pl.rc \ - wps_Pt.rc \ - wps_Ro.rc \ - wps_Ru.rc \ - wps_Si.rc \ - wps_Sk.rc \ - wps_Sv.rc \ - wps_Tr.rc \ - wps_Uk.rc \ - wps_Zh.rc +PO_SRCS = wineps.rc +RC_SRCS = wineps.rc EXTRASUBDIRS = data diff --git a/dlls/wineps.drv/wps_En.rc b/dlls/wineps.drv/wineps.rc similarity index 81% rename from dlls/wineps.drv/wps_En.rc rename to dlls/wineps.drv/wineps.rc index e34fa7d8c81..5789b8e70f2 100644 --- a/dlls/wineps.drv/wps_En.rc +++ b/dlls/wineps.drv/wineps.rc @@ -25,15 +25,15 @@ STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE CAPTION "Paper" FONT 8, "MS Shell Dlg" { - LTEXT "Paper Si&ze:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | + LTEXT "Paper Si&ze:", -1, 10, 6, 200, 8 + LISTBOX IDD_PAPERS, 10, 18, 200, 60, LBS_STANDARD | LBS_HASSTRINGS | WS_TABSTOP GROUPBOX "Orientation", -1, 10, 80, 200, 50 CONTROL "&Portrait", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 + WS_TABSTOP, 20, 93, 180, 10 CONTROL "&Landscape", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | + 20, 110, 180, 10 + LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 200, 8 + COMBOBOX IDD_DUPLEX, 10, 151, 200, 40, CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP } diff --git a/dlls/wineps.drv/wps_Bg.rc b/dlls/wineps.drv/wps_Bg.rc deleted file mode 100644 index 3baed605f81..00000000000 --- a/dlls/wineps.drv/wps_Bg.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * 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 "psdlg.h" - -LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "" -FONT 8, "MS Shell Dlg" -{ - LTEXT "& :", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "", -1, 10, 80, 200, 50 - CONTROL "&", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT ":", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Cs.rc b/dlls/wineps.drv/wps_Cs.rc deleted file mode 100644 index 16da55a8518..00000000000 --- a/dlls/wineps.drv/wps_Cs.rc +++ /dev/null @@ -1,44 +0,0 @@ -/* Hey, Emacs, open this file with -*- coding: cp1250 -*- - * - * Czech resources for wineps - * Copyright 2000 Huw D M Davies - * Copyright 2004 David Kredba - * - * 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 "psdlg.h" - -LANGUAGE LANG_CZECH, SUBLANG_DEFAULT - -/* Czech strings in CP1250 */ - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papr" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Velikost papru:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientace", -1, 10, 80, 200, 50 - CONTROL "&Na vku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "N&a ku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Oboustrann:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Da.rc b/dlls/wineps.drv/wps_Da.rc deleted file mode 100644 index 84a7d8e3a58..00000000000 --- a/dlls/wineps.drv/wps_Da.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * 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 "psdlg.h" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papir" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Papirstrrelse:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Retning", -1, 10, 80, 200, 50 - CONTROL "&Portrt", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Landskab", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Retninger:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_De.rc b/dlls/wineps.drv/wps_De.rc deleted file mode 100644 index 0f60de2b630..00000000000 --- a/dlls/wineps.drv/wps_De.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright 2001 Marcus Meissner - * - * 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 "psdlg.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papier" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Papiergröße:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Ausrichtung", -1, 10, 80, 200, 50 - CONTROL "&Hochformat", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Querformat", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Es.rc b/dlls/wineps.drv/wps_Es.rc deleted file mode 100644 index 3fb5ad6a38c..00000000000 --- a/dlls/wineps.drv/wps_Es.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2003,2004 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 "psdlg.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papel" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Tamao de papel:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientacin", -1, 10, 80, 200, 50 - CONTROL "&Vertical", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Apaisado", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Fr.rc b/dlls/wineps.drv/wps_Fr.rc deleted file mode 100644 index 4d726e2f7d6..00000000000 --- a/dlls/wineps.drv/wps_Fr.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Wineps - * French language support - * - * Copyright 2000 Huw D M 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papier" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Taille du papier :", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 17, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientation", -1, 10, 80, 200, 50 - CONTROL "&Portrait", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 93, 60, 10 - CONTROL "P&aysage", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Recto-verso :", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_He.rc b/dlls/wineps.drv/wps_He.rc deleted file mode 100644 index 883c4b00184..00000000000 --- a/dlls/wineps.drv/wps_He.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright 2000 Huw D M Davies - * Copyright 2010 Yaron Shahrabani - * - * 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 "psdlg.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "נייר" -FONT 8, "MS Shell Dlg" -{ - LTEXT "גודל ה&נייר:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "כיווניות", -1, 10, 80, 200, 50 - CONTROL "ל&אורך", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "ל&רוחב", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "דו־צדדי:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Hu.rc b/dlls/wineps.drv/wps_Hu.rc deleted file mode 100644 index b5fa4e2ef5f..00000000000 --- a/dlls/wineps.drv/wps_Hu.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2006 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 "psdlg.h" - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papr" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Papr &mret:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "rsirny", -1, 10, 80, 200, 50 - CONTROL "&Fggleges", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Vzszintes", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_It.rc b/dlls/wineps.drv/wps_It.rc deleted file mode 100644 index 1ba13b90600..00000000000 --- a/dlls/wineps.drv/wps_It.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright 2000 Huw D M Davies - * Copyright 2003-2004 Ivan Leo Puoti - * Copyright 2006 Antonio Codazzi - * Copyright 2010 Luca Bennati - * - * 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Foglio" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Dimensione del foglio:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientamento", -1, 10, 80, 200, 50 - CONTROL "&Ritratto", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Paesaggio", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Fronte retro:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Ja.rc b/dlls/wineps.drv/wps_Ja.rc deleted file mode 100644 index 3e26ad8b403..00000000000 --- a/dlls/wineps.drv/wps_Ja.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright 2004 Hajime Segawa - * - * 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "用紙" -FONT 9, "MS Shell Dlg" -{ - LTEXT "用紙サイズ(&z):", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "方向", -1, 10, 80, 200, 50 - CONTROL "縦(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "横(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "両面印刷:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Ko.rc b/dlls/wineps.drv/wps_Ko.rc deleted file mode 100644 index 6e4b9c22277..00000000000 --- a/dlls/wineps.drv/wps_Ko.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright 2002 Won-kyu Park - * 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 "psdlg.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "종이" -FONT 9, "MS Shell Dlg" -{ - LTEXT "종이 크기(&Z):", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "방향", -1, 10, 80, 200, 50 - CONTROL "세로(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "가로(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "양방향 통신:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Lt.rc b/dlls/wineps.drv/wps_Lt.rc deleted file mode 100644 index 2fb32e1910f..00000000000 --- a/dlls/wineps.drv/wps_Lt.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright 2009 Aurimas Fišeras - * - * 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Popierius" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Popieriaus &dydis:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Padėtis", -1, 10, 80, 200, 50 - CONTROL "&Stačias", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Gulsčias", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Dvigubas:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Nl.rc b/dlls/wineps.drv/wps_Nl.rc deleted file mode 100644 index aebab020926..00000000000 --- a/dlls/wineps.drv/wps_Nl.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * wineps (Dutch resources) - * - * Copyright 2003 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 "psdlg.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papier" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Papier&formaat:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orintatie", -1, 10, 80, 200, 50 - CONTROL "&Staand", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Liggend", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Dubbelzijdig:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_No.rc b/dlls/wineps.drv/wps_No.rc deleted file mode 100644 index c38a32435b2..00000000000 --- a/dlls/wineps.drv/wps_No.rc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright 2005 Alexander N. Srnes - * Copyright 2010 Trygve Vea - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * 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 "psdlg.h" - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papir" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Papir&strrelse:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Retning", -1, 10, 80, 200, 50 - CONTROL "&Stende", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Liggende", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Retning:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Pl.rc b/dlls/wineps.drv/wps_Pl.rc deleted file mode 100644 index 4645a85ea19..00000000000 --- a/dlls/wineps.drv/wps_Pl.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2009 ukasz Wojniowicz - * - * 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 "psdlg.h" - -LANGUAGE LANG_POLISH, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papier" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Format papier&u:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientacja", -1, 10, 80, 200, 50 - CONTROL "P&ionowo", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "Po&ziomo", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Dupleks:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Pt.rc b/dlls/wineps.drv/wps_Pt.rc deleted file mode 100644 index 4b07ff5ad11..00000000000 --- a/dlls/wineps.drv/wps_Pt.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2003 Marcelo Duarte - * - * 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 "psdlg.h" - -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papel" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Tamanho do papel:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientao", -1, 10, 80, 200, 50 - CONTROL "&Retrato", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Paisagem", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Ro.rc b/dlls/wineps.drv/wps_Ro.rc deleted file mode 100644 index aaa623bbd42..00000000000 --- a/dlls/wineps.drv/wps_Ro.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright 2000 Huw D M 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 "psdlg.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Hârtie" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Mărimea foii:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientare", -1, 10, 80, 200, 50 - CONTROL "P&ortret", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Peisaj", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Ru.rc b/dlls/wineps.drv/wps_Ru.rc deleted file mode 100644 index d328eadb54e..00000000000 --- a/dlls/wineps.drv/wps_Ru.rc +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright 2000 Dmitry Timoshkov - * - * 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Бумага" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Размер бумаги:", -1, 10, 6, 200, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Ориентация", -1, 10, 80, 200, 50 - CONTROL "&Книжная", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 180, 10 - CONTROL "&Альбомная", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 180, 10 - LTEXT "Двухсторонняя печать:", IDD_DUPLEX_NAME, 10, 140, 200, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Si.rc b/dlls/wineps.drv/wps_Si.rc deleted file mode 100644 index a06a0255e80..00000000000 --- a/dlls/wineps.drv/wps_Si.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2003 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 "psdlg.h" - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papir" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Veli&kost papirja:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Usmerjenost", -1, 10, 80, 200, 50 - CONTROL "P&okonna", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "L&eea", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Sk.rc b/dlls/wineps.drv/wps_Sk.rc deleted file mode 100644 index 64f89ec2338..00000000000 --- a/dlls/wineps.drv/wps_Sk.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2000 Peter Ivanyi - * - * 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 "psdlg.h" - -LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papier" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Vekos papiera:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientcia", -1, 10, 80, 200, 50 - CONTROL "Na v&ku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Na rku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Sv.rc b/dlls/wineps.drv/wps_Sv.rc deleted file mode 100644 index 56f5e297df6..00000000000 --- a/dlls/wineps.drv/wps_Sv.rc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * 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 "psdlg.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Papper" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Papperssto&rlek:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Orientering", -1, 10, 80, 200, 50 - CONTROL "&Stende", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Liggande", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Dubbelsidig:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Tr.rc b/dlls/wineps.drv/wps_Tr.rc deleted file mode 100644 index c4fb14534d0..00000000000 --- a/dlls/wineps.drv/wps_Tr.rc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Turkish Resources - * - * Copyright 2006 Fatih Ac - * - * 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 "psdlg.h" - -LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Kat" -FONT 8, "MS Shell Dlg" -{ - LTEXT "Kat &Boyutu:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Hizalama", -1, 10, 80, 200, 50 - CONTROL "&Dey", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Yatay", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "ift Ynl:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Uk.rc b/dlls/wineps.drv/wps_Uk.rc deleted file mode 100644 index cf54d81bc3d..00000000000 --- a/dlls/wineps.drv/wps_Uk.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright 2000 Huw D M 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 "psdlg.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "Папір" -FONT 8, "MS Shell Dlg" -{ - LTEXT "&Розмір паперу:", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "Орієнтація", -1, 10, 80, 200, 50 - CONTROL "&Книжкова", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Альбомна", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/dlls/wineps.drv/wps_Zh.rc b/dlls/wineps.drv/wps_Zh.rc deleted file mode 100644 index bc7ac4d4179..00000000000 --- a/dlls/wineps.drv/wps_Zh.rc +++ /dev/null @@ -1,64 +0,0 @@ -/* - * wineps (Simplified and Traditional Chinese Resources) - * - * Copyright 2008 Hongbo Ni - * - * 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 "psdlg.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "纸张" -FONT 9, "MS Shell Dlg" -{ - LTEXT "纸张大小(&Z):", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "方向", -1, 10, 80, 200, 50 - CONTROL "纵向(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "横向(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "双面:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -PAPER DIALOG 5, 43, 227, 215 -STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE -CAPTION "紙張" -FONT 9, "MS Shell Dlg" -{ - LTEXT "紙張大小(&Z):", -1, 10, 6, 100, 8 - LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | - WS_TABSTOP - GROUPBOX "方向", -1, 10, 80, 200, 50 - CONTROL "縱向(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | - WS_TABSTOP, 20, 90, 60, 10 - CONTROL "橫向(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, - 20, 110, 60, 10 - LTEXT "雙面:", IDD_DUPLEX_NAME, 10, 140, 100, 8 - COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | - WS_TABSTOP -} diff --git a/po/ar.po b/po/ar.po index 04047317e90..691b4f3808f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6964,6 +6964,31 @@ msgstr "" msgid "&More Windows..." msgstr "احفظ &ك‍..." +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "معلومات" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/bg.po b/po/bg.po index afc0b4205f6..aa166679c88 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7092,6 +7092,30 @@ msgstr "Грешка" msgid "&More Windows..." msgstr "&Още прозорци..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Хартия" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Раз&мер на хартията:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Ориентация" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "Пор&трет" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "Пейза&ж" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Двустранно:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN връзка" diff --git a/po/ca.po b/po/ca.po index d4082eaf5ff..d17203d745b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7029,6 +7029,32 @@ msgstr "Error" msgid "&More Windows..." msgstr "&Més finestres..." +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "Embús de paper; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "Implementació" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Connexió LAN" diff --git a/po/cs.po b/po/cs.po index 05b34068d45..3d8fc998be5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7200,6 +7200,30 @@ msgstr "Chyba" msgid "&More Windows..." msgstr "&Konec Windows..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papír" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Velikost papíru:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientace" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Na výšku" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "N&a šířku" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Oboustranně:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/da.po b/po/da.po index bc93fe3e610..0d706be7f38 100644 --- a/po/da.po +++ b/po/da.po @@ -7238,6 +7238,30 @@ msgstr "Fejl" msgid "&More Windows..." msgstr "&Flere vinduer..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papir" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Papirstørrelse:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Retning" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Portræt" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Landskab" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Retninger:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Lokal netværksforbindelse" diff --git a/po/de.po b/po/de.po index 28e37f72a65..394373d7156 100644 --- a/po/de.po +++ b/po/de.po @@ -7025,6 +7025,30 @@ msgstr "Fehler" msgid "&More Windows..." msgstr "&Mehr Fenster..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papier" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Papiergröße:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Ausrichtung" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Hochformat" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Querformat" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN Verbindung" diff --git a/po/el.po b/po/el.po index 00a0facab59..edd6027c315 100644 --- a/po/el.po +++ b/po/el.po @@ -6994,6 +6994,31 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "Επιλογές" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/en.po b/po/en.po index 8e6473c1164..3aec19175d4 100644 --- a/po/en.po +++ b/po/en.po @@ -6903,6 +6903,30 @@ msgstr "Error" msgid "&More Windows..." msgstr "&More Windows..." +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientation" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/en_US.po b/po/en_US.po index f2d1b51bc32..d1ba724627b 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -7013,6 +7013,30 @@ msgstr "Error" msgid "&More Windows..." msgstr "&More Windows..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Paper" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Paper Si&ze:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientation" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Portrait" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Landscape" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN Connection" diff --git a/po/eo.po b/po/eo.po index 541d761fbd4..878269740b6 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7096,6 +7096,32 @@ msgstr "Eroro" msgid "&More Windows..." msgstr "&Pli Fenestroj..." +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "Blokita papero; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "&Notu..." + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN Interkonekto" diff --git a/po/es.po b/po/es.po index 7c967293e8a..aae9252e5a0 100644 --- a/po/es.po +++ b/po/es.po @@ -7375,6 +7375,30 @@ msgstr "Error" msgid "&More Windows..." msgstr "&Más ventanas..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papel" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Tamaño de papel:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientación" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Vertical" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Apaisado" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Conexión LAN" diff --git a/po/fa.po b/po/fa.po index 8e20d8667fc..495eab243fe 100644 --- a/po/fa.po +++ b/po/fa.po @@ -6964,6 +6964,31 @@ msgstr "" msgid "&More Windows..." msgstr "ذخیره &به نام..." +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "اطلاعات" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/fi.po b/po/fi.po index cca4c08f6f2..e93c9e1d99e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7199,6 +7199,32 @@ msgstr "Virhe" msgid "&More Windows..." msgstr "&Lisää ikkunoita..." +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "Paperitukos; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "&Huomautus..." + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Lähiverkkoyhteys" diff --git a/po/fr.po b/po/fr.po index 876bf8cb346..b3da4ac6805 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7038,6 +7038,30 @@ msgstr "Erreur" msgid "&More Windows..." msgstr "&Plus de fenêtres..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papier" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Taille du papier :" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientation" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Portrait" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "P&aysage" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Recto-verso :" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Connexion réseau local (LAN)" diff --git a/po/he.po b/po/he.po index afc796731a9..103ea6bcfce 100644 --- a/po/he.po +++ b/po/he.po @@ -7226,6 +7226,30 @@ msgstr "שגיאה" msgid "&More Windows..." msgstr "חלונות &נוספים..." +#: wineps.rc:25 +msgid "Paper" +msgstr "נייר" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "גודל ה&נייר:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "כיווניות" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "ל&אורך" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "ל&רוחב" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "דו־צדדי:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "חיבור רשת מקומית" diff --git a/po/hi.po b/po/hi.po index 34173579c1c..ba25532923f 100644 --- a/po/hi.po +++ b/po/hi.po @@ -6876,6 +6876,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/hu.po b/po/hu.po index 5304341efa9..84487554d4e 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7398,6 +7398,30 @@ msgstr "Hiba" msgid "&More Windows..." msgstr "&További ablakok..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papír" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Papír &méret:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Írásirány" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Függőleges" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Vízszintes" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN kapcsolat" diff --git a/po/it.po b/po/it.po index 5e48be16683..953938a64a0 100644 --- a/po/it.po +++ b/po/it.po @@ -7021,6 +7021,30 @@ msgstr "Errore" msgid "&More Windows..." msgstr "&Più finestre..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Foglio" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Dimensione del foglio:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientamento" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Ritratto" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Paesaggio" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Fronte retro:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Connessione LAN" diff --git a/po/ja.po b/po/ja.po index 700240c81ea..abe51aa9f00 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7004,6 +7004,30 @@ msgstr "エラー" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "用紙" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "用紙サイズ(&z):" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "方向" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "縦(&P)" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "横(&L)" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "両面印刷:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN 接続" diff --git a/po/ko.po b/po/ko.po index 4f4f0f0e165..f25f0e1eb17 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6996,6 +6996,30 @@ msgstr "오류" msgid "&More Windows..." msgstr "더 많은 창들(&M)..." +#: wineps.rc:25 +msgid "Paper" +msgstr "종이" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "종이 크기(&Z):" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "방향" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "세로(&P)" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "가로(&L)" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "양방향 통신:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "랜 연결" diff --git a/po/lt.po b/po/lt.po index 47c79fe232c..369b8bb3ed7 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7021,6 +7021,30 @@ msgstr "Klaida" msgid "&More Windows..." msgstr "&Daugiau langų..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Popierius" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Popieriaus &dydis:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Padėtis" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Stačias" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Gulsčias" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Dvigubas:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Vietinio tinklo ryšys" diff --git a/po/ml.po b/po/ml.po index ae19d8cfb71..9b20deaeb50 100644 --- a/po/ml.po +++ b/po/ml.po @@ -6876,6 +6876,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 3a6628330ff..55251d7bea6 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -7292,6 +7292,30 @@ msgstr "Feil" msgid "&More Windows..." msgstr "&Mer Windows..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papir" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Papir&størrelse:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Retning" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Stående" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Liggende" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Retning:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Lokal nettverksforbindelse" diff --git a/po/nl.po b/po/nl.po index c035a7ed323..aacf8cc1d64 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7128,6 +7128,30 @@ msgstr "Fout" msgid "&More Windows..." msgstr "Ov&erige vensters..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papier" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Papier&formaat:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Oriëntatie" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Staand" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Liggend" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Dubbelzijdig:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN Verbinding" diff --git a/po/or.po b/po/or.po index 63dac3c150d..18c3410c56d 100644 --- a/po/or.po +++ b/po/or.po @@ -6876,6 +6876,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/pa.po b/po/pa.po index 487f7f497ff..0dec394d7c7 100644 --- a/po/pa.po +++ b/po/pa.po @@ -6876,6 +6876,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/pl.po b/po/pl.po index ac29ba64078..b5bf279f6a7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7029,6 +7029,30 @@ msgstr "Błąd" msgid "&More Windows..." msgstr "&Więcej okien..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papier" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Format papier&u:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientacja" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "P&ionowo" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "Po&ziomo" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Dupleks:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Połączenie LAN" diff --git a/po/pt_BR.po b/po/pt_BR.po index cb41bf7da75..b3b7c3edc50 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7281,6 +7281,30 @@ msgstr "Erro" msgid "&More Windows..." msgstr "&Mais Janelas..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papel" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Tamanho do papel:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientação" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Retrato" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Paisagem" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Conexão LAN" diff --git a/po/pt_PT.po b/po/pt_PT.po index 0f23c6baa47..cfea0672213 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7303,6 +7303,30 @@ msgstr "Erro" msgid "&More Windows..." msgstr "&Mais Janelas..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papel" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Tamanho do papel:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientação" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Retrato" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Paisagem" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Ligação LAN" diff --git a/po/rm.po b/po/rm.po index 24120057f57..49ac7283082 100644 --- a/po/rm.po +++ b/po/rm.po @@ -6913,6 +6913,31 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "&Annotaziun..." + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/ro.po b/po/ro.po index df5b7c3c29d..7a71cf8ce7a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7543,6 +7543,30 @@ msgstr "Eroare" msgid "&More Windows..." msgstr "&Mai multe ferestre..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Hârtie" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Mărimea foii:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientare" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "P&ortret" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Peisaj" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Conexiune LAN" diff --git a/po/ru.po b/po/ru.po index c6b5211b472..730eff430c4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7010,6 +7010,30 @@ msgstr "Ошибка" msgid "&More Windows..." msgstr "&Ещё окна..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Бумага" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Размер бумаги:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Ориентация" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Книжная" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Альбомная" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Двухсторонняя печать:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Сетевое подключение" diff --git a/po/sk.po b/po/sk.po index e67751c1030..318f8cbfd86 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7002,6 +7002,30 @@ msgstr "" msgid "&More Windows..." msgstr "&Viac okien..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papier" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Veľkosť papiera:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientácia" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "Na výš&ku" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Na šírku" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/sl.po b/po/sl.po index 2867634fb41..a62ac7be9a3 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7057,6 +7057,30 @@ msgstr "Napaka" msgid "&More Windows..." msgstr "&Več oken ..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papir" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Veli&kost papirja:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Usmerjenost" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "P&okončna" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "L&ežeča" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Povezava LAN" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 715030c2531..1b550eeecb5 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -7276,6 +7276,32 @@ msgstr "Грешка" msgid "&More Windows..." msgstr "&Више прозора..." +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "Улаз за папир; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "Подаци" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN веза" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 4257c46f9a5..9ffe577c3ac 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -7324,6 +7324,32 @@ msgstr "Greška" msgid "&More Windows..." msgstr "&Više prozora..." +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "Ulaz za papir; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "Beleške..." + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN veza" diff --git a/po/sv.po b/po/sv.po index 768682c1cea..fb45c45c24b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7021,6 +7021,30 @@ msgstr "Fel" msgid "&More Windows..." msgstr "&Fler fönster..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Papper" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Papperssto&rlek:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Orientering" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Stående" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Liggande" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Dubbelsidig:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN-anslutning" diff --git a/po/te.po b/po/te.po index 47593a8a59d..65256d36ee0 100644 --- a/po/te.po +++ b/po/te.po @@ -6876,6 +6876,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/th.po b/po/th.po index 32ac43512a4..19bad4c67d5 100644 --- a/po/th.po +++ b/po/th.po @@ -6990,6 +6990,32 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +#, fuzzy +msgid "Paper" +msgstr "กระดาษติด; " + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "รายละเอียด" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/tr.po b/po/tr.po index dfcbafc9b88..391d72cf973 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7297,6 +7297,30 @@ msgstr "Hata" msgid "&More Windows..." msgstr "&Daha Fazla Pencere..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Kağıt" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "Kağıt &Boyutu:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Hizalama" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Düşey" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Yatay" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Çift Yönlü:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "LAN Bağlantısı" diff --git a/po/uk.po b/po/uk.po index 625d2d2cb27..edef66d1e07 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7019,6 +7019,30 @@ msgstr "Помилка" msgid "&More Windows..." msgstr "&Ще вікна..." +#: wineps.rc:25 +msgid "Paper" +msgstr "Папір" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "&Розмір паперу:" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "Орієнтація" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "&Книжкова" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "&Альбомна" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "Duplex:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "Підключення по локальній мережі" diff --git a/po/wa.po b/po/wa.po index fa4938a1ffa..7f74d8d22c1 100644 --- a/po/wa.po +++ b/po/wa.po @@ -6944,6 +6944,31 @@ msgstr "" msgid "&More Windows..." msgstr "Å dfait di &Wine..." +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +#, fuzzy +msgid "Orientation" +msgstr "&Sicrîre..." + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index c0bca993baf..659b9066c94 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -6852,6 +6852,30 @@ msgstr "" msgid "&More Windows..." msgstr "" +#: wineps.rc:25 +msgid "Paper" +msgstr "" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "" + #: wininet.rc:25 msgid "LAN Connection" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7058593b63a..db1c6cad5c9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7234,6 +7234,30 @@ msgstr "错误" msgid "&More Windows..." msgstr "更多窗口(&M)..." +#: wineps.rc:25 +msgid "Paper" +msgstr "纸张" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "纸张大小(&Z):" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "方向" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "纵向(&P)" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "横向(&L)" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "双面:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "局域网连接" diff --git a/po/zh_TW.po b/po/zh_TW.po index b0e08173fc5..9e77bb983ae 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7273,6 +7273,30 @@ msgstr "" msgid "&More Windows..." msgstr "更多視窗(&M)..." +#: wineps.rc:25 +msgid "Paper" +msgstr "紙張" + +#: wineps.rc:28 +msgid "Paper Si&ze:" +msgstr "紙張大小(&Z):" + +#: wineps.rc:31 +msgid "Orientation" +msgstr "方向" + +#: wineps.rc:32 +msgid "&Portrait" +msgstr "縱向(&P)" + +#: wineps.rc:34 +msgid "&Landscape" +msgstr "橫向(&L)" + +#: wineps.rc:36 +msgid "Duplex:" +msgstr "雙面:" + #: wininet.rc:25 msgid "LAN Connection" msgstr "區域網路連線"