ieframe: Convert dialogs to po files.

This commit is contained in:
Alexandre Julliard 2011-11-17 22:20:20 +01:00
parent b82371ec97
commit 158c7a3a39
65 changed files with 1491 additions and 1532 deletions

View File

@ -1,35 +0,0 @@
/*
* Copyright 2010 André Hentschel
*
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "URL öffnen"
FONT 8, "MS Shell Dlg"
{
LTEXT "Geben Sie die Url ein, die Sie mit Internet Explorer öffnen möchten",-1,30, 5, 150,15
LTEXT "Öffnen:", -1, 2, 32, 25, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 30, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 30, 50, 50, 15
PUSHBUTTON "&Abbrechen", IDCANCEL, 90, 50, 50, 15
}

View File

@ -1,33 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Open URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Specify the URL you wish to open in Internet Explorer",-1,25, 5, 150,15
LTEXT "Open:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Cancel", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,37 +0,0 @@
/*
* Spanish resources for ieframe
*
* Copyright 2010 José Rostagno
*
* 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_SPANISH, SUBLANG_NEUTRAL
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Abrir URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Especifique la dirección que desea abrir en Internet Explorer",-1,25, 5, 150,15
LTEXT "Abrir:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&Aceptar", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Cancelar", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,38 +0,0 @@
/*
* ieframe French resources
*
* Copyright 2010 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Open URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Spécifiez l'URL que vous désirez ouvrir dans Internet Explorer :",-1,30, 6, 150, 17
LTEXT "Ouvrir :", -1, 2, 32, 27, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 30, 30, 155, 13
DEFPUSHBUTTON "&OK", IDOK, 54, 50, 50, 15
PUSHBUTTON "&Annuler", IDCANCEL, 114, 50, 50, 15
}

View File

@ -1,37 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
EXSTYLE WS_EX_LAYOUTRTL
CAPTION "פתיחת כתובת"
FONT 8, "MS Shell Dlg"
{
LTEXT "נא לציין את הכתובת אותה ברצונך לפתוח באמצעות Internet Explorer",-1,25, 5, 150,15
LTEXT "פתיחה:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&אישור", IDOK, 25, 50, 50, 15
PUSHBUTTON "&ביטול", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,37 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 2010 Luca Bennati <lucak3@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_ITALIAN, SUBLANG_NEUTRAL
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Apri URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Specifica l'URL che vuoi aprire in Internet Explorer",-1,25, 5, 150,15
LTEXT "Apri:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Annulla", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,36 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 2011 Akihiro Sagawa
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "URLを開く"
FONT 8, "MS Shell Dlg"
{
LTEXT "Internet Explorerで開きたいURLを入力してください。",-1,25, 5, 150,15
LTEXT "URL:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "キャンセル(&C)", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,36 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "URL 열기"
FONT 8, "MS Shell Dlg"
{
LTEXT "인터넷 익스플로어로 열 URL 지정",-1,25, 5, 150,15
LTEXT "열기:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "확인(&O)", IDOK, 25, 50, 50, 15
PUSHBUTTON "취소(&C)", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,36 +0,0 @@
/*
* Copyright 2010 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Atverti URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Nurodykite URL, kurį norite atverti su interneto naršykle",-1 ,30, 5, 150, 16
LTEXT "Atverti:", -1, 2, 32, 25, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 30, 30, 160, 13
DEFPUSHBUTTON "&Gerai", IDOK, 30, 50, 50, 15
PUSHBUTTON "&Atsisakyti", IDCANCEL, 90, 50, 50, 15
}

View File

@ -21,27 +21,7 @@ C_SRCS = \
view.c \
webbrowser.c
RC_SRCS = \
De.rc \
En.rc \
Es.rc \
Fr.rc \
He.rc \
It.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
Pl.rc \
Pt.rc \
Ro.rc \
Ru.rc \
Si.rc \
Sr.rc \
Sv.rc \
Uk.rc \
ieframe.rc
RC_SRCS = ieframe.rc
PO_SRCS = ieframe.rc
SVG_SRCS = \

View File

@ -1,33 +0,0 @@
/*
* Copyright 2010 Sven Baars
*
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Open URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Specificeer de URL die u wilt openen in Internet Explorer",-1,25, 5, 150,15
LTEXT "Open:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Annuleren", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,33 +0,0 @@
/*
* Copyright 2010 £ukasz Wojni³owicz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Otwórz URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Podaj adres URL, który chcesz otworzyæ w Internet Explorerze",-1,25, 5, 150,15
LTEXT "Otwórz:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Anuluj", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,35 +0,0 @@
/*
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Abrir URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Especifique a URL que você deseja abrir no Internet Explorer",-1,25, 5, 150,15
LTEXT "Abrir:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Cancelar", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,36 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 2010 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)
IDD_BROWSE_OPEN DIALOG 10, 10, 210, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Deschide URL-ul"
FONT 8, "MS Shell Dlg"
{
LTEXT "Specificați URL-ul pe care doriți să îl deschideți în Internet Explorer",-1,35, 5, 160,15
LTEXT "Deschide:", -1, 2, 32, 30, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 170, 13
DEFPUSHBUTTON "&OK", IDOK, 35, 50, 50, 15
PUSHBUTTON "&Renunță", IDCANCEL, 95, 50, 50, 15
}

View File

@ -1,36 +0,0 @@
/*
* Copyright 2011 Alexander Lakhin
*
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Ввод адреса"
FONT 8, "MS Shell Dlg"
{
LTEXT "Укажите адрес ресурса для загрузки в Internet Explorer",-1,25, 5, 150,15
LTEXT "Открыть:", -1, 2, 32, 30, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 150, 13
DEFPUSHBUTTON "&OK", IDOK, 45, 50, 50, 15
PUSHBUTTON "&Отмена", IDCANCEL, 105, 50, 50, 15
}

View File

@ -1,35 +0,0 @@
/*
* Copyright 2010 Matej Spindler
*
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Open URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Vnesite interneti naslov dokumenta, ki ga bo Internet Explorer odpru.",-1,25, 5, 150,15
LTEXT "Odpri:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&V redu", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Prekliči", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,50 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* 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
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Отварање адресе"
FONT 8, "MS Shell Dlg"
{
LTEXT "Унесите адресу коју желите да отворите у Internet Explorer-у",-1,25, 5, 150,15
LTEXT "Отвори:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&У реду", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Откажи", IDCANCEL, 85, 50, 50, 15
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Otvaranje adrese"
FONT 8, "MS Shell Dlg"
{
LTEXT "Unesite adresu koju želite da otvorite u Internet Explorer-u",-1,25, 5, 150,15
LTEXT "Otvori:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&U redu", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Otkaži", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,35 +0,0 @@
/*
* Copyright 2010 Anders Jonsson
*
* 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_SWEDISH, SUBLANG_NEUTRAL
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Öppna webbadress"
FONT 8, "MS Shell Dlg"
{
LTEXT "Ange webbadressen du vill öppna med Internet Explorer",-1,25, 5, 150,15
LTEXT "Öppna:", -1, 2, 32, 20, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
PUSHBUTTON "&Avbryt", IDCANCEL, 85, 50, 50, 15
}

View File

@ -1,37 +0,0 @@
/*
* Copyright 2010 Alexander N. Sørnes <alex@thehandofagony.com>
* Copyright 2010 Igor Paliychuk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Відкрити URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Вкажіть URL, що ви хочете відкрити в Internet Explorer",-1,25, 5, 150,15
LTEXT "Відкрити:", -1, 2, 32, 30, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
DEFPUSHBUTTON "&OK", IDOK, 45, 50, 50, 15
PUSHBUTTON "&Скасувати", IDCANCEL, 105, 50, 50, 15
}

View File

@ -73,6 +73,18 @@ STRINGTABLE
IDS_ADDRESS "Address"
}
IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
STYLE DS_MODALFRAME | WS_CAPTION
CAPTION "Open URL"
FONT 8, "MS Shell Dlg"
{
LTEXT "Specify the URL you wish to open in Internet Explorer",-1, 35,5,160,25
LTEXT "Open:", -1, 5, 32, 30, 15
EDITTEXT IDC_BROWSE_OPEN_URL, 35, 30, 160, 13
DEFPUSHBUTTON "OK", IDOK, 90, 50, 50, 14
PUSHBUTTON "Cancel", IDCANCEL, 145, 50, 50, 14
}
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILEDESCRIPTION_STR "Internet Browser"

View File

@ -2240,6 +2240,40 @@ msgstr "&مساعدة"
msgid "&About Internet Explorer"
msgstr "&عن لوح الملاحظات"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "ا&فتح...\tCtrl+O"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "ا&فتح...\tCtrl+O"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "حسنا"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "ألغِ"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2330,15 +2364,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ألغِ"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8464,16 +8489,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "حسنا"
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2266,6 +2266,40 @@ msgstr "&Помощ"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Отвори връзката"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Отвори"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Отмени"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2357,15 +2391,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Отмени"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8591,16 +8616,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2283,6 +2283,41 @@ msgstr "A&juda"
msgid "&About Internet Explorer"
msgstr "&Quant a Internet Explorer..."
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Obre Enllaç"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Obre"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "D'acord"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
#, fuzzy
msgid "Cancel"
msgstr "Cancel·lant..."
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2377,16 +2412,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
#, fuzzy
msgid "Cancel"
msgstr "Cancel·lant..."
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Suprimeix"
@ -8926,16 +8951,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Recursos oberts: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "D'acord"
#: net.rc:45
msgid "Paused"
msgstr "Pausat"

View File

@ -2310,6 +2310,40 @@ msgstr "&Nápověda"
msgid "&About Internet Explorer"
msgstr "&Informace o Winefile..."
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "Otevřít"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Otevřít"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Storno"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2403,15 +2437,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Storno"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Smazat"
@ -8972,16 +8997,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2333,6 +2333,40 @@ msgstr "&Hjælp"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "Åben &link"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Åben"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Annuller"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2429,15 +2463,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuller"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Slet"
@ -9028,16 +9053,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Åbne resourser: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2273,6 +2273,38 @@ msgstr "&Hilfe"
msgid "&About Internet Explorer"
msgstr "Über &Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "URL öffnen"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Geben Sie die Url ein, die Sie mit Internet Explorer öffnen möchten"
#: ieframe.rc:82
msgid "Open:"
msgstr "Öffnen:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Abbrechen"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2373,15 +2405,6 @@ msgstr ""
"&Kennwörter\n"
"Gespeicherte Kennwörter, die Sie in Formulare eingegeben haben."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Abbrechen"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Löschen"
@ -8931,16 +8954,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Offene Ressourcen: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr "Angehalten"

View File

@ -2236,6 +2236,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2327,15 +2359,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8492,16 +8515,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2210,6 +2210,38 @@ msgstr "&Help"
msgid "&About Internet Explorer"
msgstr "&About Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Open URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr "Open:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2298,15 +2330,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Delete"
@ -8694,16 +8717,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Open resources: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2274,6 +2274,38 @@ msgstr "&Help"
msgid "&About Internet Explorer"
msgstr "&About Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Open URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Specify the URL you wish to open in Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Open:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2373,15 +2405,6 @@ msgstr ""
"Passwords\n"
"Saved passwords you have entered into forms."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancel"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Delete"
@ -8854,16 +8877,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Open resources: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr "Paused"

View File

@ -2275,6 +2275,40 @@ msgstr "&Helpo"
msgid "&About Internet Explorer"
msgstr "Pri Notepad"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "Malfermu"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Malfermu"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Bone"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Rezigni"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2367,15 +2401,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Rezigni"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8600,16 +8625,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Bone"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2319,6 +2319,38 @@ msgstr "A&yuda"
msgid "&About Internet Explorer"
msgstr "Acerca &de Internet Explorer..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Abrir URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Especifique la dirección que desea abrir en Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Abrir:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Aceptar"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2413,15 +2445,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Eliminar"
@ -9219,16 +9242,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Aceptar"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2240,6 +2240,40 @@ msgstr "&کمک"
msgid "&About Internet Explorer"
msgstr "&درباره نت‌پد"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&باز‌کردن...\tCtrl+O"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "&باز‌کردن...\tCtrl+O"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "قبول"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "انصراف"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2330,15 +2364,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "انصراف"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8466,16 +8491,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "قبول"
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2287,6 +2287,40 @@ msgstr "&Apua"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Avaa Linkki"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Avaa"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Peruuta"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2387,15 +2421,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Peruuta"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8706,16 +8731,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2282,6 +2282,38 @@ msgstr "Aid&e"
msgid "&About Internet Explorer"
msgstr "À &propos d'Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Open URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Spécifiez l'URL que vous désirez ouvrir dans Internet Explorer :"
#: ieframe.rc:82
msgid "Open:"
msgstr "Ouvrir :"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Annuler"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2382,15 +2414,6 @@ msgstr ""
"Mots de passe\n"
"Mots de passe entrés dans des formulaires et sauvegardés."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuler"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Supprimer"
@ -8954,16 +8977,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Ressources ouvertes : %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr "En pause"

View File

@ -2245,6 +2245,38 @@ msgstr "ע&זרה"
msgid "&About Internet Explorer"
msgstr "על &אודות Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "פתיחת כתובת"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "נא לציין את הכתובת אותה ברצונך לפתוח באמצעות Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "פתיחה:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "אישור"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "ביטול"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2334,15 +2366,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ביטול"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "מחיקה"
@ -8920,16 +8943,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Open resources: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "אישור"
#: net.rc:45
msgid "Paused"
msgstr "Paused"

View File

@ -2217,6 +2217,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr "क्लॉक के बारे में (&A)..."
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2306,15 +2338,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8370,16 +8393,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2360,6 +2360,40 @@ msgstr "&Súgó"
msgid "&About Internet Explorer"
msgstr "Wine Internet Explorer"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Link megnyitása"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Megnyitás"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Mégse"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2455,15 +2489,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Mégse"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Törlés"
@ -8903,16 +8928,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2279,6 +2279,38 @@ msgstr "&Aiuto"
msgid "&About Internet Explorer"
msgstr "&Informazioni su Internet Explorer..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Apri URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Specifica l'URL che vuoi aprire in Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Apri:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Ok"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Annulla"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2378,15 +2410,6 @@ msgstr ""
"Password\n"
"Password salvate che hai inserito nei moduli."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annulla"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Elimina"
@ -8907,16 +8930,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Risorse aperte: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Ok"
#: net.rc:45
msgid "Paused"
msgstr "In pausa"

View File

@ -2270,6 +2270,38 @@ msgstr "ヘルプ(&H)"
msgid "&About Internet Explorer"
msgstr "バージョン情報(&A)"
#: ieframe.rc:78
msgid "Open URL"
msgstr "URLを開く"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Internet Explorerで開きたいURLを入力してください。"
#: ieframe.rc:82
msgid "Open:"
msgstr "URL:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "キャンセル"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2369,15 +2401,6 @@ msgstr ""
"パスワード\n"
"フォームに入力した保存されたパスワードです。"
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "キャンセル"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "削除"
@ -8848,16 +8871,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 リソース数: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr "中断"

View File

@ -2269,6 +2269,38 @@ msgstr "도움말(&H)"
msgid "&About Internet Explorer"
msgstr "인터넷 익스플로어에 관하여(&A)..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "URL 열기"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "인터넷 익스플로어로 열 URL 지정"
#: ieframe.rc:82
msgid "Open:"
msgstr "열기:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "확인"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "취소"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2368,15 +2400,6 @@ msgstr ""
"암호\n"
"당신이 폼에 입력한 저장된 암호."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "취소"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "지우기"
@ -8817,16 +8840,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 열린 리소스: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "확인"
#: net.rc:45
msgid "Paused"
msgstr "정지됨"

View File

@ -2278,6 +2278,38 @@ msgstr "&Žinynas"
msgid "&About Internet Explorer"
msgstr "&Apie interneto naršyklę"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Atverti URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Nurodykite URL, kurį norite atverti su interneto naršykle"
#: ieframe.rc:82
msgid "Open:"
msgstr "Atverti:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Gerai"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Atsisakyti"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2379,15 +2411,6 @@ msgstr ""
"Slaptažodžiai\n"
"Išsaugoti slaptažodžiai, kuriuos įvedėte į formas."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Atsisakyti"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Šalinti"
@ -8868,16 +8891,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Atverti ištekliai: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Gerai"
#: net.rc:45
msgid "Paused"
msgstr "Pristabdyta"

View File

@ -2217,6 +2217,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr "ക്ലോക്കിനെപ്പറ്റി _അറിയുക..."
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2306,15 +2338,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8370,16 +8393,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2407,6 +2407,40 @@ msgstr "&Hjelp"
msgid "&About Internet Explorer"
msgstr "Wine Internet Explorer"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "Åpne k&obling"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Åpne"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2504,15 +2538,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Slett"
@ -9096,16 +9121,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Åpne ressurser: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2301,6 +2301,38 @@ msgstr "&Help"
msgid "&About Internet Explorer"
msgstr "&Over Internet Explorer..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Open URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Specificeer de URL die u wilt openen in Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Open:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Annuleren"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2391,15 +2423,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Annuleren"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Verwijderen"
@ -8963,16 +8986,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Open resources: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2217,6 +2217,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr "ଘଡ଼ି ବିଷୟରେ (&A)..."
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2306,15 +2338,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8370,16 +8393,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2217,6 +2217,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr "ਘੜੀ ਬਾਰੇ(&A)..."
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2306,15 +2338,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8370,16 +8393,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2280,6 +2280,38 @@ msgstr "Pomo&c"
msgid "&About Internet Explorer"
msgstr "Internet Explorer - i&nformacje"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Otwórz URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Podaj adres URL, który chcesz otworzyć w Internet Explorerze"
#: ieframe.rc:82
msgid "Open:"
msgstr "Otwórz:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Anuluj"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2380,15 +2412,6 @@ msgstr ""
"Hasła uzupełniane automatycznie po zalogowaniu się do wcześniej odwiedzonej "
"witryny Web."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Anuluj"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Usuń"
@ -8891,16 +8914,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%1 %2 %3 Otwarte zasoby: %4!u!\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
msgid "Paused"
msgstr "Wstrzymano"

View File

@ -2404,6 +2404,38 @@ msgstr "&Ajuda"
msgid "&About Internet Explorer"
msgstr "&Sobre o Internet Explorer..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Abrir URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Especifique a URL que você deseja abrir no Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Abrir:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2494,15 +2526,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Excluir"
@ -9125,16 +9148,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Recursos disponíveis: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2449,6 +2449,40 @@ msgstr "&Ajuda"
msgid "&About Internet Explorer"
msgstr "Explorador de Internet Wine"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Abrir Ligação"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Abrir"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2546,15 +2580,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Cancelar"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Excluir"
@ -9141,16 +9166,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Recursos disponíveis: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2228,6 +2228,40 @@ msgstr "&Ag<41>d"
msgid "&About Internet Explorer"
msgstr "I&nfuormaziuns"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Rivir"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "&Rivir"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2318,15 +2352,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8407,16 +8432,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2458,6 +2458,39 @@ msgstr "&Ajutor"
msgid "&About Internet Explorer"
msgstr "Wine Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Deschide URL-ul"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
"Specificați URL-ul pe care doriți să îl deschideți în Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Deschide:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Renunță"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2554,15 +2587,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Renunță"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Șterge"
@ -9366,16 +9390,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Resurse deschise: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2273,6 +2273,38 @@ msgstr "&Справка"
msgid "&About Internet Explorer"
msgstr "&О программе Internet Explorer"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Ввод адреса"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Укажите адрес ресурса для загрузки в Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Открыть:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ОК"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Отмена"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2374,15 +2406,6 @@ msgstr ""
"Пароли\n"
"Сохранённые пароли, которые были указаны в веб-формах."
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Отмена"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Удалить"
@ -8869,16 +8892,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Открытых ресурсов: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ОК"
#: net.rc:45
msgid "Paused"
msgstr "Приостановлена"

View File

@ -2235,6 +2235,40 @@ msgstr "&Pomoc"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Otvoriť..."
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "&Otvoriť..."
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2325,15 +2359,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8502,16 +8527,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2295,6 +2295,38 @@ msgstr "Pomo&č"
msgid "&About Internet Explorer"
msgstr "&O programu Internet Explorer ..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Open URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Vnesite interneti naslov dokumenta, ki ga bo Internet Explorer odpru."
#: ieframe.rc:82
msgid "Open:"
msgstr "Odpri:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "V redu"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Prekliči"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2391,15 +2423,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Prekliči"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Izbriši"
@ -8868,16 +8891,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Odprta sredstva: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "V redu"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2288,6 +2288,38 @@ msgstr "&Помоћ"
msgid "&About Internet Explorer"
msgstr "&О Internet Explorer-у..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Отварање адресе"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Унесите адресу коју желите да отворите у Internet Explorer-у"
#: ieframe.rc:82
msgid "Open:"
msgstr "Отвори:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "У реду"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Откажи"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2379,15 +2411,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Откажи"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8779,16 +8802,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "У реду"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2315,6 +2315,38 @@ msgstr "&Pomoć"
msgid "&About Internet Explorer"
msgstr "&O Internet Explorer-u..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Otvaranje adrese"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Unesite adresu koju želite da otvorite u Internet Explorer-u"
#: ieframe.rc:82
msgid "Open:"
msgstr "Otvori:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "U redu"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Otkaži"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2405,15 +2437,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Otkaži"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8827,16 +8850,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "U redu"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2291,6 +2291,38 @@ msgstr "&Hjälp"
msgid "&About Internet Explorer"
msgstr "&Om Internet Explorer..."
#: ieframe.rc:78
msgid "Open URL"
msgstr "Öppna webbadress"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Ange webbadressen du vill öppna med Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Öppna:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2381,15 +2413,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Avbryt"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Ta bort"
@ -8822,16 +8845,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Öppna resurser: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2217,6 +2217,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr "గడియారం గురించి... (&A)"
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2306,15 +2338,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8370,16 +8393,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2234,6 +2234,40 @@ msgstr "ช่วยเหลีอ"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "เปิด...\tCtrl+O"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "เปิด...\tCtrl+O"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ตกลง"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "ยกเลิก"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2325,15 +2359,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "ยกเลิก"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8492,16 +8517,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "ตกลง"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2296,6 +2296,40 @@ msgstr "&Yardım"
msgid "&About Internet Explorer"
msgstr "Winefile hakkında &bilgi..."
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Bağlantıyı Aç"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "Aç"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Tamam"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "İptal"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2389,15 +2423,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "İptal"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Sil"
@ -9086,16 +9111,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "Tamam"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2281,6 +2281,38 @@ msgstr "&Довідка"
msgid "&About Internet Explorer"
msgstr "&Про Оглядач Інтернету"
#: ieframe.rc:78
msgid "Open URL"
msgstr "Відкрити URL"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr "Вкажіть URL, що ви хочете відкрити в Internet Explorer"
#: ieframe.rc:82
msgid "Open:"
msgstr "Відкрити:"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Скасувати"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2370,15 +2402,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Скасувати"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "Видалити"
@ -8819,16 +8842,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr "%s %s %s Відкритих ресурсів: %lu\n"
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "OK"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2228,6 +2228,40 @@ msgstr "&Aide"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "&Drovî..."
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "&Drovî..."
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "I Va"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "Rinoncî"
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2318,15 +2352,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "Rinoncî"
#: inetcpl.rc:79 progman.rc:64
#, fuzzy
msgid "Delete"
@ -8444,16 +8469,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "I Va"
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2205,6 +2205,38 @@ msgstr ""
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
msgid "Open URL"
msgstr ""
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
msgid "Open:"
msgstr ""
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr ""
#: ieframe.rc:67
msgctxt "home page"
msgid "Home"
@ -2293,15 +2325,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr ""
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr ""
@ -8344,16 +8367,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr ""
#: net.rc:45
msgid "Paused"
msgstr ""

View File

@ -2293,6 +2293,40 @@ msgstr "帮助(&H)"
msgid "&About Internet Explorer"
msgstr "Wine Internet Explorer"
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "打开链接(&O)"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "打开"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "确定"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "取消"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2388,15 +2422,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "取消"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "删除"
@ -8743,16 +8768,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "确定"
#: net.rc:45
#, fuzzy
msgid "Paused"

View File

@ -2291,6 +2291,40 @@ msgstr "幫助(&H)"
msgid "&About Internet Explorer"
msgstr ""
#: ieframe.rc:78
#, fuzzy
msgid "Open URL"
msgstr "開啟鏈接(&O)"
#: ieframe.rc:81
msgid "Specify the URL you wish to open in Internet Explorer"
msgstr ""
#: ieframe.rc:82
#, fuzzy
msgid "Open:"
msgstr "開啟"
#: ieframe.rc:84 net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172
#: progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177
#: progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268
#: regedit.rc:284 regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "確定"
#: ieframe.rc:85 inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173
#: progman.rc:104 progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178
#: progman.rc:197 progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269
#: regedit.rc:285 regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522
#: wineboot.rc:31 wineconsole.rc:132 winefile.rc:132 winefile.rc:155
#: winefile.rc:185 winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234
#: wordpad.rc:247
msgid "Cancel"
msgstr "取消"
#: ieframe.rc:67
#, fuzzy
msgctxt "home page"
@ -2387,15 +2421,6 @@ msgid ""
"Saved passwords you have entered into forms."
msgstr ""
#: inetcpl.rc:78 notepad.rc:123 oleview.rc:160 oleview.rc:173 progman.rc:104
#: progman.rc:122 progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197
#: progman.rc:214 regedit.rc:245 regedit.rc:256 regedit.rc:269 regedit.rc:285
#: regedit.rc:298 regedit.rc:311 taskmgr.rc:447 taskmgr.rc:522 wineboot.rc:31
#: wineconsole.rc:132 winefile.rc:132 winefile.rc:155 winefile.rc:185
#: winemine.rc:93 wordpad.rc:205 wordpad.rc:216 wordpad.rc:234 wordpad.rc:247
msgid "Cancel"
msgstr "取消"
#: inetcpl.rc:79 progman.rc:64
msgid "Delete"
msgstr "刪除"
@ -8782,16 +8807,6 @@ msgstr ""
msgid "%1 %2 %3 Open resources: %4!u!\n"
msgstr ""
#: net.rc:44 notepad.rc:122 oleview.rc:159 oleview.rc:172 progman.rc:103
#: progman.rc:121 progman.rc:139 progman.rc:155 progman.rc:177 progman.rc:196
#: progman.rc:213 regedit.rc:244 regedit.rc:255 regedit.rc:268 regedit.rc:284
#: regedit.rc:297 regedit.rc:310 taskmgr.rc:446 taskmgr.rc:521
#: wineconsole.rc:131 winefile.rc:131 winefile.rc:154 winefile.rc:184
#: winemine.rc:68 winemine.rc:78 winemine.rc:92 wordpad.rc:204 wordpad.rc:215
#: wordpad.rc:233 wordpad.rc:246
msgid "OK"
msgstr "確定"
#: net.rc:45
#, fuzzy
msgid "Paused"