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