serialui: Convert dialogs to po files.
This commit is contained in:
parent
030c75a8ae
commit
c994db77e6
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -1,45 +0,0 @@
|
|||
/*
|
||||
* Danish language support
|
||||
*
|
||||
* Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
|
||||
*
|
||||
* 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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -1,47 +0,0 @@
|
|||
/*
|
||||
* Copyright 2000 Mike McCormack
|
||||
* Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -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 "Tulajdonságok: "
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Baud Ráta", -1,5,20,55,10
|
||||
COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
||||
LTEXT "Paritás", -1,5,40,55,10
|
||||
COMBOBOX IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
||||
LTEXT "Áramlás-vezérlés", -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 "Mégse", 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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -1,46 +0,0 @@
|
|||
/*
|
||||
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -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@
|
||||
|
|
|
@ -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
|
|
@ -1,43 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Alexander N. Sørnes <alex@thehandofagony.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -1,43 +0,0 @@
|
|||
/*
|
||||
* Copyright 2010 £ukasz Wojni³owicz
|
||||
*
|
||||
* 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 "W³aœciwoœci dla "
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Bitów 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 przep³ywu", -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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 för "
|
||||
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 "Flödeskontroll", -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
|
|
@ -1,45 +0,0 @@
|
|||
/*
|
||||
* Turkish Resources
|
||||
*
|
||||
* Copyright 2006 Fatih Aþýcý
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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 Hýzý", -1,5,20,55,10
|
||||
COMBOBOX IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
|
||||
LTEXT "Eþlik", -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
|
|
@ -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
|
|
@ -1,72 +0,0 @@
|
|||
/*
|
||||
* serialui (Simplified and Traditional Chinese Resources)
|
||||
*
|
||||
* Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "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
|
|
@ -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;
|
||||
|
|
|
@ -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 */
|
58
po/ar.po
58
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 ""
|
||||
|
|
57
po/bg.po
57
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 ""
|
||||
|
|
60
po/ca.po
60
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"
|
||||
|
|
57
po/cs.po
57
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 ""
|
||||
|
|
57
po/da.po
57
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"
|
||||
|
|
57
po/de.po
57
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."
|
||||
|
|
59
po/el.po
59
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 ""
|
||||
|
|
56
po/en.po
56
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 ""
|
||||
|
|
56
po/en_US.po
56
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"
|
||||
|
|
57
po/eo.po
57
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 ""
|
||||
|
|
57
po/es.po
57
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"
|
||||
|
|
58
po/fa.po
58
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 ""
|
||||
|
|
57
po/fi.po
57
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 ""
|
||||
|
|
57
po/fr.po
57
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"
|
||||
|
|
57
po/he.po
57
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"
|
||||
|
|
57
po/hi.po
57
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 ""
|
||||
|
|
57
po/hu.po
57
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"
|
||||
|
|
57
po/it.po
57
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"
|
||||
|
|
57
po/ja.po
57
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"
|
||||
|
|
57
po/ko.po
57
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에서 필요로 합니다"
|
||||
|
|
57
po/lt.po
57
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"
|
||||
|
|
57
po/ml.po
57
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 ""
|
||||
|
|
57
po/nb_NO.po
57
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"
|
||||
|
|
57
po/nl.po
57
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"
|
||||
|
|
57
po/or.po
57
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 ""
|
||||
|
|
57
po/pa.po
57
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 ""
|
||||
|
|
57
po/pl.po
57
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"
|
||||
|
|
57
po/pt_BR.po
57
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"
|
||||
|
|
57
po/pt_PT.po
57
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"
|
||||
|
|
56
po/rm.po
56
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 ""
|
||||
|
|
57
po/ro.po
57
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"
|
||||
|
|
57
po/ru.po
57
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"
|
||||
|
|
61
po/sk.po
61
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 ""
|
||||
|
|
57
po/sl.po
57
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
57
po/sv.po
57
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"
|
||||
|
|
57
po/te.po
57
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 ""
|
||||
|
|
58
po/th.po
58
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 ""
|
||||
|
|
57
po/tr.po
57
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 ""
|
||||
|
|
57
po/uk.po
57
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"
|
||||
|
|
57
po/wa.po
57
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 ""
|
||||
|
|
56
po/wine.pot
56
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 ""
|
||||
|
|
57
po/zh_CN.po
57
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 ""
|
||||
|
|
57
po/zh_TW.po
57
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"
|
||||
|
|
Loading…
Reference in New Issue