From c994db77e6efe802810805a9cd37f83db1b2aceb Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 30 Nov 2011 17:51:45 +0100 Subject: [PATCH] serialui: Convert dialogs to po files. --- configure | 2 +- configure.ac | 2 +- dlls/serialui/Bg.rc | 45 ----------------- dlls/serialui/Cs.rc | 48 ------------------- dlls/serialui/Da.rc | 45 ----------------- dlls/serialui/De.rc | 45 ----------------- dlls/serialui/Eo.rc | 45 ----------------- dlls/serialui/Es.rc | 43 ----------------- dlls/serialui/Fi.rc | 43 ----------------- dlls/serialui/Fr.rc | 51 -------------------- dlls/serialui/He.rc | 47 ------------------ dlls/serialui/Hu.rc | 43 ----------------- dlls/serialui/It.rc | 49 ------------------- dlls/serialui/Ja.rc | 46 ------------------ dlls/serialui/Ko.rc | 45 ----------------- dlls/serialui/Lt.rc | 46 ------------------ dlls/serialui/Makefile.in | 30 +----------- dlls/serialui/Nl.rc | 45 ----------------- dlls/serialui/No.rc | 43 ----------------- dlls/serialui/Pl.rc | 43 ----------------- dlls/serialui/Pt.rc | 71 --------------------------- dlls/serialui/Ro.rc | 45 ----------------- dlls/serialui/Ru.rc | 48 ------------------- dlls/serialui/Si.rc | 45 ----------------- dlls/serialui/Sr.rc | 70 --------------------------- dlls/serialui/Sv.rc | 43 ----------------- dlls/serialui/Tr.rc | 45 ----------------- dlls/serialui/Uk.rc | 47 ------------------ dlls/serialui/Zh.rc | 72 ---------------------------- dlls/serialui/confdlg.c | 9 ++-- dlls/serialui/{En.rc => serialui.rc} | 22 ++++----- po/ar.po | 58 +++++++++++++++------- po/bg.po | 57 +++++++++++++++------- po/ca.po | 60 ++++++++++++++++------- po/cs.po | 57 +++++++++++++++------- po/da.po | 57 +++++++++++++++------- po/de.po | 57 +++++++++++++++------- po/el.po | 59 ++++++++++++++++------- po/en.po | 56 +++++++++++++++------- po/en_US.po | 56 +++++++++++++++------- po/eo.po | 57 +++++++++++++++------- po/es.po | 57 +++++++++++++++------- po/fa.po | 58 +++++++++++++++------- po/fi.po | 57 +++++++++++++++------- po/fr.po | 57 +++++++++++++++------- po/he.po | 57 +++++++++++++++------- po/hi.po | 57 +++++++++++++++------- po/hu.po | 57 +++++++++++++++------- po/it.po | 57 +++++++++++++++------- po/ja.po | 57 +++++++++++++++------- po/ko.po | 57 +++++++++++++++------- po/lt.po | 57 +++++++++++++++------- po/ml.po | 57 +++++++++++++++------- po/nb_NO.po | 57 +++++++++++++++------- po/nl.po | 57 +++++++++++++++------- po/or.po | 57 +++++++++++++++------- po/pa.po | 57 +++++++++++++++------- po/pl.po | 57 +++++++++++++++------- po/pt_BR.po | 57 +++++++++++++++------- po/pt_PT.po | 57 +++++++++++++++------- po/rm.po | 56 +++++++++++++++------- po/ro.po | 57 +++++++++++++++------- po/ru.po | 57 +++++++++++++++------- po/sk.po | 61 ++++++++++++++++------- po/sl.po | 57 +++++++++++++++------- po/sr_RS@cyrillic.po | 57 +++++++++++++++------- po/sr_RS@latin.po | 57 +++++++++++++++------- po/sv.po | 57 +++++++++++++++------- po/te.po | 57 +++++++++++++++------- po/th.po | 58 +++++++++++++++------- po/tr.po | 57 +++++++++++++++------- po/uk.po | 57 +++++++++++++++------- po/wa.po | 57 +++++++++++++++------- po/wine.pot | 56 +++++++++++++++------- po/zh_CN.po | 57 +++++++++++++++------- po/zh_TW.po | 57 +++++++++++++++------- 76 files changed, 1871 insertions(+), 2025 deletions(-) delete mode 100644 dlls/serialui/Bg.rc delete mode 100644 dlls/serialui/Cs.rc delete mode 100644 dlls/serialui/Da.rc delete mode 100644 dlls/serialui/De.rc delete mode 100644 dlls/serialui/Eo.rc delete mode 100644 dlls/serialui/Es.rc delete mode 100644 dlls/serialui/Fi.rc delete mode 100644 dlls/serialui/Fr.rc delete mode 100644 dlls/serialui/He.rc delete mode 100644 dlls/serialui/Hu.rc delete mode 100644 dlls/serialui/It.rc delete mode 100644 dlls/serialui/Ja.rc delete mode 100644 dlls/serialui/Ko.rc delete mode 100644 dlls/serialui/Lt.rc delete mode 100644 dlls/serialui/Nl.rc delete mode 100644 dlls/serialui/No.rc delete mode 100644 dlls/serialui/Pl.rc delete mode 100644 dlls/serialui/Pt.rc delete mode 100644 dlls/serialui/Ro.rc delete mode 100644 dlls/serialui/Ru.rc delete mode 100644 dlls/serialui/Si.rc delete mode 100644 dlls/serialui/Sr.rc delete mode 100644 dlls/serialui/Sv.rc delete mode 100644 dlls/serialui/Tr.rc delete mode 100644 dlls/serialui/Uk.rc delete mode 100644 dlls/serialui/Zh.rc rename dlls/serialui/{En.rc => serialui.rc} (72%) diff --git a/configure b/configure index cba043f2cc0..e16a180aba3 100755 --- a/configure +++ b/configure @@ -15237,7 +15237,7 @@ wine_fn_config_dll secur32 enable_secur32 implib wine_fn_config_test dlls/secur32/tests secur32_test wine_fn_config_dll security enable_security wine_fn_config_dll sensapi enable_sensapi implib -wine_fn_config_dll serialui enable_serialui implib +wine_fn_config_dll serialui enable_serialui implib,po wine_fn_config_test dlls/serialui/tests serialui_test wine_fn_config_dll setupapi enable_setupapi implib,po wine_fn_config_test dlls/setupapi/tests setupapi_test diff --git a/configure.ac b/configure.ac index 82f7c9e2a50..23e611ec759 100644 --- a/configure.ac +++ b/configure.ac @@ -2766,7 +2766,7 @@ WINE_CONFIG_DLL(secur32,,[implib]) WINE_CONFIG_TEST(dlls/secur32/tests) WINE_CONFIG_DLL(security) WINE_CONFIG_DLL(sensapi,,[implib]) -WINE_CONFIG_DLL(serialui,,[implib]) +WINE_CONFIG_DLL(serialui,,[implib,po]) WINE_CONFIG_TEST(dlls/serialui/tests) WINE_CONFIG_DLL(setupapi,,[implib,po]) WINE_CONFIG_TEST(dlls/setupapi/tests) diff --git a/dlls/serialui/Bg.rc b/dlls/serialui/Bg.rc deleted file mode 100644 index 953ea42918a..00000000000 --- a/dlls/serialui/Bg.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * serialui.dll (Bulgarian resources) - * - * 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 "serialui.h" - -LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 200, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION " " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT " ", -1,5,20,95,10 - COMBOBOX IDC_BAUD, 100, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "", -1,5,40,95,10 - COMBOBOX IDC_PARITY, 100, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT " ", -1,5,60,95,10 - COMBOBOX IDC_FLOW, 100, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT " ", -1,5,80,95,10 - COMBOBOX IDC_DATA, 100, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "-", -1,5,100,95,10 - COMBOBOX IDC_STOP, 100, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,50,138,50,14 - PUSHBUTTON "", IDCANCEL,105,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Cs.rc b/dlls/serialui/Cs.rc deleted file mode 100644 index 8f7f2a1738e..00000000000 --- a/dlls/serialui/Cs.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* Hey, Emacs, open this file with -*- coding: cp1250 -*- - * - * Czech resources for serialui - * Copyright 2000 Mike McCormack - * 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 "serialui.h" - -LANGUAGE LANG_CZECH, SUBLANG_DEFAULT - -/* Czech strings in CP1250 */ - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Vlastnosti " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Rychlost [Baud]", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parita", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "zen toku", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Datov bity", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stop bity", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Storno", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Da.rc b/dlls/serialui/Da.rc deleted file mode 100644 index bed77196863..00000000000 --- a/dlls/serialui/Da.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Danish language support - * - * Copyright (C) 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 "serialui.h" - -LANGUAGE LANG_DANISH, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Egenskaber for " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Baud hastighed", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paritet", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Flowcontrol", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Databits", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stopbits", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Annuller", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/De.rc b/dlls/serialui/De.rc deleted file mode 100644 index d7091492576..00000000000 --- a/dlls/serialui/De.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright 2004 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Eigenschaften von " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bits pro Sekunde", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parität", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Flusssteuerung", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Datenbits", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stoppbits", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Abbrechen", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Eo.rc b/dlls/serialui/Eo.rc deleted file mode 100644 index c472b5efb1d..00000000000 --- a/dlls/serialui/Eo.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Serialui - Esperanto Language Support - * - * 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 "serialui.h" - -LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Ecoj de..." -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bitoj dum sekundo", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Pareco", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Fluksa Kontrolo", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Datenbitoj", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Haltbitoj", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "Bone", IDOK,30,138,50,14 - PUSHBUTTON "Rezigni", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Es.rc b/dlls/serialui/Es.rc deleted file mode 100644 index 942be2bc644..00000000000 --- a/dlls/serialui/Es.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright 2003 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 "serialui.h" - -LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Propiedades de " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Velocidad en baudios", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paridad", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Control de flujo", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de datos", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de parada", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "Aceptar", IDOK,30,138,50,14 - PUSHBUTTON "Cancelar", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Fi.rc b/dlls/serialui/Fi.rc deleted file mode 100644 index cb1cc6411ba..00000000000 --- a/dlls/serialui/Fi.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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 "serialui.h" - -LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Ominaisuudet " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Baudinopeus", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Pariteetti", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Vuonohjaus", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Databitit", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stopbitit", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Peruuta", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Fr.rc b/dlls/serialui/Fr.rc deleted file mode 100644 index 03a7c5ab96a..00000000000 --- a/dlls/serialui/Fr.rc +++ /dev/null @@ -1,51 +0,0 @@ -/* - * Serialui - * French language support - * - * Copyright 2000 Mike McCormack - * Copyright 2003 Vincent Béron - * Copyright 2009 Frédéric Delanoy - * - * 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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 180, 150 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Propriétés pour " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Vitesse de transmission (bauds)", -1,5,19,70,18 - COMBOBOX IDC_BAUD, 80, 20, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parité", -1,5,42,55,10 - COMBOBOX IDC_PARITY, 80, 40, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Contrôle de flux", -1,5,62,55,10 - COMBOBOX IDC_FLOW, 80, 60, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de données", -1,5,82,55,10 - COMBOBOX IDC_DATA, 80, 80, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits d'arrêt", -1,5,102,55,10 - COMBOBOX IDC_STOP, 80, 100, 90, 15, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,125,50,14 - PUSHBUTTON "Annuler", IDCANCEL,93,125,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/He.rc b/dlls/serialui/He.rc deleted file mode 100644 index e1061658574..00000000000 --- a/dlls/serialui/He.rc +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright 2000 Mike McCormack - * 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -EXSTYLE WS_EX_LAYOUTRTL -CAPTION "מאפיינים עבור " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "קצב שידור", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "זוגיות", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "בקרת ציפה", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "סיביות נתונים", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "סיביות עצירה", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "אישור", IDOK,30,138,50,14 - PUSHBUTTON "ביטול", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Hu.rc b/dlls/serialui/Hu.rc deleted file mode 100644 index 38580a32010..00000000000 --- a/dlls/serialui/Hu.rc +++ /dev/null @@ -1,43 +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 "serialui.h" - -LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Tulajdonsgok: " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Baud Rta", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parits", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "ramls-vezrls", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Adatbitek", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stopbitek", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Mgse", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/It.rc b/dlls/serialui/It.rc deleted file mode 100644 index 7b4c4a59749..00000000000 --- a/dlls/serialui/It.rc +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Serialui Italian language support - * - * Copyright 2000 Mike McCormack - * Copyright 2003 Ivan Leo Puoti - * - * 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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Proprietà per " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bit per secondo (baud)", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parità", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Controllo di flusso", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bit di dati", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bit di stop", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Annulla", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Ja.rc b/dlls/serialui/Ja.rc deleted file mode 100644 index cf5d21d1433..00000000000 --- a/dlls/serialui/Ja.rc +++ /dev/null @@ -1,46 +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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "プロパティ:" -FONT 9, "MS Shell Dlg" -BEGIN - LTEXT "ボーレート", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "パリティビット", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "フロー制御", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "データビット", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "ストップビット", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "キャンセル", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "標準値をロード", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "標準値として設定", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Ko.rc b/dlls/serialui/Ko.rc deleted file mode 100644 index 481bdcdd9eb..00000000000 --- a/dlls/serialui/Ko.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright 2005,2010 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "속 " -FONT 9, "MS Shell Dlg" -BEGIN - LTEXT "보드속도", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "패리티", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "흐름 제어", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "데이타 비트", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "정지 비트", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "확인", IDOK,30,138,50,14 - PUSHBUTTON "취소", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Lt.rc b/dlls/serialui/Lt.rc deleted file mode 100644 index ae9a6f0af55..00000000000 --- a/dlls/serialui/Lt.rc +++ /dev/null @@ -1,46 +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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Savybės: " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bodų sparta", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Lyginumas", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Srauto valdymas", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Duomenų bitai", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Pabaigos bitai", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "Gerai", IDOK,30,138,50,14 - PUSHBUTTON "Atsisakyti", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Makefile.in b/dlls/serialui/Makefile.in index ddf84600382..8914b9c38fb 100644 --- a/dlls/serialui/Makefile.in +++ b/dlls/serialui/Makefile.in @@ -5,33 +5,7 @@ IMPORTS = user32 advapi32 C_SRCS = \ confdlg.c -RC_SRCS = \ - Bg.rc \ - Cs.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 +RC_SRCS = serialui.rc +PO_SRCS = serialui.rc @MAKE_DLL_RULES@ diff --git a/dlls/serialui/Nl.rc b/dlls/serialui/Nl.rc deleted file mode 100644 index 3b4897380f9..00000000000 --- a/dlls/serialui/Nl.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * serialui (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 "serialui.h" - -LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Eigenschappen van " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Verbindingssnelheid", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Pariteit", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Controle", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Databits", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stopbits", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Annuleren", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/No.rc b/dlls/serialui/No.rc deleted file mode 100644 index 1d678ab0ce3..00000000000 --- a/dlls/serialui/No.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright 2005 Alexander N. Srnes - * - * 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 "serialui.h" - -LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Egenskaper for " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Modulasjonshastighet", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paritet", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Flytkontroll", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Databiter", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stoppbiter", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Avbryt", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Pl.rc b/dlls/serialui/Pl.rc deleted file mode 100644 index 5b54404175c..00000000000 --- a/dlls/serialui/Pl.rc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright 2010 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 "serialui.h" - -LANGUAGE LANG_POLISH, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Waciwoci dla " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bitw na sekund", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parzysto", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Kontrola przepywu", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bity danych", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bity zatrzymania", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Anuluj", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Pt.rc b/dlls/serialui/Pt.rc deleted file mode 100644 index 77a879829a6..00000000000 --- a/dlls/serialui/Pt.rc +++ /dev/null @@ -1,71 +0,0 @@ -/* - * Copyright 2003 Marcelo Duarte - * Copyright 2004 Américo José Melo - * 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Propriedades de " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bits por segundo", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paridade", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Controle de fluxo", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de dados", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de parada", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Cancelar", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Propriedades de " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Bits por segundo", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paridade", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Controlo de fluxo", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de dados", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bits de paragem", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Cancelar", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Ro.rc b/dlls/serialui/Ro.rc deleted file mode 100644 index f5ead8e6316..00000000000 --- a/dlls/serialui/Ro.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright 2000 Mike McCormack - * Copyright 2010 Claudia Cotună - * Paul Chitescu - * 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 "serialui.h" - -LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Proprietăți pentru " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Rata de transfer", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paritate", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Controlul fluxului", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Biţi de date", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Biţi de stop", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Renunță", IDCANCEL,85,138,50,14 -END diff --git a/dlls/serialui/Ru.rc b/dlls/serialui/Ru.rc deleted file mode 100644 index 21734dc6327..00000000000 --- a/dlls/serialui/Ru.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * serialui.dll (Russian resources) - * - * Copyright 2003 Igor Stepin - * - * 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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Настройки для " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Наибольшая скорость", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Чётность", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Управление потоком", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Биты данных", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Стоп-биты", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Отмена", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Si.rc b/dlls/serialui/Si.rc deleted file mode 100644 index 9c18251c1e7..00000000000 --- a/dlls/serialui/Si.rc +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Lastnosti " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Hitrost prenosa", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Pariteta", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Nadzor pretoka", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Podatkovni biti", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stop biti", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "V redu", IDOK,30,138,50,14 - PUSHBUTTON "Prekliči", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Sr.rc b/dlls/serialui/Sr.rc deleted file mode 100644 index d08724730e5..00000000000 --- a/dlls/serialui/Sr.rc +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Copyright 2000 Mike McCormack - * 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 "serialui.h" - -#pragma code_page(65001) - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Својства за " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Број бауда", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Једнакост", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Контрола протока", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Битови података", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Зауставно време", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "У реду", IDOK,30,138,50,14 - PUSHBUTTON "Откажи", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END - -LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Svojstva za " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Broj bauda", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Jednakost", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Kontrola protoka", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Bitovi podataka", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Zaustavno vreme", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "U redu", IDOK,30,138,50,14 - PUSHBUTTON "Otkaži", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Sv.rc b/dlls/serialui/Sv.rc deleted file mode 100644 index be338b35e52..00000000000 --- a/dlls/serialui/Sv.rc +++ /dev/null @@ -1,43 +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 "serialui.h" - -LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Egenskaper fr " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Baudfrekvens", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Paritet", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Fldeskontroll", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Databitar", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stoppbitar", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Avbryt", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Tr.rc b/dlls/serialui/Tr.rc deleted file mode 100644 index 3b64a009b6a..00000000000 --- a/dlls/serialui/Tr.rc +++ /dev/null @@ -1,45 +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 "serialui.h" - -LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "zellikler: " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Baud Hz", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Elik", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Ak Denetimi", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Veri Bitleri", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Durma Bitleri", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "Tamam", IDOK,30,138,50,14 - PUSHBUTTON "ptal", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Uk.rc b/dlls/serialui/Uk.rc deleted file mode 100644 index 086dcd04d76..00000000000 --- a/dlls/serialui/Uk.rc +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright 2000 Mike McCormack - * 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 "serialui.h" - -/* UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Властивості для " -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Швидкість передачі", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Парність", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Керування потоком", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Біти даних", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Стоп-біти", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "OK", IDOK,30,138,50,14 - PUSHBUTTON "Скасувати", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/Zh.rc b/dlls/serialui/Zh.rc deleted file mode 100644 index 2449a2450bb..00000000000 --- a/dlls/serialui/Zh.rc +++ /dev/null @@ -1,72 +0,0 @@ -/* - * serialui (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 "serialui.h" - -/* Chinese text is encoded in UTF-8 */ -#pragma code_page(65001) - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "属性 - " -FONT 9, "MS Shell Dlg" -BEGIN - LTEXT "速度", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parity", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "流程控制", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "数据位", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "停止位", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "确定", IDOK,30,138,50,14 - PUSHBUTTON "取消", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END - -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL - -IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "屬性 - " -FONT 9, "MS Shell Dlg" -BEGIN - LTEXT "速度", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parity", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "流程控制", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "數據位", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "停止位", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - DEFPUSHBUTTON "確定", IDOK,30,138,50,14 - PUSHBUTTON "取消", IDCANCEL,85,138,50,14 - /* these two buttons are for testing Get/SetDefaultCommConfig */ - /* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */ - /* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */ -END diff --git a/dlls/serialui/confdlg.c b/dlls/serialui/confdlg.c index 040967530d9..c5107146551 100644 --- a/dlls/serialui/confdlg.c +++ b/dlls/serialui/confdlg.c @@ -346,10 +346,7 @@ static void SERIALUI_DialogInfoToDCB(HWND hDlg, SERIALUI_DialogInfo *info) */ static INT_PTR CALLBACK SERIALUI_ConfigDialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { - static const WCHAR szSettings[] = { - 'S','e','t','t','i','n','g','s',' ','f','o','r',' ',0 - }; - WCHAR szTitle[40]; + WCHAR szTitle[128], format[40]; SERIALUI_DialogInfo *info; switch (uMsg) @@ -359,8 +356,8 @@ static INT_PTR CALLBACK SERIALUI_ConfigDialogProc(HWND hWnd, UINT uMsg, WPARAM w if(!info) return FALSE; SetWindowLongPtrW(hWnd, DWLP_USER, lParam); - strcpyW( szTitle, szSettings ); - strcatW( szTitle, info->lpszDevice ); + GetWindowTextW(hWnd, format, sizeof(format)/sizeof(WCHAR)); + snprintfW( szTitle, sizeof(szTitle)/sizeof(WCHAR), format, info->lpszDevice ); SetWindowTextW(hWnd, szTitle); SERIALUI_DCBToDialogInfo(hWnd, info); return TRUE; diff --git a/dlls/serialui/En.rc b/dlls/serialui/serialui.rc similarity index 72% rename from dlls/serialui/En.rc rename to dlls/serialui/serialui.rc index c8a484ba22e..b723463bec8 100644 --- a/dlls/serialui/En.rc +++ b/dlls/serialui/serialui.rc @@ -22,19 +22,19 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE -CAPTION "Properties for " +CAPTION "Settings for %s" FONT 8, "MS Shell Dlg" BEGIN - LTEXT "Baud Rate", -1,5,20,55,10 - COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Parity", -1,5,40,55,10 - COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Flow Control", -1,5,60,55,10 - COMBOBOX IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Data Bits", -1,5,80,55,10 - COMBOBOX IDC_DATA, 60, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP - LTEXT "Stop Bits", -1,5,100,55,10 - COMBOBOX IDC_STOP, 60, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP + LTEXT "Baud Rate", -1,5,20,70,18 + COMBOBOX IDC_BAUD, 80, 20, 70, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP + LTEXT "Parity", -1,5,40,70,18 + COMBOBOX IDC_PARITY, 80, 40, 70, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP + LTEXT "Flow Control", -1,5,60,70,18 + COMBOBOX IDC_FLOW, 80, 60, 70, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP + LTEXT "Data Bits", -1,5,80,70,18 + COMBOBOX IDC_DATA, 80, 80, 70, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP + LTEXT "Stop Bits", -1,5,100,70,18 + COMBOBOX IDC_STOP, 80, 100, 70, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK", IDOK,30,138,50,14 PUSHBUTTON "Cancel", IDCANCEL,85,138,50,14 /* these two buttons are for testing Get/SetDefaultCommConfig */ diff --git a/po/ar.po b/po/ar.po index 8e01a18bea7..aff54332738 100644 --- a/po/ar.po +++ b/po/ar.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "معلومات" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "حسنا" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "ألغِ" @@ -6194,6 +6194,32 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "اختر ال&كل\tCtrl+A" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +#, fuzzy +msgid "Flow Control" +msgstr "الم&حتويات" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/bg.po b/po/bg.po index f182f6a8627..37279a61c9b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "&Печат" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Отмени" @@ -6322,6 +6322,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Свойства" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Бодова честота" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Четност" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Контрол на потока" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Битове с данни" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Стоп-битове" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/ca.po b/po/ca.po index 9486ea102e8..e85d20ce9d8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "Format actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancel·la" @@ -6254,6 +6254,34 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Propietats de %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +#, fuzzy +msgid "Flow Control" +msgstr "Control" + +#: serialui.rc:34 +#, fuzzy +msgid "Data Bits" +msgstr "Dades" + +#: serialui.rc:36 +#, fuzzy +msgid "Stop Bits" +msgstr "Atura" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "Cal el fitxer '%1' en %2" diff --git a/po/cs.po b/po/cs.po index 7400918acd1..a0938f900ce 100644 --- a/po/cs.po +++ b/po/cs.po @@ -120,26 +120,26 @@ msgid "Current format:" msgstr "Současný formát:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Storno" @@ -6405,6 +6405,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "&Vlastnosti" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Rychlost [Baud]" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parita" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Řízení toku" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Datové bity" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stop bity" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/da.po b/po/da.po index 4495fd1c0db..3fe533297ca 100644 --- a/po/da.po +++ b/po/da.po @@ -119,26 +119,26 @@ msgid "Current format:" msgstr "Nuværende format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Annuller" @@ -6388,6 +6388,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Egenskaper for %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baud hastighed" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paritet" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flowcontrol" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Databits" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stopbits" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/de.po b/po/de.po index 99d2fe2d396..25ac189902a 100644 --- a/po/de.po +++ b/po/de.po @@ -113,26 +113,26 @@ msgid "Current format:" msgstr "Aktuelles Format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Abbrechen" @@ -6247,6 +6247,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Eigenschaften für %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bits pro Sekunde" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parität" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flusssteuerung" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Datenbits" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stoppbits" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "Die Datei '%1' von %2 wird benötigt." diff --git a/po/el.po b/po/el.po index 8e4eb08eaf5..a2055b4ab1b 100644 --- a/po/el.po +++ b/po/el.po @@ -112,26 +112,26 @@ msgid "Current format:" msgstr "Εκτύπωση" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6240,6 +6240,33 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Επιλογές" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +#, fuzzy +msgid "Flow Control" +msgstr "&Περιεχόμενα" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +#, fuzzy +msgid "Stop Bits" +msgstr "Τερματισμός" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/en.po b/po/en.po index 99dc232e231..947ac7794d8 100644 --- a/po/en.po +++ b/po/en.po @@ -111,26 +111,26 @@ msgid "Current format:" msgstr "Current format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancel" @@ -6149,6 +6149,30 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +msgid "Settings for %s" +msgstr "Settings for %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flow Control" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Data Bits" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stop Bits" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/en_US.po b/po/en_US.po index 65fbdb07145..369ac490f99 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "Current format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancel" @@ -6243,6 +6243,30 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +msgid "Settings for %s" +msgstr "Settings for %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baud Rate" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parity" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flow Control" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Data Bits" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stop Bits" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "The file '%1' on %2 is needed" diff --git a/po/eo.po b/po/eo.po index 490a1a74d74..a0f015d100e 100644 --- a/po/eo.po +++ b/po/eo.po @@ -116,26 +116,26 @@ msgid "Current format:" msgstr "&Presu" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Rezigni" @@ -6321,6 +6321,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Ecoj" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bitoj dum sekundo" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Pareco" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Fluksa Kontrolo" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Datenbitoj" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Haltbitoj" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/es.po b/po/es.po index a1c7fcf2a95..7ac9a3347cf 100644 --- a/po/es.po +++ b/po/es.po @@ -114,26 +114,26 @@ msgid "Current format:" msgstr "Formato actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -6568,6 +6568,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Propiedades de %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Velocidad en baudios" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paridad" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Control de flujo" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bits de datos" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bits de parada" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/fa.po b/po/fa.po index 2695cfb7638..4b49ce154a5 100644 --- a/po/fa.po +++ b/po/fa.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "اطلاعات" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "قبول" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "انصراف" @@ -6194,6 +6194,32 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "انتخاب &همه\tCtrl+A" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +#, fuzzy +msgid "Flow Control" +msgstr "&محتویات" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/fi.po b/po/fi.po index 28747771586..4ed77ec8183 100644 --- a/po/fi.po +++ b/po/fi.po @@ -119,26 +119,26 @@ msgid "Current format:" msgstr "Tulosta" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Peruuta" @@ -6414,6 +6414,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Ominaisuudet" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baudinopeus" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Pariteetti" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Vuonohjaus" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Databitit" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stopbitit" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/fr.po b/po/fr.po index 737d4079c80..18c78f7e440 100644 --- a/po/fr.po +++ b/po/fr.po @@ -116,26 +116,26 @@ msgid "Current format:" msgstr "Format actuel :" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Annuler" @@ -6261,6 +6261,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Propriétés de %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Vitesse de transmission (bauds)" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parité" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Contrôle de flux" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bits de données" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bits d'arrêt" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "Le fichier « %1 » sur %2 est requis" diff --git a/po/he.po b/po/he.po index 5c3907e09a0..ede27f5dc8d 100644 --- a/po/he.po +++ b/po/he.po @@ -114,26 +114,26 @@ msgid "Current format:" msgstr "המבנה הנוכחי:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "אישור" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "ביטול" @@ -6456,6 +6456,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "מ״ש" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "מאפיינים עבור %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "קצב שידור" + +#: serialui.rc:30 +msgid "Parity" +msgstr "זוגיות" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "בקרת ציפה" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "סיביות נתונים" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "סיביות עצירה" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/hi.po b/po/hi.po index 32f7fa43713..87b9c9f4ec6 100644 --- a/po/hi.po +++ b/po/hi.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "फ़ॉन्ट (&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6131,6 +6131,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "सूचना (&o)" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/hu.po b/po/hu.po index d9ab09da1af..82c6e5d889f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -120,26 +120,26 @@ msgid "Current format:" msgstr "Jelenlegi formátum:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Mégse" @@ -6582,6 +6582,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Tulajdonságok" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baud Ráta" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paritás" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Áramlás-vezérlés" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Adatbitek" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stopbitek" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/it.po b/po/it.po index b4584d7f2fc..6b7403d16c6 100644 --- a/po/it.po +++ b/po/it.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "Formato attuale:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Annulla" @@ -6251,6 +6251,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Proprietà di %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bit per secondo (baud)" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parità" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Controllo di flusso" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bit di dati" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bit di stop" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "Il file '%1' su %2 è necessario" diff --git a/po/ja.po b/po/ja.po index 3c26292616b..46d0f19c6e4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "現在のフォーマット:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "キャンセル" @@ -6240,6 +6240,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Properties for %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "ボーレート" + +#: serialui.rc:30 +msgid "Parity" +msgstr "パリティビット" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "フロー制御" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "データビット" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "ストップビット" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/ko.po b/po/ko.po index 9aaffe27a32..bb68861937a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "현재 형식:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "확인" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "취소" @@ -6231,6 +6231,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "마이크로초" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "%s 속성" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "보드속도" + +#: serialui.rc:30 +msgid "Parity" +msgstr "패리티" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "흐름 제어" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "데이타 비트" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "정지 비트" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "이 파일 '%1' 은 %2에서 필요로 합니다" diff --git a/po/lt.po b/po/lt.po index 8c826b66b65..d4c2bd8d9a4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -117,26 +117,26 @@ msgid "Current format:" msgstr "Dabartinis formatas:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Atsisakyti" @@ -6249,6 +6249,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "%s savybės" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bodų sparta" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Lyginumas" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Srauto valdymas" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Duomenų bitai" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Pabaigos bitai" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "Reikalingas failas „%1“ esantis %2" diff --git a/po/ml.po b/po/ml.po index 9b5e6374c68..e66c86db794 100644 --- a/po/ml.po +++ b/po/ml.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "_അക്ഷരസഞ്ചയം..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6131,6 +6131,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "വി_വരം" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 5ccf10dcb6e..807b008c65e 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -112,26 +112,26 @@ msgid "Current format:" msgstr "Gjeldende format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Avbryt" @@ -6475,6 +6475,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Egenskaper for %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Modulasjonshastighet" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paritet" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flytkontroll" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Databiter" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stoppbiter" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/nl.po b/po/nl.po index 57e9dfd5755..aa81a38af28 100644 --- a/po/nl.po +++ b/po/nl.po @@ -116,26 +116,26 @@ msgid "Current format:" msgstr "Huidig formaat:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Annuleren" @@ -6355,6 +6355,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Eigenschappen voor %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Verbindingssnelheid" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Pariteit" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Controle" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Databits" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stopbits" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/or.po b/po/or.po index ccf2912606c..94322dce174 100644 --- a/po/or.po +++ b/po/or.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "ଅକ୍ଷରରୂପ (&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6131,6 +6131,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "ସୂଚନା (&o)" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/pa.po b/po/pa.po index 30d09037162..84ac0734c12 100644 --- a/po/pa.po +++ b/po/pa.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "ਫੌਂਟ(&F)..." #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6131,6 +6131,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "ਜਾਣਕਾਰੀ(&o)" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/pl.po b/po/pl.po index 5abaf35f319..a07c6c79ffc 100644 --- a/po/pl.po +++ b/po/pl.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "Wybrany format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Anuluj" @@ -6258,6 +6258,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Właściwości: %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bitów na sekundę" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parzystość" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Kontrola przepływu" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bity danych" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bity zatrzymania" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/pt_BR.po b/po/pt_BR.po index c8b87877c91..82252611049 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -114,26 +114,26 @@ msgid "Current format:" msgstr "Formato atual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -6464,6 +6464,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Propriedades de %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bits por segundo" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paridade" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Controle de fluxo" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bits de dados" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bits de parada" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/pt_PT.po b/po/pt_PT.po index 928ead11621..a675a27a884 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -119,26 +119,26 @@ msgid "Current format:" msgstr "Formato actual:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Cancelar" @@ -6487,6 +6487,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Propriedades de %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Bits por segundo" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paridade" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Controlo de fluxo" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bits de dados" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Bits de paragem" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/rm.po b/po/rm.po index 0be471e3cab..3c143706d84 100644 --- a/po/rm.po +++ b/po/rm.po @@ -112,26 +112,26 @@ msgid "Current format:" msgstr "INFUORMAZIUN" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6165,6 +6165,30 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +msgid "Settings for %s" +msgstr "" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/ro.po b/po/ro.po index 36e17955920..78ba0763dc8 100644 --- a/po/ro.po +++ b/po/ro.po @@ -113,26 +113,26 @@ msgid "Current format:" msgstr "Formatul curent:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Renunță" @@ -6707,6 +6707,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Proprietăți pentru %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Rata de transfer" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paritate" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Controlul fluxului" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Biţi de date" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Biţi de stop" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/ru.po b/po/ru.po index 6b1fee9c884..6862b01393a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -114,26 +114,26 @@ msgid "Current format:" msgstr "Текущий формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "ОК" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Отмена" @@ -6246,6 +6246,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "мкс" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Свойства %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Наибольшая скорость" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Чётность" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Управление потоком" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Биты данных" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Стоп-биты" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/sk.po b/po/sk.po index 0df61833c43..d60eb3b9499 100644 --- a/po/sk.po +++ b/po/sk.po @@ -113,26 +113,26 @@ msgid "Current format:" msgstr "&Tlačiť" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6232,6 +6232,35 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "" +"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n" +"&Vlastnosti\n" +"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n" +"&Properties" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/sl.po b/po/sl.po index b2547834cd5..4154a5728ee 100644 --- a/po/sl.po +++ b/po/sl.po @@ -116,26 +116,26 @@ msgid "Current format:" msgstr "Trenutna oblika zapisa:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Prekliči" @@ -6277,6 +6277,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Lastnosti %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Hitrost prenosa" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Pariteta" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Nadzor pretoka" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Podatkovni biti" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stop biti" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index bfd210d8362..73666c3a756 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -117,26 +117,26 @@ msgid "Current format:" msgstr "Текући формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "У реду" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Откажи" @@ -6493,6 +6493,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µс" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Својства" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Број бауда" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Једнакост" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Контрола протока" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Битови података" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Зауставно време" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 247959f00a6..67dffd7866b 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -122,26 +122,26 @@ msgid "Current format:" msgstr "Tekući format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Otkaži" @@ -6530,6 +6530,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Svojstva" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Broj bauda" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Jednakost" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Kontrola protoka" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Bitovi podataka" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Zaustavno vreme" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/sv.po b/po/sv.po index 39c90bf96fe..9b14a2ec641 100644 --- a/po/sv.po +++ b/po/sv.po @@ -115,26 +115,26 @@ msgid "Current format:" msgstr "Aktuellt format:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Avbryt" @@ -6241,6 +6241,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Egenskaper för %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baudfrekvens" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Paritet" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Flödeskontroll" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Databitar" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Stoppbitar" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/te.po b/po/te.po index 42a93f61667..2734ce65760 100644 --- a/po/te.po +++ b/po/te.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "ఫాంట్... (&F)" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6131,6 +6131,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "సమాచారము (&o)" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/th.po b/po/th.po index f4708858055..2ec5023ccf2 100644 --- a/po/th.po +++ b/po/th.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "พิมพ์\tCtrl+P" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "ตกลง" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "ยกเลิก" @@ -6237,6 +6237,32 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "ปรับแต่งนาฬิกา" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +#, fuzzy +msgid "Flow Control" +msgstr "เนื้อหา" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/tr.po b/po/tr.po index 13f2c17a014..e70b09a8089 100644 --- a/po/tr.po +++ b/po/tr.po @@ -116,26 +116,26 @@ msgid "Current format:" msgstr "Geçerli biçim:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "İptal" @@ -6496,6 +6496,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "Meşgul" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "%s Özellikleri" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Baud Hızı" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Eşlik" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Akış Denetimi" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Veri Bitleri" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Durma Bitleri" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/uk.po b/po/uk.po index fd2a00c877f..4bcab975e23 100644 --- a/po/uk.po +++ b/po/uk.po @@ -113,26 +113,26 @@ msgid "Current format:" msgstr "Поточний формат:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Скасувати" @@ -6243,6 +6243,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "Властивості для %s" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "Швидкість передачі" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Парність" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "Керування потоком" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "Біти даних" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "Стоп-біти" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed" diff --git a/po/wa.po b/po/wa.po index fe9bfcb6aa7..8cfe5e9fed9 100644 --- a/po/wa.po +++ b/po/wa.po @@ -112,26 +112,26 @@ msgid "Current format:" msgstr "&Rexhe" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 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" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "Rinoncî" @@ -6181,6 +6181,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "&Propietés" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index 4fe3c95b66b..ff930e7804c 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -106,26 +106,26 @@ msgid "Current format:" msgstr "" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "" @@ -6111,6 +6111,30 @@ msgctxt "unit: microseconds" msgid "us" msgstr "" +#: serialui.rc:25 +msgid "Settings for %s" +msgstr "" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "" + +#: serialui.rc:30 +msgid "Parity" +msgstr "" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 662aeb84c1a..f681452240a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -110,26 +110,26 @@ msgid "Current format:" msgstr "当前格式:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "确定" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "取消" @@ -6444,6 +6444,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "属性" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "速度" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parity" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "流程控制" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "数据位" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "停止位" + #: setupapi.rc:28 msgid "The file '%1' on %2 is needed" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 8a9282df6eb..8a1fcd7caee 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -109,26 +109,26 @@ msgid "Current format:" msgstr "當前格式:" #: avifil32.rc:51 credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 -#: mpr.rc:46 msacm32.rc:50 shlwapi.rc:41 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 winecfg.rc:216 winecfg.rc:226 -#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187 -#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 -#: wordpad.rc:233 wordpad.rc:246 +#: mpr.rc:46 msacm32.rc:50 serialui.rc:38 shlwapi.rc:41 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 winecfg.rc:216 +#: winecfg.rc:226 wineconsole.rc:131 winefile.rc:134 winefile.rc:157 +#: winefile.rc:187 winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 +#: wordpad.rc:215 wordpad.rc:233 wordpad.rc:246 msgid "OK" msgstr "確定" #: avifil32.rc:52 browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 -#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 shlwapi.rc:42 -#: 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 -#: winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 -#: winefile.rc:158 winefile.rc:188 winemine.rc:93 wordpad.rc:205 -#: wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 +#: localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51 serialui.rc:39 +#: shlwapi.rc:42 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 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132 +#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93 +#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247 msgid "Cancel" msgstr "取消" @@ -6435,6 +6435,31 @@ msgctxt "unit: microseconds" msgid "us" msgstr "µs" +#: serialui.rc:25 +#, fuzzy +msgid "Settings for %s" +msgstr "屬性(&P)" + +#: serialui.rc:28 +msgid "Baud Rate" +msgstr "速度" + +#: serialui.rc:30 +msgid "Parity" +msgstr "Parity" + +#: serialui.rc:32 +msgid "Flow Control" +msgstr "流程控制" + +#: serialui.rc:34 +msgid "Data Bits" +msgstr "數據位" + +#: serialui.rc:36 +msgid "Stop Bits" +msgstr "停止位" + #: setupapi.rc:28 #, fuzzy msgid "The file '%1' on %2 is needed"