mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 20:00:00 +00:00
credui: Convert dialogs to po files.
This commit is contained in:
parent
7a56073470
commit
c4a907f9a8
@ -5,31 +5,7 @@ IMPORTS = comctl32 user32 advapi32
|
||||
C_SRCS = \
|
||||
credui_main.c
|
||||
|
||||
RC_SRCS = \
|
||||
credui.rc \
|
||||
credui_Da.rc \
|
||||
credui_De.rc \
|
||||
credui_En.rc \
|
||||
credui_Es.rc \
|
||||
credui_Fr.rc \
|
||||
credui_He.rc \
|
||||
credui_Hu.rc \
|
||||
credui_It.rc \
|
||||
credui_Ja.rc \
|
||||
credui_Ko.rc \
|
||||
credui_Lt.rc \
|
||||
credui_Nl.rc \
|
||||
credui_No.rc \
|
||||
credui_Pl.rc \
|
||||
credui_Pt.rc \
|
||||
credui_Ro.rc \
|
||||
credui_Ru.rc \
|
||||
credui_Si.rc \
|
||||
credui_Sr.rc \
|
||||
credui_Sv.rc \
|
||||
credui_Uk.rc \
|
||||
credui_Zh.rc
|
||||
|
||||
RC_SRCS = credui.rc
|
||||
PO_SRCS = credui.rc
|
||||
|
||||
SVG_SRCS = \
|
||||
|
@ -32,6 +32,24 @@ STRINGTABLE
|
||||
IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock before\nentering your password."
|
||||
}
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&User name:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Password:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Remember my password",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,156,128,50,14
|
||||
END
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* @makedep: banner.bmp */
|
||||
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Danish language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2008 Jens Albretsen
|
||||
* 2010 Thomas Larsen
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Brugernavn:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Kodeord:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Husk mit kodeord",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Annuller",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,44 +0,0 @@
|
||||
/*
|
||||
* German language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Frank Richter
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Benutzername:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Kennwort:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "Kennwort &merken",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Abbrechen",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,42 +0,0 @@
|
||||
/*
|
||||
* English language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&User name:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Password:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Remember my password",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Spanish language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Luis Carlos Busquets Pérez
|
||||
* Copyright 2008 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Usuario:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Contraseña:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Recordar mi contraseña",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "Aceptar",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,44 +0,0 @@
|
||||
/*
|
||||
* French language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Jonathan Ernst
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Nom d'utilisateur :",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,12
|
||||
LTEXT "&Mot de passe :",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Se souvenir de mon mot de passe",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Annuler",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,46 +0,0 @@
|
||||
/*
|
||||
* ׁHebrew language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&שם המשתמש:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&ססמה:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&שמירת הססמה שלי",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "אישור",IDOK,97,128,50,14
|
||||
PUSHBUTTON "ביטול",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Hungarian language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2010 Andras Kovacs
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Felhasználónév:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Jelszó:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "Je&lszó megjegyzése",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Mégse",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Italian language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2010 Luca Bennati
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Nome Utente:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Password:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Ricorda la mia password",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Annulla",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,46 +0,0 @@
|
||||
/*
|
||||
* Japanese language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* Copyright 2011 Akihiro Sagawa
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "ユーザ名(&U):",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "パスワード(&P):",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "パスワードを保存する(&R)",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "キャンセル",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Korean language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* Copyright 2007,2010 YunSong Hwang-황윤성(hys545@dreamwiz.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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "사용자 이름(&U):",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "암호(&P):",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "내 암호 기억(&R)",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "확인",IDOK,97,128,50,14
|
||||
PUSHBUTTON "취소",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Lithuanian language resource file for Credentials UI
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Naudotojo vardas:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Slaptažodis:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "Į&siminti mano slaptažodį",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "Gerai",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Atsisakyti",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,42 +0,0 @@
|
||||
/*
|
||||
* Dutch language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2008 Frans Kool
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Gebruikersnaam:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Wachtwoord:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Onthoud mijn wachtwoord",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Annuleren",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,42 +0,0 @@
|
||||
/*
|
||||
* Norwegian Bokmål language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 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 "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "Br&ukernavn:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Passord:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Remember my password",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,43 +0,0 @@
|
||||
/*
|
||||
* Polish language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* Copyright 2007 Mikolaj Zalewski
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&U¿ytkownik:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Has³o:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Zapamiêtaj has³o",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "&OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "&Anuluj",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,66 +0,0 @@
|
||||
/*
|
||||
* Portuguese language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2008 Ricardo Filipe
|
||||
* Copyright 2010 Gustavo Henrique Milaré
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "Nome de &usuário:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Senha:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Lembrar a senha",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
|
||||
END
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&User name:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Password:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Lembrar a password",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,43 +0,0 @@
|
||||
/*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* Copyright 2009 Michael Stefaniuc
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "Nume &utilizator:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Parolă:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "Ține minte pa&rola",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Renunță",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,45 +0,0 @@
|
||||
/*
|
||||
* Russian language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2008 Andrey Esin <andrey@esin.name>
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "По&льзователь:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Пароль:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "Со&хранить пароль",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "ОК",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Отмена",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,44 +0,0 @@
|
||||
/*
|
||||
* Slovenian language resource file for Credentials UI
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Uporabniško ime:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Geslo:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Zapomni si geslo",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "V redu",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Prekliči",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,66 +0,0 @@
|
||||
/*
|
||||
* Serbian language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Корисничко име:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Лозинка:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Запамти лозинку",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "У реду",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Откажи",IDCANCEL,156,128,50,14
|
||||
END
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Korisničko ime:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Lozinka:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Zapamti lozinku",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "U redu",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Otkaži",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,42 +0,0 @@
|
||||
/*
|
||||
* Swedish language resource file for Credentials UI
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "A&nvändarnamn:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Lösenord:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Kom ihåg lösenord",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,46 +0,0 @@
|
||||
/*
|
||||
* Ukrainian language resource file for Credentials UI
|
||||
*
|
||||
* Copyright 2007 Robert Shearman (for CodeWeavers)
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "&Користувач:",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "&Пароль:",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Запам'ятати мій пароль",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "OK",IDOK,97,128,50,14
|
||||
PUSHBUTTON "Скасувати",IDCANCEL,156,128,50,14
|
||||
END
|
@ -1,66 +0,0 @@
|
||||
/*
|
||||
* Credentials UI (Simplified and Traditional Chinese Resource)
|
||||
*
|
||||
* 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 "credui_resources.h"
|
||||
|
||||
/* Chinese text is encoded in UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "用户名(&U):",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "密码(&P):",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "记住我的密码(&R)",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "确定",IDOK,97,128,50,14
|
||||
PUSHBUTTON "取消",IDCANCEL,156,128,50,14
|
||||
END
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
IDD_CREDDIALOG DIALOG 0, 0, 213, 149
|
||||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "IDS_TITLEFORMAT"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL IDB_BANNER,-1,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
|
||||
0,213,37
|
||||
LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
|
||||
LTEXT "用戶名(&U):",-1,8,62,72,12,SS_CENTERIMAGE
|
||||
CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
|
||||
CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
|
||||
LTEXT "密碼(&P):",-1,8,80,72,12,SS_CENTERIMAGE
|
||||
EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "記住我的密碼(&R)",IDC_SAVE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
|
||||
DEFPUSHBUTTON "確定",IDOK,97,128,50,14
|
||||
PUSHBUTTON "取消",IDCANCEL,156,128,50,14
|
||||
END
|
51
po/ar.po
51
po/ar.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "ألغِ"
|
||||
|
||||
@ -555,6 +555,30 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "حسنا"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2307,17 +2331,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "ا&فتح...\tCtrl+O"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "حسنا"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/bg.po
51
po/bg.po
@ -117,14 +117,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "Отмени"
|
||||
|
||||
@ -571,6 +571,30 @@ msgstr "мм"
|
||||
msgid "Print"
|
||||
msgstr "Печат"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "По &име"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2335,17 +2359,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Отвори"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
52
po/ca.po
52
po/ca.po
@ -118,14 +118,14 @@ msgstr "Manejador de fitxer AVI predeterminat de Wine"
|
||||
msgid "uncompressed"
|
||||
msgstr "no comprimit"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "Cancella"
|
||||
|
||||
@ -563,6 +563,31 @@ msgstr "unidad: mil·límetres"
|
||||
msgid "Print"
|
||||
msgstr "Imprimeix"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "Nom de Usuari"
|
||||
|
||||
#: credui.rc:45
|
||||
#, fuzzy
|
||||
msgid "&Password:"
|
||||
msgstr "Introduïu Contrasenya"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Connecta a %s"
|
||||
@ -2356,17 +2381,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Obre"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/cs.po
51
po/cs.po
@ -123,14 +123,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "nekomprimovaný"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -583,6 +583,30 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Tisk"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "Podle &Názvu"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
#, fuzzy
|
||||
msgid "Connect to %s"
|
||||
@ -2379,17 +2403,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Otevřít"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/da.po
50
po/da.po
@ -122,14 +122,14 @@ msgstr "Wine AVI-standard-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "ukomprimeret"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -585,6 +585,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Udskriv"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Brugernavn:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Kodeord:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Husk mit kodeord"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Tilslut til %s"
|
||||
@ -2395,17 +2418,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Åben"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/de.po
50
po/de.po
@ -116,14 +116,14 @@ msgstr "Wine AVI-Standard-Dateibehandlungsroutine"
|
||||
msgid "uncompressed"
|
||||
msgstr "Unkomprimiert"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -559,6 +559,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Drucken"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Benutzername:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Kennwort:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "Kennwort &merken"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Mit %s verbinden"
|
||||
@ -2336,17 +2359,6 @@ msgstr "Geben Sie die Url ein, die Sie mit Internet Explorer öffnen möchten"
|
||||
msgid "Open:"
|
||||
msgstr "Öffnen:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/el.po
50
po/el.po
@ -113,14 +113,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -552,6 +552,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Εκτύπωση"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2301,17 +2324,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/en.po
50
po/en.po
@ -114,14 +114,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -542,6 +542,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr "Print"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&User name:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Password:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2273,17 +2296,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Open:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/en_US.po
50
po/en_US.po
@ -118,14 +118,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "uncompressed"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -560,6 +560,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Print"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&User name:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Password:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Remember my password"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Connect to %s"
|
||||
@ -2337,17 +2360,6 @@ msgstr "Specify the URL you wish to open in Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Open:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/eo.po
51
po/eo.po
@ -118,14 +118,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -577,6 +577,30 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Presu"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "Laý &Nomo"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2349,17 +2373,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Malfermu"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/es.po
50
po/es.po
@ -117,14 +117,14 @@ msgstr "Manejador de archivo AVI por defecto de Wine"
|
||||
msgid "uncompressed"
|
||||
msgstr "sin compresión"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -575,6 +575,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Imprimir"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Usuario:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Contraseña:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Recordar mi contraseña"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Conectar a %s"
|
||||
@ -2383,17 +2406,6 @@ msgstr "Especifique la dirección que desea abrir en Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Abrir:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
51
po/fa.po
51
po/fa.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "انصراف"
|
||||
|
||||
@ -555,6 +555,30 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&پرونده"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "قبول"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2307,17 +2331,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "&بازکردن...\tCtrl+O"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "قبول"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/fi.po
51
po/fi.po
@ -116,14 +116,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -562,6 +562,30 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Tulosta"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&Nimen mukaan"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2355,17 +2379,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Avaa"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/fr.po
50
po/fr.po
@ -119,14 +119,14 @@ msgstr "Gestionnaire de fichiers AVI par défaut de Wine"
|
||||
msgid "uncompressed"
|
||||
msgstr "non compressé"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -562,6 +562,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Imprimer"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Nom d'utilisateur :"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Mot de passe :"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Se souvenir de mon mot de passe"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Se connecter à %s"
|
||||
@ -2345,17 +2368,6 @@ msgstr "Spécifiez l'URL que vous désirez ouvrir dans Internet Explorer :"
|
||||
msgid "Open:"
|
||||
msgstr "Ouvrir :"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/he.po
50
po/he.po
@ -117,14 +117,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "ללא דחיסה"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "ביטול"
|
||||
|
||||
@ -561,6 +561,29 @@ msgstr "מ״מ"
|
||||
msgid "Print"
|
||||
msgstr "הדפסה"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&שם המשתמש:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&ססמה:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&שמירת הססמה שלי"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "אישור"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "התחברות אל %s"
|
||||
@ -2312,17 +2335,6 @@ msgstr "נא לציין את הכתובת אותה ברצונך לפתוח בא
|
||||
msgid "Open:"
|
||||
msgstr "פתיחה:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "אישור"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/hi.po
50
po/hi.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -541,6 +541,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2281,17 +2304,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/hu.po
50
po/hu.po
@ -123,14 +123,14 @@ msgstr "Wine AVI-alapértelmezett-fájlkezelő"
|
||||
msgid "uncompressed"
|
||||
msgstr "tömörítetlen"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -591,6 +591,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Nyomtatás"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Felhasználónév:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Jelszó:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "Je&lszó megjegyzése"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Kapcsolódás: %s"
|
||||
@ -2426,17 +2449,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Megnyitás"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/it.po
50
po/it.po
@ -118,14 +118,14 @@ msgstr "Gestore predefinito di Wine dei file AVI"
|
||||
msgid "uncompressed"
|
||||
msgstr "Non compresso"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -561,6 +561,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Stampa"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Nome Utente:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Password:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Ricorda la mia password"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Connetti a %s"
|
||||
@ -2342,17 +2365,6 @@ msgstr "Specifica l'URL che vuoi aprire in Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Apri:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/ja.po
50
po/ja.po
@ -118,14 +118,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "未圧縮"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "キャンセル"
|
||||
|
||||
@ -563,6 +563,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "印刷"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "ユーザ名(&U):"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "パスワード(&P):"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "パスワードを保存する(&R)"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "%s に接続"
|
||||
@ -2337,17 +2360,6 @@ msgstr "Internet Explorerで開きたいURLを入力してください。"
|
||||
msgid "Open:"
|
||||
msgstr "URL:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/ko.po
50
po/ko.po
@ -118,14 +118,14 @@ msgstr "Wine AVI-기본-파일핸들러"
|
||||
msgid "uncompressed"
|
||||
msgstr "압축안됨"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "취소"
|
||||
|
||||
@ -562,6 +562,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "인쇄"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "사용자 이름(&U):"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "암호(&P):"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "내 암호 기억(&R)"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "확인"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr " %s 연결"
|
||||
@ -2336,17 +2359,6 @@ msgstr "인터넷 익스플로어로 열 URL 지정"
|
||||
msgid "Open:"
|
||||
msgstr "열기:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "확인"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/lt.po
50
po/lt.po
@ -120,14 +120,14 @@ msgstr "Wine numatyta-AVI-doroklė"
|
||||
msgid "uncompressed"
|
||||
msgstr "neglaudintas"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -565,6 +565,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Spausdinti"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Naudotojo vardas:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Slaptažodis:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "Į&siminti mano slaptažodį"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Užmegzti ryšį su %s"
|
||||
@ -2345,17 +2368,6 @@ msgstr "Nurodykite URL, kurį norite atverti su interneto naršykle"
|
||||
msgid "Open:"
|
||||
msgstr "Atverti:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/ml.po
50
po/ml.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -541,6 +541,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2281,17 +2304,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/nb_NO.po
50
po/nb_NO.po
@ -115,14 +115,14 @@ msgstr "Wine standardfilhåndterer for AVI"
|
||||
msgid "uncompressed"
|
||||
msgstr "ukomprimert"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -582,6 +582,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Skriv ut"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "Br&ukernavn:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Passord:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Remember my password"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Koble til %s"
|
||||
@ -2475,17 +2498,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Åpne"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/nl.po
50
po/nl.po
@ -119,14 +119,14 @@ msgstr "Wine AVI-standaard-bestandskoppeling"
|
||||
msgid "uncompressed"
|
||||
msgstr "ongecomprimeerd"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -566,6 +566,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Afdrukken"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Gebruikersnaam:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Wachtwoord:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Onthoud mijn wachtwoord"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Verbind met %s"
|
||||
@ -2367,17 +2390,6 @@ msgstr "Specificeer de URL die u wilt openen in Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Open:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/or.po
50
po/or.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -541,6 +541,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2281,17 +2304,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/pa.po
50
po/pa.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -541,6 +541,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2281,17 +2304,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/pl.po
50
po/pl.po
@ -118,14 +118,14 @@ msgstr "Wine AVI-domyślna-obsługa-pliku"
|
||||
msgid "uncompressed"
|
||||
msgstr "nie skompresowany"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -563,6 +563,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Drukuj"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Użytkownik:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Hasło:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Zapamiętaj hasło"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Połącz z %s"
|
||||
@ -2347,17 +2370,6 @@ msgstr "Podaj adres URL, który chcesz otworzyć w Internet Explorerze"
|
||||
msgid "Open:"
|
||||
msgstr "Otwórz:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/pt_BR.po
50
po/pt_BR.po
@ -117,14 +117,14 @@ msgstr "Manipulador de AVI padrão do Wine"
|
||||
msgid "uncompressed"
|
||||
msgstr "sem compressão"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -578,6 +578,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Imprimir"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "Nome de &usuário:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Senha:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Lembrar a senha"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Conectar a %s"
|
||||
@ -2470,17 +2493,6 @@ msgstr "Especifique a URL que você deseja abrir no Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Abrir:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/pt_PT.po
50
po/pt_PT.po
@ -122,14 +122,14 @@ msgstr "Manipulador AVI Wine predefinido"
|
||||
msgid "uncompressed"
|
||||
msgstr "sem compressão"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -588,6 +588,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Imprimir"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&User name:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Password:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Lembrar a password"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Ligar a %s"
|
||||
@ -2517,17 +2540,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Abrir"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
51
po/rm.po
51
po/rm.po
@ -113,14 +113,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -546,6 +546,30 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr "&Stampar tema"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&Datoteca"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2295,17 +2319,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "&Rivir"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/ro.po
50
po/ro.po
@ -116,14 +116,14 @@ msgstr "Tratare implicită Wine pentru AVI"
|
||||
msgid "uncompressed"
|
||||
msgstr "necomprimat"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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ță"
|
||||
|
||||
@ -627,6 +627,29 @@ msgstr ""
|
||||
"#-#-#-#-# ro.po (Wine) #-#-#-#-#\n"
|
||||
"Tipărire"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "Nume &utilizator:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Parolă:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "Ține minte pa&rola"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Conectare la %s"
|
||||
@ -2525,17 +2548,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Deschide:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/ru.po
50
po/ru.po
@ -117,14 +117,14 @@ msgstr "Обработчик по умолчанию avi-файлов в Wine"
|
||||
msgid "uncompressed"
|
||||
msgstr "без сжатия"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "Отмена"
|
||||
|
||||
@ -561,6 +561,29 @@ msgstr "мм"
|
||||
msgid "Print"
|
||||
msgstr "Печать"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "По&льзователь:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Пароль:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "Со&хранить пароль"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "ОК"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Подключение к %s"
|
||||
@ -2340,17 +2363,6 @@ msgstr "Укажите адрес ресурса для загрузки в Inte
|
||||
msgid "Open:"
|
||||
msgstr "Открыть:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "ОК"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/sk.po
51
po/sk.po
@ -115,14 +115,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -548,6 +548,30 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Tlač"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&Súbor"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2302,17 +2326,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "&Otvoriť..."
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/sl.po
50
po/sl.po
@ -119,14 +119,14 @@ msgstr "Wine privzeti-upravljalnik-AVI-datotek"
|
||||
msgid "uncompressed"
|
||||
msgstr "nestisnjeno"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -566,6 +566,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Natisni"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Uporabniško ime:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Geslo:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Zapomni si geslo"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Poveži se z %s"
|
||||
@ -2361,17 +2384,6 @@ msgstr "Vnesite interneti naslov dokumenta, ki ga bo Internet Explorer odpru."
|
||||
msgid "Open:"
|
||||
msgstr "Odpri:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
@ -121,14 +121,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "несажето"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "Откажи"
|
||||
|
||||
@ -573,6 +573,29 @@ msgstr ""
|
||||
"#-#-#-#-# sr_RS@cyrillic.po (Wine) #-#-#-#-#\n"
|
||||
"Штампање"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Корисничко име:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Лозинка:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Запамти лозинку"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "У реду"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Повежи се са %s"
|
||||
@ -2353,17 +2376,6 @@ msgstr "Унесите адресу коју желите да отворите
|
||||
msgid "Open:"
|
||||
msgstr "Отвори:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "У реду"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
@ -125,14 +125,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "nesažeto"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -581,6 +581,29 @@ msgstr ""
|
||||
"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
|
||||
"Štampanje"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Korisničko ime:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Lozinka:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Zapamti lozinku"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Poveži se sa %s"
|
||||
@ -2374,17 +2397,6 @@ msgstr "Unesite adresu koju želite da otvorite u Internet Explorer-u"
|
||||
msgid "Open:"
|
||||
msgstr "Otvori:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/sv.po
50
po/sv.po
@ -118,14 +118,14 @@ msgstr "Wine AVI-standardfilhanterare"
|
||||
msgid "uncompressed"
|
||||
msgstr "okomprimerad"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -565,6 +565,29 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Skriv ut"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "A&nvändarnamn:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Lösenord:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Kom ihåg lösenord"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Anslut till %s"
|
||||
@ -2358,17 +2381,6 @@ msgstr "Ange webbadressen du vill öppna med Internet Explorer"
|
||||
msgid "Open:"
|
||||
msgstr "Öppna:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/te.po
50
po/te.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -541,6 +541,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2281,17 +2304,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/th.po
51
po/th.po
@ -112,14 +112,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "ยกเลิก"
|
||||
|
||||
@ -551,6 +551,30 @@ msgstr "มม."
|
||||
msgid "Print"
|
||||
msgstr "พิมพ์"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "แฟ้ม"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "ตกลง"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2302,17 +2326,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "เปิด...\tCtrl+O"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "ตกลง"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/tr.po
51
po/tr.po
@ -119,14 +119,14 @@ msgstr "Wine AVI-default-filehandler"
|
||||
msgid "uncompressed"
|
||||
msgstr "sıkıştırılmamış"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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"
|
||||
|
||||
@ -572,6 +572,30 @@ msgstr "mm"
|
||||
msgid "Print"
|
||||
msgstr "Yazdır"
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "Kullanıcı &Adı"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
#, fuzzy
|
||||
msgid "Connect to %s"
|
||||
@ -2363,17 +2387,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "Aç"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/uk.po
50
po/uk.po
@ -116,14 +116,14 @@ msgstr "Wine обробник AVI-файлів за замовчуванням"
|
||||
msgid "uncompressed"
|
||||
msgstr "без стиснення"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "Скасувати"
|
||||
|
||||
@ -561,6 +561,29 @@ msgstr "мм"
|
||||
msgid "Print"
|
||||
msgstr "Друк"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "&Користувач:"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "&Пароль:"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "&Запам'ятати мій пароль"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "Під'єднатись до %s"
|
||||
@ -2348,17 +2371,6 @@ msgstr "Вкажіть URL, що ви хочете відкрити в Internet
|
||||
msgid "Open:"
|
||||
msgstr "Відкрити:"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
51
po/wa.po
51
po/wa.po
@ -113,14 +113,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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î"
|
||||
|
||||
@ -547,6 +547,30 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
#, fuzzy
|
||||
msgid "&User name:"
|
||||
msgstr "&Fitchî"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2295,17 +2319,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "&Drovî..."
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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"
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/wine.pot
50
po/wine.pot
@ -109,14 +109,14 @@ msgstr ""
|
||||
msgid "uncompressed"
|
||||
msgstr ""
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 ""
|
||||
|
||||
@ -537,6 +537,29 @@ msgstr ""
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr ""
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
@ -2268,17 +2291,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 ""
|
||||
|
||||
#: ieframe.rc:67
|
||||
msgctxt "home page"
|
||||
msgid "Home"
|
||||
|
50
po/zh_CN.po
50
po/zh_CN.po
@ -113,14 +113,14 @@ msgstr "Wine AVI-默认处理器"
|
||||
msgid "uncompressed"
|
||||
msgstr "未压缩"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "取消"
|
||||
|
||||
@ -572,6 +572,29 @@ msgstr "毫米"
|
||||
msgid "Print"
|
||||
msgstr "打印"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "用户名(&U):"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "密码(&P):"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "记住我的密码(&R)"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "确定"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "连接到 %s"
|
||||
@ -2360,17 +2383,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "打开"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "确定"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
50
po/zh_TW.po
50
po/zh_TW.po
@ -112,14 +112,14 @@ msgstr "Wine AVI-默認處理器"
|
||||
msgid "uncompressed"
|
||||
msgstr "未壓縮"
|
||||
|
||||
#: browseui.rc:37 ieframe.rc:85 inetcpl.rc:78 localui.rc:42 localui.rc:55
|
||||
#: 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
|
||||
#: browseui.rc:37 credui.rc:50 ieframe.rc:85 inetcpl.rc:78 localui.rc:42
|
||||
#: localui.rc:55 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 "取消"
|
||||
|
||||
@ -572,6 +572,29 @@ msgstr "毫米"
|
||||
msgid "Print"
|
||||
msgstr "列印"
|
||||
|
||||
#: credui.rc:42
|
||||
msgid "&User name:"
|
||||
msgstr "用戶名(&U):"
|
||||
|
||||
#: credui.rc:45
|
||||
msgid "&Password:"
|
||||
msgstr "密碼(&P):"
|
||||
|
||||
#: credui.rc:47
|
||||
msgid "&Remember my password"
|
||||
msgstr "記住我的密碼(&R)"
|
||||
|
||||
#: credui.rc:49 ieframe.rc:84 localui.rc:41 localui.rc:54 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 "確定"
|
||||
|
||||
#: credui.rc:27
|
||||
msgid "Connect to %s"
|
||||
msgstr "連接到 %s"
|
||||
@ -2352,17 +2375,6 @@ msgstr ""
|
||||
msgid "Open:"
|
||||
msgstr "開啟"
|
||||
|
||||
#: ieframe.rc:84 localui.rc:41 localui.rc:54 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 "確定"
|
||||
|
||||
#: ieframe.rc:67
|
||||
#, fuzzy
|
||||
msgctxt "home page"
|
||||
|
Loading…
Reference in New Issue
Block a user