oledlg: Convert dialogs to po files.
This commit is contained in:
parent
68c7aa266f
commit
bf644e0f45
|
@ -7,33 +7,7 @@ C_SRCS = \
|
|||
oledlg_main.c \
|
||||
pastespl.c
|
||||
|
||||
RC_SRCS = \
|
||||
oledlg.rc \
|
||||
oledlg_Cs.rc \
|
||||
oledlg_Da.rc \
|
||||
oledlg_De.rc \
|
||||
oledlg_En.rc \
|
||||
oledlg_Es.rc \
|
||||
oledlg_Fr.rc \
|
||||
oledlg_He.rc \
|
||||
oledlg_Hu.rc \
|
||||
oledlg_It.rc \
|
||||
oledlg_Ja.rc \
|
||||
oledlg_Ko.rc \
|
||||
oledlg_Lt.rc \
|
||||
oledlg_Nl.rc \
|
||||
oledlg_No.rc \
|
||||
oledlg_Pl.rc \
|
||||
oledlg_Pt.rc \
|
||||
oledlg_Ro.rc \
|
||||
oledlg_Ru.rc \
|
||||
oledlg_Si.rc \
|
||||
oledlg_Sr.rc \
|
||||
oledlg_Sv.rc \
|
||||
oledlg_Tr.rc \
|
||||
oledlg_Uk.rc \
|
||||
oledlg_Zh.rc
|
||||
|
||||
RC_SRCS = oledlg.rc
|
||||
PO_SRCS = oledlg.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
|
|
@ -42,3 +42,56 @@ STRINGTABLE
|
|||
IDS_PS_UNKNOWN_SRC "Unknown Source"
|
||||
IDS_PS_UNKNOWN_APP "the program which created it"
|
||||
}
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 304, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Insert Object"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,92,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Object Type:",IDC_OBJTYPELBL,92,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,231,7,66,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,231,24,66,14
|
||||
GROUPBOX "Result",IDC_RESULT,7,103,218,41
|
||||
CONTROL "Create New",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,84,10
|
||||
CONTROL "Create Control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,84,10
|
||||
CONTROL "Create From File",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,84,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,169,26
|
||||
PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,92,88,80,14,NOT WS_VISIBLE
|
||||
CONTROL "Display As Icon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,92,88,120,10
|
||||
PUSHBUTTON "Browse...",IDC_BROWSE,92,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "File:",IDC_FILELBL,92,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,92,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 304, 160
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Paste Special"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Source:", -1, 6, 9, 150, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Paste", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 73, 10
|
||||
CONTROL "Paste &Link", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 73, 10
|
||||
LTEXT "&As:", -1, 75, 25, 150, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 80, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 80, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 80, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 234, 6, 66, 14
|
||||
CONTROL "Cancel", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 234, 23, 66, 14
|
||||
CONTROL "&Help", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 234, 42, 66, 14
|
||||
CONTROL "&Display As Icon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 80, 94, 150, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 234, 75, 66, 44
|
||||
CONTROL "Change &Icon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 234, 143, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 121, 42, 34
|
||||
CONTROL "", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 120, 159, 35
|
||||
CONTROL "Result", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 110, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
||||
*
|
||||
* Czech resources or oledlg
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2004 David Kredba
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
|
||||
/* Czech strings in CP1250 */
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Vložit objekt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Typ objektu:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Storno",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Výsledek",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Vytvoøit nový",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Vytvoøit propojení",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Vytvoøit ze souboru",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "Pøid&at propojení...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Zobrazit jako ikonu",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Procházet...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Soubor:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
|
@ -1,76 +0,0 @@
|
|||
/*
|
||||
* Danish language support
|
||||
*
|
||||
* Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Indsæt objekt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objekttype:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Annuller",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Opret ny",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Opret control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Opret fra fil",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Tilføj Control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Vis som ikon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Gennemse...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fil:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Indsæt speciel"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Kilde:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Indsæt", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Indsæt &genvej", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Som:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Annuller", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Hjælp", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Vis som ikon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Ændre &ikon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< resultatet kommer her >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,76 +0,0 @@
|
|||
/*
|
||||
* Copyright 2004 Henning Gerhardt
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Objekt einfügen"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Abbrechen",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Ergebnis",IDC_RESULT,7,103,208,41
|
||||
CONTROL "&Neu erstellen",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "S&teuerung erstellen",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "A&us Datei erstellen",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "Steuerung hin&zufügen",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Als &Symbol anzeigen",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "D&urchsuchen...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Datei:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inhalte einfügen"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Quelle:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Einfügen", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "&Verknüpfung einfügen", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Als:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Abbrechen", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Hilfe", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "Als Sym&bol", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "&Symbol ändern...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< Ergebnis Text hier her >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Ergebnis", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,74 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Insert Object"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Object Type:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Result",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Create New",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Create Control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Create From File",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Display As Icon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Browse...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Paste Special"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Source:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Paste", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Paste &Link", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&As:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Cancel", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Help", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Display As Icon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Change &Icon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Result", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,74 +0,0 @@
|
|||
/*
|
||||
* Copyright 2004, 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 "resource.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Insertar objeto"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Tipo de objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "Aceptar",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Crear nuevo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Crear control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Crear desde archivo",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Añadir control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Mostrar como icono",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Explorar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Archivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Pegado especial"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Origen:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Pegar", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Pegar &enlace", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Como:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "Aceptar", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Cancelar", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "A&yuda", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Mostrar como icono", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Cambiar &icono...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< el texto del resultado va aquí >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultado", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,81 +0,0 @@
|
|||
/*
|
||||
* oledlg dll resources
|
||||
* French language support
|
||||
*
|
||||
* Copyright (C) 2005-2006 Jonathan Ernst
|
||||
* Copyright (C) 2009 Frédéric Delanoy
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 308, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Insérer objet"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,94,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Type d'objet :",IDC_OBJTYPELBL,94,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,233,7,65,14
|
||||
PUSHBUTTON "Annuler",IDCANCEL,233,24,65,14
|
||||
GROUPBOX "Résultat",IDC_RESULT,7,103,218,41
|
||||
CONTROL "Créer nouveau",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Créer un contrôle",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,72,10
|
||||
CONTROL "Créer depuis le fichier",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,82,10
|
||||
LTEXT "",IDC_RESULTDESC,47,112,173,25
|
||||
PUSHBUTTON "&Ajouter un contrôle...",IDC_ADDCONTROL,94,88,80,14,NOT WS_VISIBLE
|
||||
CONTROL "Afficher comme une icône",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
BS_MULTILINE | WS_TABSTOP | NOT WS_VISIBLE,234,51,61,35
|
||||
PUSHBUTTON "Parcourir...",IDC_BROWSE,96,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fichier :",IDC_FILELBL,96,27,27,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,95,37,129,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 308, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Collage spécial"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Source :", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "C&oller", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Coller le &lien", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Comme :", -1, 65, 25, 31, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 228, 6, 66, 14
|
||||
CONTROL "Annuler", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 228, 23, 66, 14
|
||||
CONTROL "Aid&e", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 228, 42, 66, 14
|
||||
CONTROL "&Afficher comme une icône", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP | WS_VISIBLE, 228, 63, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 84, 21, 20
|
||||
CONTROL "Changer l'&icône...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 12, 103, 21, 20
|
||||
CONTROL "<< le résultat vient ici >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 53, 99, 161, 35
|
||||
CONTROL "Résultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,79 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2010 Yaron Shahrabani <sh.yaron@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "הוספת עצם"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "סוג העצם:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "אישור",IDOK,221,7,66,14
|
||||
PUSHBUTTON "ביטול",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "תוצאה",IDC_RESULT,7,103,208,41
|
||||
CONTROL "יצירת חדש",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "יצירת פקד",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "יצירה מקובץ",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "הוספת &פקד...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "הצגה כסמל",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "עיון...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "קובץ:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_LAYOUTRTL
|
||||
CAPTION "הדבקה מיוחדת"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "מקור:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "ה&דבקה", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "הדבקת &קישור", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "ב&תור:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "אישור", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "ביטול", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "ע&זרה", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "ה&צגה כסמל", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "החלפת ה&סמל...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< טקסט התוצאה יופיע כאן >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "תוצאה", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2006-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 "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Objektum beszúrása"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objektum típus:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Mégse",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Eredmény",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Új létrehozása",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Vezérlő létrehozása",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Létrehozás fájlból",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "Vezérlő hozzá&adása...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Megjelenítés ikonként",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Tallózás...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fájl:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Speciális beillesztés"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Forrás:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Beillesztés", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Beillesztés &linkként", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Mint:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Mégse", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Súgó", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "Megjelenítés i&konként", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "&Ikon megváltoztatása...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< eredmény szöveg jön ide >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Eredmény", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,78 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2003 Ivan Leo Puoti
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inserisci oggetto"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Tipo di oggetto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Annulla",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Risultato",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Crea nuovo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Crea controllo",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Crea da file",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Aggiungi controllo...",IDC_ADDCONTROL,81,88,73,14,NOT WS_VISIBLE
|
||||
CONTROL "Visualizza come icona",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Esplora...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "File:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Incolla Speciale"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Sorgente:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Incolla", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Incolla &collegamento", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Come:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Annulla", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Aiuto", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Mostra come icona", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Cambia &icona...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< testo qua >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Risultato", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2004 Hajime Segawa
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "オブジェクトの挿入"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "オブジェクトの種類:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "キャンセル",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "結果",IDC_RESULT,7,103,208,41
|
||||
CONTROL "新規作成",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "コントロールを作成",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "ファイルから作成",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "コントロールを追加(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "アイコンとして表示",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "参照...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "ファイル:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "形式を選択して貼り付け"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "コピー元:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "貼り付け(&P)", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "リンク貼り付け(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "形式(&A):", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "キャンセル", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "ヘルプ(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "アイコンとして表示(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "アイコンの変更(&I)...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "結果", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2005,2007,2010 YunSong Hwang
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "객체 삽입"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "객체 타입:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "확인",IDOK,221,7,66,14
|
||||
PUSHBUTTON "취소",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "결과",IDC_RESULT,7,103,208,41
|
||||
CONTROL "새로 만들기",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "컨트롤 만들기",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "파일로부터 만들기",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "컨트롤 추가(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "아이콘으로 보기",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "찾기...",IDC_BROWSE,155,88,50,14,NOT WS_VISIBLE
|
||||
LTEXT "파일:",IDC_FILELBL,58,21,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 299, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "특별하게 붙여넣기"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "원본:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "붙여넣기(&P)", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
1, 44, 55, 10
|
||||
CONTROL "링크로 붙여넣기(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
1, 61, 69, 10
|
||||
LTEXT "다른 이름으로(&A):", -1, 73, 25, 59, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 73, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "확인", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 226, 6, 66, 14
|
||||
CONTROL "취소", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 226, 23, 66, 14
|
||||
CONTROL "도움말(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 226, 42, 66, 14
|
||||
CONTROL "아이콘으로 보기(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 226, 59, 70, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "아이콘 바꾸기(&I)...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< 결과 텍스트는 여기다가 >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "결과", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Įterpti objektą"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objekto tipas:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "Gerai",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Atsisakyti",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Rezultatas",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Sukurti naują",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Sukurti valdiklį",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Sukurti iš failo",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Pridėti valdiklį...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Rodyti kaip piktogramą",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
BS_MULTILINE | WS_TABSTOP | NOT WS_VISIBLE,223,58,64,20
|
||||
PUSHBUTTON "Parinkti...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Failas:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Įdėti kaip"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Šaltinis:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "Į&dėti", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Įdėti &saitą", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Kaip:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "Gerai", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Atsisakyti", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Žinynas", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Rodyti kaip piktogramą", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 20
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 81, 66, 44
|
||||
CONTROL "Keisti &piktogramą...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< čia pateikiamas rezultato tekstas >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Rezultatas", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,78 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2003 Hans Leidekker
|
||||
* Copyright 2008 Frans Kool
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Object invoegen"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objecttype:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Annuleren",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultaat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Nieuw",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Creëren",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Bestand gebruiken",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Toevoegen...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Als pictogram weergeven",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Bladeren...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Bestandsnaam:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Plakken (Speciaal)"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Bron:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Plakken", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Plak &verwijzing", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Als:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Annuleren", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Help", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "Als pictogram &weergeven", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Wijzig p&ictogram...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< resultaattekst komt hier >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultaat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005-2008 Alexander N. Sørnes <alex@thehandofagony.com>
|
||||
* Copyright 2010 Trygve Vea <trygve.vea@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 "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Sett inn objekt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objekttype:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Opprett ny",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Opprett kontroller",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Opprett fra fil",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Legg til kontroller...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Vis som ikon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Bla...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fil:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Lim inn spesiell"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Kilde:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "Lim in&n", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Lim inn kob&ling", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Som:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Avbryt", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Hjelp", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Vis som ikon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Endre &ikon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< resultatet kommer her >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,75 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* 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 "resource.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 310, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Wstaw obiekt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Typ obiektu:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,229,7,66,14
|
||||
PUSHBUTTON "Anuluj",IDCANCEL,229,24,66,14
|
||||
GROUPBOX "Wynik",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Utwórz nowy",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Utwórz kontrolkê",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,72,10
|
||||
CONTROL "Utwórz z pliku",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Dodaj kontrolkê...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Wyœwietlaj jako ikonê",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,84,10
|
||||
PUSHBUTTON "Przegl¹daj...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Plik:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 309, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Wklej specjalnie"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "<22>ród³o:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Wklej", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Wklej &³¹cze", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Jako:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 232, 6, 66, 14
|
||||
CONTROL "Anuluj", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 232, 23, 66, 14
|
||||
CONTROL "&Pomoc", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 232, 42, 66, 14
|
||||
CONTROL "W&yœwietlaj jako ikonê", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 84, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 232, 75, 66, 44
|
||||
CONTROL "Zmieñ &ikonê...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 232, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< tekst wynikowy przychodzi tutaj >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Wynik", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,138 +0,0 @@
|
|||
/*
|
||||
* Copyright 2004 Marcelo Duarte
|
||||
* Copyright 2006 Américo José Melo
|
||||
* Copyright 2009 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 "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inserir objeto"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Tipo de objeto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Criar novo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Criar controle",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Criar do arquivo",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Adicionar Controle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Mostrar como ícone",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Procurar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Arquivo:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inserir objecto"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Tipo de objecto:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Cancelar",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultado",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Criar novo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Criar controlo",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Criar do ficheiro",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Adicionar Controlo...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Mostrar como ícone",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Procurar...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Ficheiro:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Colar Especial"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Origem:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Colar", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Colar &Link", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Como:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Cancelar", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Ajuda", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Mostrar como Ícone", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Mudar &Ícone...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< texto resultante fica aqui >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultado", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Colar Especial"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Origem:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Colar", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Colar &Ligação", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Como:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Cancelar", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Ajuda", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Mostrar como Ícone", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Mudar &Ícone...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< texto resultante fica aqui >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultado", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,78 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2010 Claudia Cotună
|
||||
* 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 "resource.h"
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 314, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inserare obiect"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Tipul obiectului:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Renunță",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Rezultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Creează nou",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,67,10
|
||||
CONTROL "Creează un control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,74,10
|
||||
CONTROL "Creează din fișier",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Adăugă un control...",IDC_ADDCONTROL,82,88,72,14,NOT WS_VISIBLE
|
||||
CONTROL "Afișează ca pictogramă",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,86,10
|
||||
PUSHBUTTON "Navigare...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fișier:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 324, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Inserare specială"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Sursă:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "I&nserează", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Inserează &legătura", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 74, 10
|
||||
LTEXT "C&a:", -1, 81, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 81, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 81, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 81, 36, 148, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 235, 6, 86, 14
|
||||
CONTROL "Renunță", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 235, 23, 86, 14
|
||||
CONTROL "A&jutor", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 235, 42, 86, 14
|
||||
CONTROL "A&fișează ca pictogramă", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 235, 59, 86, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 235, 75, 66, 44
|
||||
CONTROL "Schimbare p&ictogramă...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 235, 123, 82, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< textul rezultat apare aici >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 65, 100, 159, 35
|
||||
CONTROL "Rezultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 223, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2007 Vitaly Lipatov for Etersoft
|
||||
*
|
||||
* 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 "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Вставить объект"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Тип объекта:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Отмена",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Результат",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Создать новый",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Создать элемент управления",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Создать из файла",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Добавить элемент управления...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Показывать как значок",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Выбрать...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Файл:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Специальная вставка"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Источник:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Вставить", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Вставить &Ссылку", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Как:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Отмена", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "С&правка", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Показывать как значок", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Изменить &значок...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Результат", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,76 +0,0 @@
|
|||
/*
|
||||
* Copyright 2008 Rok Mandeljc
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Vstavljanje predmeta"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Vrsta predmeta:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "V redu",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Prekliči",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Rezultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Ustvari nov",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Ustvari kontrolo",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Ustvari iz datoteke",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Dodaj kontrolo ...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Prikaži kot ikono",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Brskaj ...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Datoteka:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Posebno lepljenje"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Vir:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "Pri&lepi", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Prilepi po&vezavo", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "Prilepi &kot:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "V redu", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Prekliči", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Pomoč", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "P&rikaži kot ikono", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Spremeni &ikono ...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< besedilo >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Rezultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,132 +0,0 @@
|
|||
/*
|
||||
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
||||
* Copyright 2010 Đorđe Vasiljević
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Унос објекта"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Врста објекта:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "У реду",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Откажи",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Резултат",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Направи ново",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Направи контролу",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Направи из датотеке",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Додај контролу...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Прикажи као иконицу",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Потражи...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Датотека:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Убацивање"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Извор:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Убаци", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Убаци &везу", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Као:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "У реду", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Откажи", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Помоћ", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Прикажи као иконицу", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Промени &иконицу...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< крајњи текст иде овде >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Резултат", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Unos objekta"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Vrsta objekta:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "U redu",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Otkaži",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Rezultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Napravi novo",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Napravi kontrolu",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Napravi iz datoteke",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Dodaj kontrolu...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Prikaži kao ikonicu",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Potraži...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Datoteka:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Ubacivanje"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Izvor:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "&Ubaci", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Ubaci &vezu", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Kao:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "U redu", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Otkaži", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Pomoć", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Prikaži kao ikonicu", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Promeni &ikonicu...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< krajnji tekst ide ovde >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Rezultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,74 +0,0 @@
|
|||
/*
|
||||
* Copyright 2007 Daniel Nylander
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Infoga objekt"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Avbryt",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Resultat",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Skapa ny",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Create Control",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Skapa från fil",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Visa som ikon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Bläddra...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Fil:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Paste Special"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Källa:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "Klistra &in", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "Klistra in &länk", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Som:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Avbryt", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Hjälp", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&Visa som ikon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "Byt &ikon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Resultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,50 +0,0 @@
|
|||
/*
|
||||
* Turkish Resources
|
||||
*
|
||||
* Copyright 2006 Fatih Aþýcý
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Nesne Ekle"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Nesne Türü:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "Tamam",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Ýptal",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Sonuç",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Yeni Oluþtur",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Denetim Oluþtur",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Dosyadan Oluþtur",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Denetim Ekle...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "Simge Olarak Göster",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Gözat...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Dosya:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
|
@ -1,77 +0,0 @@
|
|||
/*
|
||||
* Copyright 2007 Artem Reznikov
|
||||
*
|
||||
* 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 "resource.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Вставка об'єкта"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "Тип об'єкта:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "OK",IDOK,221,7,66,14
|
||||
PUSHBUTTON "Скасувати",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "Результат",IDC_RESULT,7,103,208,41
|
||||
CONTROL "Створити новий",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "Створити елемент управління",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "Створити з файла",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "&Додати елемент управління...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "У вигляді значка",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "Огляд...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "Файл:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Спеціальна вставка"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Джерело:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "Вст&авити", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "&Зв'язати", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "&Як:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "Скасувати", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "&Довідка", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "&У вигляді значка", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "З&мінити значок...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "Результат", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
|
@ -1,134 +0,0 @@
|
|||
/*
|
||||
* oledlg (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 "resource.h"
|
||||
|
||||
/* Chinese text is encoded in UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "插入对象"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "对象类型:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "确定",IDOK,221,7,66,14
|
||||
PUSHBUTTON "取消",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "结果",IDC_RESULT,7,103,208,41
|
||||
CONTROL "新建",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "建立控件",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "建立于文件",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "添加控件(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "显示为图标",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "浏览...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "文件:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "特殊粘贴"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "源:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "粘贴(&P)", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "粘贴链接(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "为(&A):", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "确定", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "取消", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "帮助(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "显示为图标(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "改变图标(&I)...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "结果", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
UIINSERTOBJECT DIALOG 0, 0, 294, 151
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "插入對象"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
|
||||
LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
|
||||
WS_TABSTOP
|
||||
LTEXT "對象類型:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
|
||||
DEFPUSHBUTTON "確定",IDOK,221,7,66,14
|
||||
PUSHBUTTON "取消",IDCANCEL,221,24,66,14
|
||||
GROUPBOX "結果",IDC_RESULT,7,103,208,41
|
||||
CONTROL "新建",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
|
||||
WS_GROUP,7,20,62,10
|
||||
CONTROL "建立控件",IDC_CREATECONTROL,"Button",
|
||||
BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
|
||||
CONTROL "建立於檔案",IDC_CREATEFROMFILE,"Button",
|
||||
BS_AUTORADIOBUTTON,7,37,67,10
|
||||
LTEXT "",IDC_RESULTDESC,49,112,159,23
|
||||
PUSHBUTTON "添加控件(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
|
||||
CONTROL "顯示為圖標",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
|
||||
PUSHBUTTON "瀏覽...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
|
||||
LTEXT "檔案:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
|
||||
EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
|
||||
END
|
||||
|
||||
IDD_PASTESPECIAL4 DIALOG 3, 15, 293, 140
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "特殊貼上"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "源:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
|
||||
CONTROL "貼上(&P)", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
|
||||
6, 38, 55, 10
|
||||
CONTROL "貼上鏈接(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
|
||||
6, 63, 55, 10
|
||||
LTEXT "為(&A):", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
|
||||
LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
|
||||
LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
|
||||
CONTROL "確定", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
|
||||
CONTROL "取消", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
|
||||
CONTROL "幫助(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
|
||||
CONTROL "顯示為圖標(&D)", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
|
||||
CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
|
||||
CONTROL "改變圖標(&I)...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
|
||||
CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
|
||||
CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
|
||||
CONTROL "結果", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
|
||||
CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
|
||||
END
|
134
po/ar.po
134
po/ar.po
|
@ -111,29 +111,29 @@ msgstr "معلومات"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "حسنا"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ألغِ"
|
||||
|
||||
|
@ -2365,11 +2365,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
|
@ -6167,6 +6167,80 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "الم&حتويات"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "الم&حتويات"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "&مساعدة"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr "ا&لصق\tCtrl+V"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6307,10 +6381,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6331,10 +6401,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6377,12 +6443,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr "اختر ال&كل\tCtrl+A"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr "ا&لصق\tCtrl+V"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
137
po/bg.po
137
po/bg.po
|
@ -116,29 +116,29 @@ msgstr "&Печат"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Отмени"
|
||||
|
||||
|
@ -2397,11 +2397,11 @@ msgstr "&Отметки"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Добави към отметките..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помощ"
|
||||
|
||||
|
@ -6299,6 +6299,83 @@ msgstr "Включено"
|
|||
msgid "Off"
|
||||
msgstr "Изключено"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Създай нова папка"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "Контрол на потока"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Създай нова папка"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Добави..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Избери..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "Файл"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Източник:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Вмъкни"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Вмъкни като връзка"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Подреди &иконите"
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6439,10 +6516,6 @@ msgstr "Стоп-битове"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Копиране на файлове..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Източник:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Цел:"
|
||||
|
@ -6462,11 +6535,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Избери..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6512,11 +6580,6 @@ msgstr ""
|
|||
"#-#-#-#-# bg.po (Wine) #-#-#-#-#\n"
|
||||
"&Маркирай всичко"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Вмъкни"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Създай препра&тка"
|
||||
|
|
141
po/ca.po
141
po/ca.po
|
@ -116,29 +116,29 @@ msgstr "Format actual:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
|
@ -2408,11 +2408,11 @@ msgstr "Preferits"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Afegeix a Preferits..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&juda"
|
||||
|
||||
|
@ -6221,6 +6221,86 @@ msgstr "Actiu"
|
|||
msgid "Off"
|
||||
msgstr "Inactiu"
|
||||
|
||||
#: oledlg.rc:48
|
||||
#, fuzzy
|
||||
msgid "Insert Object"
|
||||
msgstr "Objectes GDI"
|
||||
|
||||
#: oledlg.rc:54
|
||||
#, fuzzy
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipus d'Entitat"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Crea Tasca Nova"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "Control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Crear Nova Carpeta"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "Afegeix Control"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Navega..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "Fitxer"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
#, fuzzy
|
||||
msgid "Source:"
|
||||
msgstr "&Veure Font"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Enganxar"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Enganxa com Enllaç"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Canvia d'&icona..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inseriu un nou objecte %s en el vostre document"
|
||||
|
@ -6380,11 +6460,6 @@ msgstr "Atura"
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
#, fuzzy
|
||||
msgid "Source:"
|
||||
msgstr "&Veure Font"
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6406,11 +6481,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copia fitxers de:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Navega..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "Cal el fitxer '%1' en %2"
|
||||
|
@ -6452,11 +6522,6 @@ msgstr "Estableix com Element &d'Escriptori"
|
|||
msgid "Select &All"
|
||||
msgstr "Selecciona &Tot"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Enganxar"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Crea &Drecera"
|
||||
|
|
132
po/cs.po
132
po/cs.po
|
@ -121,29 +121,29 @@ msgstr "Současný formát:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Storno"
|
||||
|
||||
|
@ -2439,11 +2439,11 @@ msgstr "&Oblíbené"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Přid&at k oblíbeným..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Nápověda"
|
||||
|
||||
|
@ -6375,6 +6375,78 @@ msgstr "Zapnuto"
|
|||
msgid "Off"
|
||||
msgstr "Vypnuto"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Vložit objekt"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Typ objektu:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Výsledek"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Vytvořit nový"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Vytvořit propojení"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Vytvořit ze souboru"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "Přid&at propojení..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Zobrazit jako ikonu"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Procházet..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Soubor:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Zdroj:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Vl&ožit"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Vložit zást&upce"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
#, fuzzy
|
||||
msgid "&Display As Icon"
|
||||
msgstr "Zobrazit jako ikonu"
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Změnit &ikonu..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Vložen nový %s objekt do Vašeho dokumentu"
|
||||
|
@ -6525,10 +6597,6 @@ msgstr "Stop bity"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopíruji soubory..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Zdroj:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Cíl:"
|
||||
|
@ -6548,11 +6616,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Procházet"
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6594,11 +6657,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Vl&ožit"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/da.po
128
po/da.po
|
@ -120,29 +120,29 @@ msgstr "Nuværende format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
|
||||
|
@ -2457,11 +2457,11 @@ msgstr "&Favoritter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Tilføj til f&avoritter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjælp"
|
||||
|
||||
|
@ -6350,6 +6350,75 @@ msgstr "Til"
|
|||
msgid "Off"
|
||||
msgstr "Fra"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Indsæt objekt"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objekttype:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Opret ny"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Opret control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Opret fra fil"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Tilføj Control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Vis som ikon"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Gennemse..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fil:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Indsæt speciel"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kilde:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Indsæt"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Indsæt &genvej"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Som:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Vis som ikon"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Ændre &ikon..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Indsæt nyt %s objekt i dokumentet"
|
||||
|
@ -6503,10 +6572,6 @@ msgstr "Stopbits"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopierer filer..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kilde:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destination:"
|
||||
|
@ -6527,10 +6592,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopiere fabrikantens filer fra:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Gennemse..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6577,11 +6638,6 @@ msgstr ""
|
|||
"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
|
||||
"Marker &Alt"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Indsæt"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Lav g&envej"
|
||||
|
|
128
po/de.po
128
po/de.po
|
@ -114,29 +114,29 @@ msgstr "Aktuelles Format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
|
@ -2400,11 +2400,11 @@ msgstr "&Favoriten"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Zu den Favoriten &hinzufügen..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
|
@ -6206,6 +6206,75 @@ msgstr "Ein"
|
|||
msgid "Off"
|
||||
msgstr "Aus"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Objekt einfügen"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objekttyp:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Ergebnis"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "&Neu erstellen"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "S&teuerung erstellen"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "A&us Datei erstellen"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "Steuerung hin&zufügen"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Als &Symbol anzeigen"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Durchsuchen..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Datei:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Inhalte einfügen"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Quelle:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "E&infügen"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "&Verknüpfung einfügen"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Als:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "Als Sym&bol"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "&Symbol ändern..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Fügt ein neues %s - Objekt in Ihr Dokument ein."
|
||||
|
@ -6362,10 +6431,6 @@ msgstr "Stoppbits"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Dateien kopieren..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Quelle:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Ziel:"
|
||||
|
@ -6386,10 +6451,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Dateien des Herstellers kopieren von:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Durchsuchen..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "Die Datei '%1' von %2 wird benötigt."
|
||||
|
@ -6430,11 +6491,6 @@ msgstr "Als Desktopelement einrichten..."
|
|||
msgid "Select &All"
|
||||
msgstr "Alles &markieren"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "E&infügen"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Erzeuge &Verknüpfung"
|
||||
|
|
132
po/el.po
132
po/el.po
|
@ -113,29 +113,29 @@ msgstr "Εκτύπωση"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2362,11 +2362,11 @@ msgstr "Α&γαπημένα"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Α&γαπημένα"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6210,6 +6210,79 @@ msgstr "Ενεργό"
|
|||
msgid "Off"
|
||||
msgstr "Ανενεργό"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Δημιουργία νέου καταλόγου"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "&Περιεχόμενα"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Δημιουργία νέου καταλόγου"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Περιεχόμενα"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6352,10 +6425,6 @@ msgstr "Τερματισμός"
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6375,10 +6444,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6419,11 +6484,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/en.po
128
po/en.po
|
@ -112,29 +112,29 @@ msgstr "Current format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
|
@ -2331,11 +2331,11 @@ msgstr "&Favourites"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Add to Favourites..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
|
@ -6119,6 +6119,75 @@ msgstr "On"
|
|||
msgid "Off"
|
||||
msgstr "Off"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Insert Object"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Object Type:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Create New"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Create Control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Create From File"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Add Control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Browse..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "File:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Paste"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Paste &Link"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6257,10 +6326,6 @@ msgstr "Stop Bits"
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destination:"
|
||||
|
@ -6279,10 +6344,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Browse..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6323,11 +6384,6 @@ msgstr "Set as &Desktop Item"
|
|||
msgid "Select &All"
|
||||
msgstr "Select &All"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Paste"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Create Shor&tcut"
|
||||
|
|
128
po/en_US.po
128
po/en_US.po
|
@ -116,29 +116,29 @@ msgstr "Current format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
|
@ -2395,11 +2395,11 @@ msgstr "&Favorites"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Add to Favorites..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
|
@ -6196,6 +6196,75 @@ msgstr "On"
|
|||
msgid "Off"
|
||||
msgstr "Off"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Insert Object"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Object Type:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Result"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Create New"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Create Control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Create From File"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Add Control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Display As Icon"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Browse..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "File:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Paste Special"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Paste"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Paste &Link"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&As:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Display As Icon"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Change &Icon..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Insert a new %s object into your document"
|
||||
|
@ -6351,10 +6420,6 @@ msgstr "Stop Bits"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copying Files..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destination:"
|
||||
|
@ -6375,10 +6440,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copy manufacturer's files from:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Browse..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "The file '%1' on %2 is needed"
|
||||
|
@ -6419,11 +6480,6 @@ msgstr "Set as &Desktop Item"
|
|||
msgid "Select &All"
|
||||
msgstr "Select &All"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Paste"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Create Shor&tcut"
|
||||
|
|
145
po/eo.po
145
po/eo.po
|
@ -117,29 +117,29 @@ msgstr "&Presu"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Bone"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Rezigni"
|
||||
|
||||
|
@ -2408,11 +2408,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Helpo"
|
||||
|
||||
|
@ -6298,6 +6298,87 @@ msgstr "Kondukta"
|
|||
msgid "Off"
|
||||
msgstr "Elkluda"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Kreu Novan Dosieujon"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "Regado"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Kreu Novan Dosieujon"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Control"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "Dosiero"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Fonto:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
|
||||
"En&metu\n"
|
||||
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
|
||||
"&Enmetu"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Enmetu kiel Ligo"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Aranøu &Ikonojn"
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6437,10 +6518,6 @@ msgstr "Haltbitoj"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Plenume dosierkopiadon..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Fonto:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Finpunkto:"
|
||||
|
@ -6464,10 +6541,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6508,16 +6581,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr "Elektu æion"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
|
||||
"En&metu\n"
|
||||
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
|
||||
"&Enmetu"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/es.po
128
po/es.po
|
@ -115,29 +115,29 @@ msgstr "Formato actual:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Aceptar"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -2446,11 +2446,11 @@ msgstr ""
|
|||
"#-#-#-#-# es.po (Wine) #-#-#-#-#\n"
|
||||
"&Añadir a favoritos"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "A&yuda"
|
||||
|
||||
|
@ -6522,6 +6522,75 @@ msgstr "Activado"
|
|||
msgid "Off"
|
||||
msgstr "Desactivado"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Insertar objeto"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipo de objeto:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultado"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Crear nuevo"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Crear control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Crear desde archivo"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Añadir control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Mostrar como icono"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Buscar..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Archivo:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Pegado especial"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origen:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Pegar"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Pegar &enlace"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Como:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Mostrar como icono"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Cambiar &icono..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inserta un nuevo objeto %s en su documento"
|
||||
|
@ -6683,10 +6752,6 @@ msgstr "Bits de parada"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copiando archivos..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origen:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destino:"
|
||||
|
@ -6707,10 +6772,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copiar archivos del fabricante desde:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Buscar..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6753,11 +6814,6 @@ msgstr "Añadir al &escritorio"
|
|||
msgid "Select &All"
|
||||
msgstr "Seleccionar &todo"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Pegar"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Crear acce&so directo"
|
||||
|
|
134
po/fa.po
134
po/fa.po
|
@ -111,29 +111,29 @@ msgstr "اطلاعات"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "قبول"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "انصراف"
|
||||
|
||||
|
@ -2365,11 +2365,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&کمک"
|
||||
|
||||
|
@ -6167,6 +6167,80 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "&محتویات"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "&پرونده"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "&محتویات"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "&پرونده"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr "&چسباندن\tCtrl+V"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6307,10 +6381,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6331,10 +6401,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6377,12 +6443,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr "انتخاب &همه\tCtrl+A"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr "&چسباندن\tCtrl+V"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
137
po/fi.po
137
po/fi.po
|
@ -120,29 +120,29 @@ msgstr "Tulosta"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
|
@ -2422,11 +2422,11 @@ msgstr "S&uosikit"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Lis&ää Suosikkeihin..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Apua"
|
||||
|
||||
|
@ -6392,6 +6392,83 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Luo uusi kansio"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "Hallinta"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Luo uusi kansio"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "Hallinta"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Selaa..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "Tiedosto"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Lähde:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "L&iitä"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Liitä linkiksi"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "&Järjestä kuvakkeet"
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6533,10 +6610,6 @@ msgstr "Stopbitit"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopioidaan Tiedostoja..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Lähde:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Kohde:"
|
||||
|
@ -6556,11 +6629,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Selaa..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6606,11 +6674,6 @@ msgstr ""
|
|||
"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n"
|
||||
"&Valitse kaikki"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "L&iitä"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Luo &Pikakuvake"
|
||||
|
|
128
po/fr.po
128
po/fr.po
|
@ -117,29 +117,29 @@ msgstr "Format actuel :"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
|
@ -2409,11 +2409,11 @@ msgstr "&Favoris"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Ajouter aux favoris..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Aid&e"
|
||||
|
||||
|
@ -6220,6 +6220,75 @@ msgstr "Actif"
|
|||
msgid "Off"
|
||||
msgstr "Inactif"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Insérer objet"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Type d'objet :"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Résultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Créer nouveau"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Créer un contrôle"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Créer depuis le fichier"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Ajouter un contrôle..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Afficher comme une icône"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Parcourir..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fichier :"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Collage spécial"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source :"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&ller"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Coller le &lien"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Comme :"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Afficher comme une icône"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Changer l'&icône..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Insérer un nouvel objet %s dans votre document"
|
||||
|
@ -6376,10 +6445,6 @@ msgstr "Bits d'arrêt"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copie de fichiers..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Source :"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destination :"
|
||||
|
@ -6400,10 +6465,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copier les fichiers du fabricant depuis :"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Parcourir..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "Le fichier « %1 » sur %2 est requis"
|
||||
|
@ -6444,11 +6505,6 @@ msgstr "Définir comme élément du &Bureau"
|
|||
msgid "Select &All"
|
||||
msgstr "&Tout sélectionner"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&ller"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Créer un &raccourci"
|
||||
|
|
128
po/he.po
128
po/he.po
|
@ -115,29 +115,29 @@ msgstr "המבנה הנוכחי:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "אישור"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ביטול"
|
||||
|
||||
|
@ -2373,11 +2373,11 @@ msgstr "&מועדפים"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "הו&ספה למועדפים…"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ע&זרה"
|
||||
|
||||
|
@ -6420,6 +6420,75 @@ msgstr "פעיל"
|
|||
msgid "Off"
|
||||
msgstr "כבוי"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "הוספת עצם"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "סוג העצם:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "תוצאה"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "יצירת חדש"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "יצירת פקד"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "יצירה מקובץ"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "הוספת &פקד..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "הצגה כסמל"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "עיון..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "קובץ:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "הדבקה מיוחדת"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "מקור:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "ה&דבקה"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "הדבקת &קישור"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "ב&תור:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "ה&צגה כסמל"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "החלפת ה&סמל..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "הוספת עצם חדש מסוג %s למסמך שלך"
|
||||
|
@ -6569,10 +6638,6 @@ msgstr "סיביות עצירה"
|
|||
msgid "Copying Files..."
|
||||
msgstr "העתקת קבצים..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "מקור:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "יעד:"
|
||||
|
@ -6593,10 +6658,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "העתקת קובצי היצרן מ־:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "עיון..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6638,11 +6699,6 @@ msgstr "הגדרה כפריט &שולחן עבודה"
|
|||
msgid "Select &All"
|
||||
msgstr "בחירת ה&כול"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "ה&דבקה"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "יצירת קיצו&ר דרך"
|
||||
|
|
128
po/hi.po
128
po/hi.po
|
@ -111,29 +111,29 @@ msgstr "फ़ॉन्ट (&F)..."
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2339,11 +2339,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6103,6 +6103,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6242,10 +6311,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6264,10 +6329,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6308,11 +6369,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/hu.po
128
po/hu.po
|
@ -121,29 +121,29 @@ msgstr "Jelenlegi formátum:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Mégse"
|
||||
|
||||
|
@ -2487,11 +2487,11 @@ msgstr "Ked&vencek"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Hozzá&adás a kedvencekhez..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Súgó"
|
||||
|
||||
|
@ -6539,6 +6539,75 @@ msgstr "Be"
|
|||
msgid "Off"
|
||||
msgstr "Ki"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Objektum beszúrása"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objektum típus:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Eredmény"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Új létrehozása"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Vezérlő létrehozása"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Létrehozás fájlból"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "Vezérlő hozzá&adása..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Megjelenítés ikonként"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Tallózás..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fájl:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Speciális beillesztés"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Forrás:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Beillesztés"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Beillesztés &linkként"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Mint:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "Megjelenítés i&konként"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "&Ikon megváltoztatása..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Új %s objektum behelyezése az Ön dokumentumába"
|
||||
|
@ -6697,10 +6766,6 @@ msgstr "Stopbitek"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Fájlok másolása..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Forrás:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Cél:"
|
||||
|
@ -6721,10 +6786,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Gyártó fájlainak másolása innen:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Tallózás..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6772,11 +6833,6 @@ msgstr ""
|
|||
"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
|
||||
"&Az összes kijelölése"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Beillesztés"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Parancsi&kon létrehozása"
|
||||
|
|
128
po/it.po
128
po/it.po
|
@ -116,29 +116,29 @@ msgstr "Formato attuale:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Ok"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
|
@ -2400,11 +2400,11 @@ msgstr "&Preferiti"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Aggiungi ai Preferiti..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aiuto"
|
||||
|
||||
|
@ -6204,6 +6204,75 @@ msgstr "On"
|
|||
msgid "Off"
|
||||
msgstr "Off"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Inserisci oggetto"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipo di oggetto:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Risultato"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Crea nuovo"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Crea controllo"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Crea da file"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Aggiungi controllo..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Visualizza come icona"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Scegli..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "File:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Incolla Speciale"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origine:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Incolla"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Incolla &collegamento"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Come:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Mostra come icona"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Cambia &icona..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inserisci un nuovo oggetto %s nel documento"
|
||||
|
@ -6360,10 +6429,6 @@ msgstr "Bit di stop"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copia dei file in corso..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origine:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destinazione:"
|
||||
|
@ -6384,10 +6449,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copia i file del produttore da:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Scegli..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "Il file '%1' su %2 è necessario"
|
||||
|
@ -6428,11 +6489,6 @@ msgstr "Aggiungi come &oggetto della Scrivania"
|
|||
msgid "Select &All"
|
||||
msgstr "Seleziona &tutto"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Incolla"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Crea co&llegamento"
|
||||
|
|
128
po/ja.po
128
po/ja.po
|
@ -116,29 +116,29 @@ msgstr "現在のフォーマット:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
|
@ -2401,11 +2401,11 @@ msgstr "お気に入り(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "お気に入りに追加(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ヘルプ(&H)"
|
||||
|
||||
|
@ -6203,6 +6203,75 @@ msgstr "オン"
|
|||
msgid "Off"
|
||||
msgstr "オフ"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "オブジェクトの挿入"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "オブジェクトの種類:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "結果"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "新規作成"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "コントロールを作成"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "ファイルから作成"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "コントロールを追加(&A)..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "アイコンとして表示"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "参照..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "ファイル:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "形式を選択して貼り付け"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "コピー元:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "貼り付け(&P)"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "リンク貼り付け(&L)"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "形式(&A):"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "アイコンとして表示(&D)"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "アイコンの変更(&I)..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "ドキュメントに新しい %s オブジェクトを挿入します"
|
||||
|
@ -6355,10 +6424,6 @@ msgstr "ストップビット"
|
|||
msgid "Copying Files..."
|
||||
msgstr "ファイルをコピーしています..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "コピー元:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "コピー先:"
|
||||
|
@ -6379,10 +6444,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "製造元のファイルのコピー元:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "参照..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6424,11 +6485,6 @@ msgstr "デスクトップ項目として設定(&D)"
|
|||
msgid "Select &All"
|
||||
msgstr "すべて選択(&A)"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "貼り付け(&P)"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "ショートカットを作成(&T)"
|
||||
|
|
128
po/ko.po
128
po/ko.po
|
@ -116,29 +116,29 @@ msgstr "현재 형식:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "확인"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
|
||||
|
@ -2390,11 +2390,11 @@ msgstr "즐겨찾기(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "즐겨찾기 추가(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "도움말(&H)"
|
||||
|
||||
|
@ -6188,6 +6188,75 @@ msgstr "작동"
|
|||
msgid "Off"
|
||||
msgstr "비작동"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "객체 삽입"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "객체 타입:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "결과"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "새로 만들기"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "컨트롤 만들기"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "파일로부터 만들기"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "컨트롤 추가(&A)..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "아이콘으로 보기"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "찾기..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "파일:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "특별하게 붙여넣기"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "원본:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "붙여넣기(&P)"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "링크로 붙여넣기(&L)"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "다른 이름으로(&A):"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "아이콘으로 보기(&D)"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "아이콘 바꾸기(&I)..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "새 %s 객체를 문서에 삽입"
|
||||
|
@ -6340,10 +6409,6 @@ msgstr "정지 비트"
|
|||
msgid "Copying Files..."
|
||||
msgstr "파일 복사중..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "원본:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "목적지:"
|
||||
|
@ -6364,10 +6429,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "제작사의 파일이 복사할 곳:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "찾기..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "이 파일 '%1' 은 %2에서 필요로 합니다"
|
||||
|
@ -6408,11 +6469,6 @@ msgstr "데스크탑 아이템으로 설정(&D)"
|
|||
msgid "Select &All"
|
||||
msgstr "모두 선택(&A)"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "붙여넣기(&P)"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "바로가기 만들기(&T)"
|
||||
|
|
128
po/lt.po
128
po/lt.po
|
@ -118,29 +118,29 @@ msgstr "Dabartinis formatas:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Gerai"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Atsisakyti"
|
||||
|
||||
|
@ -2399,11 +2399,11 @@ msgstr "&Adresynas"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Į&rašyti į adresyną..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Žinynas"
|
||||
|
||||
|
@ -6204,6 +6204,75 @@ msgstr "Įjungta"
|
|||
msgid "Off"
|
||||
msgstr "Išjungta"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Įterpti objektą"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objekto tipas:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Rezultatas"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Sukurti naują"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Sukurti valdiklį"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Sukurti iš failo"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Pridėti valdiklį..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Rodyti kaip piktogramą"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Parinkti..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Failas:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Įdėti kaip"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Šaltinis:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Į&dėti"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Įdėti &saitą"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Kaip:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Rodyti kaip piktogramą"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Keisti &piktogramą..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Įterpia naują objektą „%s“ į jūsų dokumentą"
|
||||
|
@ -6358,10 +6427,6 @@ msgstr "Pabaigos bitai"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopijuojami failai..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Šaltinis:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Paskirtis:"
|
||||
|
@ -6382,10 +6447,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopijuoti gamintojo failus iš:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Parinkti..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr "Reikalingas failas „%1“ esantis %2"
|
||||
|
@ -6426,11 +6487,6 @@ msgstr "Nustatyti da&rbalaukio elementu"
|
|||
msgid "Select &All"
|
||||
msgstr "Pažymėti &viską"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Į&dėti"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Sukurti &šaukinį"
|
||||
|
|
128
po/ml.po
128
po/ml.po
|
@ -111,29 +111,29 @@ msgstr "_അക്ഷരസഞ്ചയം..."
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2339,11 +2339,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6103,6 +6103,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6242,10 +6311,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6264,10 +6329,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6308,11 +6369,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/nb_NO.po
128
po/nb_NO.po
|
@ -113,29 +113,29 @@ msgstr "Gjeldende format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
|
@ -2536,11 +2536,11 @@ msgstr "&Favoritter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Legg til i f&avoritter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjelp"
|
||||
|
||||
|
@ -6436,6 +6436,75 @@ msgstr "På"
|
|||
msgid "Off"
|
||||
msgstr "Av"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Sett inn objekt"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objekttype:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Opprett ny"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Opprett kontroller"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Opprett fra fil"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Legg til kontroller..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Vis som ikon"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bla..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fil:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Lim inn spesiell"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kilde:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Lim inn"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Lim inn kob&ling"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Som:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Vis som ikon"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Endre &ikon..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Sett inn et nytt %s-objekt i dokumentet"
|
||||
|
@ -6590,10 +6659,6 @@ msgstr "Stoppbiter"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopierer filer..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kilde:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Mål:"
|
||||
|
@ -6614,10 +6679,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopier produsentens filer fra:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bla..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6659,11 +6720,6 @@ msgstr "Bruk som skrivebor&dsobjekt"
|
|||
msgid "Select &All"
|
||||
msgstr "Merk &alt"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Lim inn"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Lag s&narvei"
|
||||
|
|
128
po/nl.po
128
po/nl.po
|
@ -117,29 +117,29 @@ msgstr "Huidig formaat:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
|
@ -2430,11 +2430,11 @@ msgstr "&Favorieten"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Toevoegen aan favorieten..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Help"
|
||||
|
||||
|
@ -6316,6 +6316,75 @@ msgstr "Aan"
|
|||
msgid "Off"
|
||||
msgstr "Uit"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Object invoegen"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objecttype:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultaat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Nieuw"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Creëren"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Bestand gebruiken"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Toevoegen..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Als pictogram weergeven"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bladeren..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Bestandsnaam:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Plakken (Speciaal)"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Bron:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Plakken"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Plak &verwijzing"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Als:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "Als pictogram &weergeven"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Wijzig p&ictogram..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Voeg een nieuw %s object in uw document in"
|
||||
|
@ -6470,10 +6539,6 @@ msgstr "Stopbits"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Bestanden worden gekopieerd..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Bron:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Bestemming:"
|
||||
|
@ -6494,10 +6559,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopieer bestanden van de fabrikant van:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bladeren..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6539,11 +6600,6 @@ msgstr "Als desktopelement instellen..."
|
|||
msgid "Select &All"
|
||||
msgstr "&Alles selecteren"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Plakken"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "&Snelkoppeling aanmaken"
|
||||
|
|
128
po/or.po
128
po/or.po
|
@ -111,29 +111,29 @@ msgstr "ଅକ୍ଷରରୂପ (&F)..."
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2339,11 +2339,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6103,6 +6103,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6242,10 +6311,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6264,10 +6329,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6308,11 +6369,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/pa.po
128
po/pa.po
|
@ -111,29 +111,29 @@ msgstr "ਫੌਂਟ(&F)..."
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2339,11 +2339,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6103,6 +6103,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6242,10 +6311,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6264,10 +6329,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6308,11 +6369,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/pl.po
128
po/pl.po
|
@ -116,29 +116,29 @@ msgstr "Wybrany format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
|
@ -2411,11 +2411,11 @@ msgstr "&Ulubione"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj do ulubionych..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&c"
|
||||
|
||||
|
@ -6217,6 +6217,75 @@ msgstr "Włączone"
|
|||
msgid "Off"
|
||||
msgstr "Wyłączone"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Wstaw obiekt"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Typ obiektu:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Wynik"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Utwórz nowy"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Utwórz kontrolkę"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Utwórz z pliku"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Dodaj kontrolkę..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Wyświetlaj jako ikonę"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Przeglądaj..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Plik:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Wklej specjalnie"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kopiuj pliki z:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Wkl&ej"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Wklej &łącze"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Jako:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "W&yświetlaj jako ikonę"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Zmień &ikonę..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Wstaw nowy obiekt %s do dokumentu"
|
||||
|
@ -6373,10 +6442,6 @@ msgstr "Bity zatrzymania"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopiowanie plików..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kopiuj pliki z:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Kopiuj pliki do:"
|
||||
|
@ -6397,10 +6462,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopiuj pliki producenta z:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Przeglądaj..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6442,11 +6503,6 @@ msgstr "Ustaw jako &element pulpitu..."
|
|||
msgid "Select &All"
|
||||
msgstr "&Zaznacz wszystko"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Wkl&ej"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Utwórz &skrót"
|
||||
|
|
128
po/pt_BR.po
128
po/pt_BR.po
|
@ -115,29 +115,29 @@ msgstr "Formato atual:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -2533,11 +2533,11 @@ msgstr "&Favoritos"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Adicionar aos Favoritos..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
|
@ -6423,6 +6423,75 @@ msgstr "Ligado"
|
|||
msgid "Off"
|
||||
msgstr "Desligado"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Inserir objeto"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipo de objeto:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultado"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Criar novo"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Criar controle"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Criar do arquivo"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Adicionar Controle..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Mostrar como ícone"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Procurar..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Arquivo:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Colar Especial"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origem:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&lar"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Colar &Link"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Como:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Mostrar como Ícone"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Mudar &Ícone..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inserir um novo objeto %s no documento"
|
||||
|
@ -6579,10 +6648,6 @@ msgstr "Bits de parada"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copiando arquivos..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origem:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destino:"
|
||||
|
@ -6603,10 +6668,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copiar arquivos do fabricante de:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Procurar..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6653,11 +6714,6 @@ msgstr ""
|
|||
"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
|
||||
"Selecionar &Tudo"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&lar"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Criar ata&lho"
|
||||
|
|
128
po/pt_PT.po
128
po/pt_PT.po
|
@ -120,29 +120,29 @@ msgstr "Formato actual:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -2578,11 +2578,11 @@ msgstr "&Favoritos"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Adicionar aos &Favoritos..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajuda"
|
||||
|
||||
|
@ -6446,6 +6446,75 @@ msgstr "Ligado"
|
|||
msgid "Off"
|
||||
msgstr "Desligado"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Inserir objecto"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipo de objecto:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultado"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Criar novo"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Criar controlo"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Criar do ficheiro"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Adicionar Controlo..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Mostrar como ícone"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Procurar..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Ficheiro:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Colar Especial"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origem:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&lar"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Colar &Ligação"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Como:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Mostrar como Ícone"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Mudar &Ícone..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inserir novo objecto %s no documento"
|
||||
|
@ -6602,10 +6671,6 @@ msgstr "Bits de paragem"
|
|||
msgid "Copying Files..."
|
||||
msgstr "A copiar ficheiros..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Origem:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destino:"
|
||||
|
@ -6626,10 +6691,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copiar ficheiros do fabricante de:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Procurar..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6677,11 +6738,6 @@ msgstr ""
|
|||
"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
|
||||
"Seleccionar &Tudo"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Co&lar"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Criar ata&lho"
|
||||
|
|
131
po/rm.po
131
po/rm.po
|
@ -113,29 +113,29 @@ msgstr "INFUORMAZIUN"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2355,11 +2355,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
||||
|
@ -6140,6 +6140,78 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Wine ag<61>d"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "&Datoteca"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "&Rivir"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6278,10 +6350,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6302,10 +6370,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6346,11 +6410,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/ro.po
128
po/ro.po
|
@ -114,29 +114,29 @@ msgstr "Formatul curent:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Renunță"
|
||||
|
||||
|
@ -2587,11 +2587,11 @@ msgstr "Favor&ite"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Adaugă la &favorite..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
|
@ -6661,6 +6661,75 @@ msgstr "Activat"
|
|||
msgid "Off"
|
||||
msgstr "Dezactivat"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Inserare obiect"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Tipul obiectului:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Rezultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Creează nou"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Creează un control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Creează din fișier"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Adăugă un control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Afișează ca pictogramă"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Navigează..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fișier:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Inserare specială"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Sursă:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Inserează"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Inserează &legătura"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "C&a:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "A&fișează ca pictogramă"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Schimbare p&ictogramă..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Inserați un nou obiect %s în document"
|
||||
|
@ -6822,10 +6891,6 @@ msgstr "Biţi de stop"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Copiez fișiere..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Sursă:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destinație:"
|
||||
|
@ -6846,10 +6911,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Copiază fișierele producătorului din:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Navigează..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6896,11 +6957,6 @@ msgstr ""
|
|||
"#-#-#-#-# ro.po (Wine) #-#-#-#-#\n"
|
||||
"&Selectează tot"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Inserează"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Crează s&curtătură"
|
||||
|
|
128
po/ru.po
128
po/ru.po
|
@ -115,29 +115,29 @@ msgstr "Текущий формат:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "ОК"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Отмена"
|
||||
|
||||
|
@ -2404,11 +2404,11 @@ msgstr "&Избранное"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Добавить в избранное"
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
|
@ -6207,6 +6207,75 @@ msgstr "Включено"
|
|||
msgid "Off"
|
||||
msgstr "Выключено"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Вставить объект"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Тип объекта:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Результат"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Создать новый"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Создать элемент управления"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Создать из файла"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Добавить элемент управления..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Показывать как значок"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Обзор..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Файл:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Специальная вставка"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Откуда:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Вст&авить"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Вставить &Ссылку"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Как:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Показывать как значок"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Изменить &значок..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Добавление нового объекта %s в документ"
|
||||
|
@ -6361,10 +6430,6 @@ msgstr "Стоп-биты"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Копирование файлов..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Откуда:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Куда:"
|
||||
|
@ -6385,10 +6450,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Копировать файлы изготовителя из:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Обзор..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6430,11 +6491,6 @@ msgstr "Сохранить как &элемент рабочего стола...
|
|||
msgid "Select &All"
|
||||
msgstr "Выделить в&сё"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Вст&авить"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Создать &ярлык"
|
||||
|
|
131
po/sk.po
131
po/sk.po
|
@ -114,29 +114,29 @@ msgstr "&Tlačiť"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
|
@ -2362,11 +2362,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoc"
|
||||
|
||||
|
@ -6209,6 +6209,78 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "Vytvoriť nový adresár"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Vytvoriť nový adresár"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "Súbor"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Zdroj:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "V&ložiť"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6352,10 +6424,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopírovanie súborov..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Zdroj:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Cieľ:"
|
||||
|
@ -6375,10 +6443,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6419,11 +6483,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr "&Označiť všetko"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "V&ložiť"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/sl.po
128
po/sl.po
|
@ -117,29 +117,29 @@ msgstr "Trenutna oblika zapisa:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "V redu"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Prekliči"
|
||||
|
||||
|
@ -2424,11 +2424,11 @@ msgstr "&Priljubljene"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj med priljubljene ..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "Pomo&č"
|
||||
|
||||
|
@ -6240,6 +6240,75 @@ msgstr "Vključeno"
|
|||
msgid "Off"
|
||||
msgstr "Izključeno"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Vstavljanje predmeta"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Vrsta predmeta:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Rezultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Ustvari nov"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Ustvari kontrolo"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Ustvari iz datoteke"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Dodaj kontrolo ..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Prikaži kot ikono"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Brskaj ..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Datoteka:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Posebno lepljenje"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Izvor:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Prilepi"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Prilepi po&vezavo"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "Prilepi &kot:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "P&rikaži kot ikono"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Spremeni &ikono ..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Vstavi nov predmet %s v vaš dokument"
|
||||
|
@ -6392,10 +6461,6 @@ msgstr "Stop biti"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopiranje datotek ..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Izvor:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Cilj:"
|
||||
|
@ -6416,10 +6481,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopiraj proizvajalčeve datoteke iz:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Brskaj ..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6461,11 +6522,6 @@ msgstr "Nastavi kot p&redmet namizja"
|
|||
msgid "Select &All"
|
||||
msgstr "Izberi &vse"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Prilepi"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Ustvari &bližnjico"
|
||||
|
|
|
@ -118,29 +118,29 @@ msgstr "Текући формат:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "У реду"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
|
||||
|
@ -2413,11 +2413,11 @@ msgstr "&Омиљено"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Додај у омиљене..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Помоћ"
|
||||
|
||||
|
@ -6449,6 +6449,75 @@ msgstr "Укључено"
|
|||
msgid "Off"
|
||||
msgstr "Искључено"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Унос објекта"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Врста објекта:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Резултат"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Направи ново"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Направи контролу"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Направи из датотеке"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Додај контролу..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Прикажи као иконицу"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Потражи..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Датотека:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Убацивање"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Извор:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Убаци"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Убаци &везу"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Као:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Прикажи као иконицу"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Промени &иконицу..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Унесите нови %s објекат у документ"
|
||||
|
@ -6606,10 +6675,6 @@ msgstr "Зауставно време"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Умножавање датотека..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Извор:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Одредиште:"
|
||||
|
@ -6630,10 +6695,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Умножи датотеке произвођача из:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Потражи..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6676,11 +6737,6 @@ msgstr "Постави као &ставку на радној површини"
|
|||
msgid "Select &All"
|
||||
msgstr "Изабери &све"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Убаци"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Направи &пречицу"
|
||||
|
|
|
@ -123,29 +123,29 @@ msgstr "Tekući format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "U redu"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Otkaži"
|
||||
|
||||
|
@ -2437,11 +2437,11 @@ msgstr "&Omiljeno"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Dodaj u omiljene..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Pomoć"
|
||||
|
||||
|
@ -6488,6 +6488,75 @@ msgstr "Uključeno"
|
|||
msgid "Off"
|
||||
msgstr "Isključeno"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Unos objekta"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Vrsta objekta:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Rezultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Napravi novo"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Napravi kontrolu"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Napravi iz datoteke"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Dodaj kontrolu..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Prikaži kao ikonicu"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Potraži..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Datoteka:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Ubacivanje"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Izvor:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Ubaci"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Ubaci &vezu"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Kao:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Prikaži kao ikonicu"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Promeni &ikonicu..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Unesite novi %s objekat u dokument"
|
||||
|
@ -6645,10 +6714,6 @@ msgstr "Zaustavno vreme"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Umnožavanje datoteka..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Izvor:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Odredište:"
|
||||
|
@ -6669,10 +6734,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Umnoži datoteke proizvođača iz:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Potraži..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6715,11 +6776,6 @@ msgstr "Postavi kao &stavku na radnoj površini"
|
|||
msgid "Select &All"
|
||||
msgstr "Izaberi &sve"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "&Ubaci"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Napravi &prečicu"
|
||||
|
|
128
po/sv.po
128
po/sv.po
|
@ -116,29 +116,29 @@ msgstr "Aktuellt format:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
|
@ -2421,11 +2421,11 @@ msgstr "&Favoriter"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Lägg till i favoriter..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Hjälp"
|
||||
|
||||
|
@ -6217,6 +6217,75 @@ msgstr "På"
|
|||
msgid "Off"
|
||||
msgstr "Av"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Infoga objekt"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Objekttyp:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Resultat"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Skapa ny"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Create Control"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Skapa från fil"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Add Control..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Visa som ikon"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bläddra..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Fil:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Paste Special"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Källa:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Klistra &in"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "Klistra in &länk"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Som:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&Visa som ikon"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Byt &ikon..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Infoga ett nytt %s-objekt i ditt dokument"
|
||||
|
@ -6356,10 +6425,6 @@ msgstr "Stoppbitar"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Kopierar filer..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Källa:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Destination:"
|
||||
|
@ -6380,10 +6445,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Kopiera tillverkarens filer från:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Bläddra..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6425,11 +6486,6 @@ msgstr "Använd som &skrivbordsobjekt"
|
|||
msgid "Select &All"
|
||||
msgstr "&Markera allt"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Klistra &in"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Skapa genv&äg"
|
||||
|
|
128
po/te.po
128
po/te.po
|
@ -111,29 +111,29 @@ msgstr "ఫాంట్... (&F)"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2339,11 +2339,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6103,6 +6103,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6242,10 +6311,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6264,10 +6329,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6308,11 +6369,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
133
po/th.po
133
po/th.po
|
@ -111,29 +111,29 @@ msgstr "พิมพ์\tCtrl+P"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "ตกลง"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "ยกเลิก"
|
||||
|
||||
|
@ -2361,11 +2361,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
|
@ -6211,6 +6211,80 @@ msgstr "เปิด"
|
|||
msgid "Off"
|
||||
msgstr "ปิด"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
#, fuzzy
|
||||
msgid "Create New"
|
||||
msgstr "สร้างไดเรกทอรีใหม่"
|
||||
|
||||
#: oledlg.rc:60
|
||||
#, fuzzy
|
||||
msgid "Create Control"
|
||||
msgstr "เนื้อหา"
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "สร้างไดเรกทอรีใหม่"
|
||||
|
||||
#: oledlg.rc:65
|
||||
#, fuzzy
|
||||
msgid "&Add Control..."
|
||||
msgstr "เนื้อหา"
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "แฟ้ม"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6351,10 +6425,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6375,10 +6445,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6419,11 +6485,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
142
po/tr.po
142
po/tr.po
|
@ -117,29 +117,29 @@ msgstr "Geçerli biçim:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "Tamam"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
|
@ -2425,11 +2425,11 @@ msgstr "&Sık Kullanılanlar"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "Sık Kullanılanlara Ekle..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Yardım"
|
||||
|
||||
|
@ -6459,6 +6459,83 @@ msgstr "Açık"
|
|||
msgid "Off"
|
||||
msgstr "Kapalı"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Nesne Ekle"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Nesne Türü:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Sonuç"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Yeni Oluştur"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Denetim Oluştur"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Dosyadan Oluştur"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Denetim Ekle..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "Simge Olarak Göster"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Gözat..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Dosya:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kaynak:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
|
||||
"&Yapıştır\n"
|
||||
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
|
||||
"Ya&pıştır"
|
||||
|
||||
#: oledlg.rc:81
|
||||
#, fuzzy
|
||||
msgid "Paste &Link"
|
||||
msgstr "Kısayol Yapıştır"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
#, fuzzy
|
||||
msgid "&Display As Icon"
|
||||
msgstr "Simge Olarak Göster"
|
||||
|
||||
#: oledlg.rc:92
|
||||
#, fuzzy
|
||||
msgid "Change &Icon..."
|
||||
msgstr "Simge &değiştir..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Belgenize yeni bir %s nesnesi ekle"
|
||||
|
@ -6612,10 +6689,6 @@ msgstr "Durma Bitleri"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Dosyalar Kopyalanıyor..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Kaynak:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Hedef:"
|
||||
|
@ -6635,11 +6708,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "&Gözat"
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6680,16 +6748,6 @@ msgstr "&Masaüstü Öğesi Yap"
|
|||
msgid "Select &All"
|
||||
msgstr "&Tümünü Seç"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
#, fuzzy
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
|
||||
"&Yapıştır\n"
|
||||
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
|
||||
"Ya&pıştır"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "K&ısayol Oluştur"
|
||||
|
|
128
po/uk.po
128
po/uk.po
|
@ -114,29 +114,29 @@ msgstr "Поточний формат:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
|
@ -2412,11 +2412,11 @@ msgstr "&Обране"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "&Додати до Обраного..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
|
@ -6204,6 +6204,75 @@ msgstr "Ввімкнено"
|
|||
msgid "Off"
|
||||
msgstr "Вимкнено"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "Вставка об'єкта"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "Тип об'єкта:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "Результат"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "Створити новий"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "Створити елемент управління"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "Створити з файла"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "&Додати елемент управління..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "У вигляді значка"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Огляд..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "Файл:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "Спеціальна вставка"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Джерело:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Вст&авити"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "&Зв'язати"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "&Як:"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "&У вигляді значка"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "З&мінити значок..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "Вставка в документ нового об'єкта типу %s"
|
||||
|
@ -6358,10 +6427,6 @@ msgstr "Стоп-біти"
|
|||
msgid "Copying Files..."
|
||||
msgstr "Копіювання Файлів..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "Джерело:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "Призначення:"
|
||||
|
@ -6382,10 +6447,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "Скопіюйте файли виробника з:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "Огляд..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6427,11 +6488,6 @@ msgstr "Вст-ти як ел-т &Роб Столу"
|
|||
msgid "Select &All"
|
||||
msgstr "Виділити вс&е"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "Вст&авити"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "Створити &ярлик"
|
||||
|
|
130
po/wa.po
130
po/wa.po
|
@ -113,29 +113,29 @@ msgstr "&Rexhe"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "I Va"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "Rinoncî"
|
||||
|
||||
|
@ -2356,11 +2356,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "&Aide"
|
||||
|
||||
|
@ -6156,6 +6156,77 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
#, fuzzy
|
||||
msgid "Create From File"
|
||||
msgstr "Aidance di Wine"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
#, fuzzy
|
||||
msgid "File:"
|
||||
msgstr "&Fitchî"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "C&laper"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6295,10 +6366,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
#, fuzzy
|
||||
msgid "Destination:"
|
||||
|
@ -6319,10 +6386,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6363,11 +6426,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr "&Tchewzi totåfwait"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "C&laper"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
128
po/wine.pot
128
po/wine.pot
|
@ -107,29 +107,29 @@ msgstr ""
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2326,11 +2326,11 @@ msgstr ""
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr ""
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6081,6 +6081,75 @@ msgstr ""
|
|||
msgid "Off"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr ""
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr ""
|
||||
|
@ -6219,10 +6288,6 @@ msgstr ""
|
|||
msgid "Copying Files..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr ""
|
||||
|
@ -6241,10 +6306,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6285,11 +6346,6 @@ msgstr ""
|
|||
msgid "Select &All"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr ""
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr ""
|
||||
|
|
129
po/zh_CN.po
129
po/zh_CN.po
|
@ -111,29 +111,29 @@ msgstr "当前格式:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "确定"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
|
@ -2420,11 +2420,11 @@ msgstr "收藏夹(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "添加到收藏夹(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "帮助(&H)"
|
||||
|
||||
|
@ -6412,6 +6412,75 @@ msgstr "开"
|
|||
msgid "Off"
|
||||
msgstr "关"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "插入对象"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "对象类型:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "结果"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "新建"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "建立控件"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "建立于文件"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "添加控件(&A)..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "显示为图标"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "浏览..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "文件:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "特殊粘贴"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "源文件:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "粘贴(&P)"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "粘贴链接(&L)"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "为(&A):"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "显示为图标(&D)"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "改变图标(&I)..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "在你的文件中插入一个新的 %s 对象"
|
||||
|
@ -6558,10 +6627,6 @@ msgstr "停止位"
|
|||
msgid "Copying Files..."
|
||||
msgstr "复制文件..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "源文件:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "目标文件:"
|
||||
|
@ -6581,11 +6646,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr ""
|
||||
|
||||
#: setupapi.rc:58
|
||||
#, fuzzy
|
||||
msgid "Browse..."
|
||||
msgstr "浏览(&B)..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
msgstr ""
|
||||
|
@ -6626,11 +6686,6 @@ msgstr "设置到桌面(&D)"
|
|||
msgid "Select &All"
|
||||
msgstr "全选(&A)"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "粘贴(&P)"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "创建捷径(&T)"
|
||||
|
|
128
po/zh_TW.po
128
po/zh_TW.po
|
@ -110,29 +110,29 @@ msgstr "當前格式:"
|
|||
|
||||
#: avifil32.rc:51 credui.rc:49 dinput.rc:43 ieframe.rc:84 localui.rc:41
|
||||
#: localui.rc:54 mpr.rc:46 msacm32.rc:50 mshtml.rc:45 mshtml.rc:55
|
||||
#: msvfw32.rc:33 serialui.rc:38 setupapi.rc:56 shlwapi.rc:41 wininet.rc:48
|
||||
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:122 oleview.rc:159
|
||||
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
|
||||
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
|
||||
#: regedit.rc:268 regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446
|
||||
#: taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226 wineconsole.rc:131
|
||||
#: winefile.rc:134 winefile.rc:157 winefile.rc:187 winemine.rc:68
|
||||
#: winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215 wordpad.rc:233
|
||||
#: wordpad.rc:246
|
||||
#: msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 serialui.rc:38 setupapi.rc:56
|
||||
#: shlwapi.rc:41 wininet.rc:48 wininet.rc:68 winspool.rc:39 net.rc:44
|
||||
#: notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103 progman.rc:121
|
||||
#: progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196 progman.rc:213
|
||||
#: regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284 regedit.rc:297
|
||||
#: regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521 winecfg.rc:216 winecfg.rc:226
|
||||
#: wineconsole.rc:131 winefile.rc:134 winefile.rc:157 winefile.rc:187
|
||||
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
|
||||
#: wordpad.rc:233 wordpad.rc:246
|
||||
msgid "OK"
|
||||
msgstr "確定"
|
||||
|
||||
#: avifil32.rc:52 browseui.rc:37 credui.rc:50 dinput.rc:44 ieframe.rc:85
|
||||
#: inetcpl.rc:78 localui.rc:42 localui.rc:55 mpr.rc:47 msacm32.rc:51
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 serialui.rc:39 setupapi.rc:39
|
||||
#: setupapi.rc:57 shlwapi.rc:42 wininet.rc:49 wininet.rc:69 winspool.rc:40
|
||||
#: notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
|
||||
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
|
||||
#: regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285 regedit.rc:298
|
||||
#: regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31 winecfg.rc:217
|
||||
#: winecfg.rc:227 wineconsole.rc:132 winefile.rc:135 winefile.rc:158
|
||||
#: winefile.rc:188 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
|
||||
#: wordpad.rc:247
|
||||
#: mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 oledlg.rc:56 oledlg.rc:88
|
||||
#: serialui.rc:39 setupapi.rc:39 setupapi.rc:57 shlwapi.rc:42 wininet.rc:49
|
||||
#: wininet.rc:69 winspool.rc:40 notepad.rc:123 oleview.rc:160 oleview.rc:173
|
||||
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
|
||||
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
|
||||
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
|
||||
#: wineboot.rc:31 winecfg.rc:217 winecfg.rc:227 wineconsole.rc:132
|
||||
#: winefile.rc:135 winefile.rc:158 winefile.rc:188 winemine.rc:93
|
||||
#: wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
|
@ -2413,11 +2413,11 @@ msgstr "我的最愛(&F)"
|
|||
msgid "&Add to Favorites..."
|
||||
msgstr "添加到我的最愛(&A)..."
|
||||
|
||||
#: ieframe.rc:55 msacm32.rc:49 shell32.rc:125 clock.rc:41 notepad.rc:57
|
||||
#: notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105 progman.rc:123
|
||||
#: progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199 progman.rc:216
|
||||
#: regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48 winhlp32.rc:53
|
||||
#: wordpad.rc:91
|
||||
#: ieframe.rc:55 msacm32.rc:49 oledlg.rc:89 shell32.rc:125 clock.rc:41
|
||||
#: notepad.rc:57 notepad.rc:124 oleview.rc:69 progman.rc:52 progman.rc:105
|
||||
#: progman.rc:123 progman.rc:141 progman.rc:157 progman.rc:181 progman.rc:199
|
||||
#: progman.rc:216 regedit.rc:76 taskmgr.rc:87 winefile.rc:85 winemine.rc:48
|
||||
#: winhlp32.rc:53 wordpad.rc:91
|
||||
msgid "&Help"
|
||||
msgstr "幫助(&H)"
|
||||
|
||||
|
@ -6403,6 +6403,75 @@ msgstr "開"
|
|||
msgid "Off"
|
||||
msgstr "關"
|
||||
|
||||
#: oledlg.rc:48
|
||||
msgid "Insert Object"
|
||||
msgstr "插入對象"
|
||||
|
||||
#: oledlg.rc:54
|
||||
msgid "Object Type:"
|
||||
msgstr "對象類型:"
|
||||
|
||||
#: oledlg.rc:57 oledlg.rc:95
|
||||
msgid "Result"
|
||||
msgstr "結果"
|
||||
|
||||
#: oledlg.rc:58
|
||||
msgid "Create New"
|
||||
msgstr "新建"
|
||||
|
||||
#: oledlg.rc:60
|
||||
msgid "Create Control"
|
||||
msgstr "建立控件"
|
||||
|
||||
#: oledlg.rc:62
|
||||
msgid "Create From File"
|
||||
msgstr "建立於檔案"
|
||||
|
||||
#: oledlg.rc:65
|
||||
msgid "&Add Control..."
|
||||
msgstr "添加控件(&A)..."
|
||||
|
||||
#: oledlg.rc:66
|
||||
msgid "Display As Icon"
|
||||
msgstr "顯示為圖標"
|
||||
|
||||
#: oledlg.rc:68 setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "瀏覽..."
|
||||
|
||||
#: oledlg.rc:69
|
||||
msgid "File:"
|
||||
msgstr "檔案:"
|
||||
|
||||
#: oledlg.rc:75
|
||||
msgid "Paste Special"
|
||||
msgstr "特殊貼上"
|
||||
|
||||
#: oledlg.rc:78 setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "原始檔案:"
|
||||
|
||||
#: oledlg.rc:79 shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132
|
||||
#: shdoclc.rc:159 shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "貼上(&P)"
|
||||
|
||||
#: oledlg.rc:81
|
||||
msgid "Paste &Link"
|
||||
msgstr "貼上鏈接(&L)"
|
||||
|
||||
#: oledlg.rc:83
|
||||
msgid "&As:"
|
||||
msgstr "為(&A):"
|
||||
|
||||
#: oledlg.rc:90
|
||||
msgid "&Display As Icon"
|
||||
msgstr "顯示為圖標(&D)"
|
||||
|
||||
#: oledlg.rc:92
|
||||
msgid "Change &Icon..."
|
||||
msgstr "改變圖標(&I)..."
|
||||
|
||||
#: oledlg.rc:25
|
||||
msgid "Insert a new %s object into your document"
|
||||
msgstr "在你的檔案中插入一個新的 %s 對象"
|
||||
|
@ -6549,10 +6618,6 @@ msgstr "停止位"
|
|||
msgid "Copying Files..."
|
||||
msgstr "複製檔案..."
|
||||
|
||||
#: setupapi.rc:40
|
||||
msgid "Source:"
|
||||
msgstr "原始檔案:"
|
||||
|
||||
#: setupapi.rc:42
|
||||
msgid "Destination:"
|
||||
msgstr "目標檔案:"
|
||||
|
@ -6573,10 +6638,6 @@ msgstr ""
|
|||
msgid "Copy manufacturer's files from:"
|
||||
msgstr "複製原廠檔案:"
|
||||
|
||||
#: setupapi.rc:58
|
||||
msgid "Browse..."
|
||||
msgstr "瀏覽..."
|
||||
|
||||
#: setupapi.rc:28
|
||||
#, fuzzy
|
||||
msgid "The file '%1' on %2 is needed"
|
||||
|
@ -6618,11 +6679,6 @@ msgstr "設定到桌面(&D)"
|
|||
msgid "Select &All"
|
||||
msgstr "全選(&A)"
|
||||
|
||||
#: shdoclc.rc:47 shdoclc.rc:79 shdoclc.rc:92 shdoclc.rc:132 shdoclc.rc:159
|
||||
#: shdoclc.rc:183 user32.rc:59 wineconsole.rc:30 wordpad.rc:103
|
||||
msgid "&Paste"
|
||||
msgstr "貼上(&P)"
|
||||
|
||||
#: shdoclc.rc:49
|
||||
msgid "Create Shor&tcut"
|
||||
msgstr "創建捷徑(&T)"
|
||||
|
|
Loading…
Reference in New Issue