appwiz.cpl: Convert string table resources to po files.
diff --git a/configure b/configure
index b3bc5e9..4901fe7 100755
--- a/configure
+++ b/configure
@@ -14797,7 +14797,7 @@
wine_fn_config_test dlls/advpack/tests advpack_test
wine_fn_config_dll amstream enable_amstream
wine_fn_config_test dlls/amstream/tests amstream_test
-wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
+wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
wine_fn_config_dll atl enable_atl implib
wine_fn_config_test dlls/atl/tests atl_test
wine_fn_config_dll authz enable_authz
diff --git a/configure.ac b/configure.ac
index cc1a45e..9a0b86b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2326,7 +2326,7 @@
WINE_CONFIG_TEST(dlls/advpack/tests)
WINE_CONFIG_DLL(amstream)
WINE_CONFIG_TEST(dlls/amstream/tests)
-WINE_CONFIG_DLL(appwiz.cpl)
+WINE_CONFIG_DLL(appwiz.cpl,,[po])
WINE_CONFIG_DLL(atl,,[implib])
WINE_CONFIG_TEST(dlls/atl/tests)
WINE_CONFIG_DLL(authz)
diff --git a/dlls/appwiz.cpl/Bg.rc b/dlls/appwiz.cpl/Bg.rc
index af98860..6da195c 100644
--- a/dlls/appwiz.cpl/Bg.rc
+++ b/dlls/appwiz.cpl/Bg.rc
@@ -20,12 +20,6 @@
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_DOWNLOADING "Èçòåãëÿíå..."
- IDS_INSTALLING "Èíñòàëèðàíå..."
-}
-
ID_DWL_DIALOG DIALOG 0, 0, 260, 95
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Wine Gecko Installer"
diff --git a/dlls/appwiz.cpl/Da.rc b/dlls/appwiz.cpl/Da.rc
index 06a4291..7361bb4 100644
--- a/dlls/appwiz.cpl/Da.rc
+++ b/dlls/appwiz.cpl/Da.rc
@@ -29,32 +29,6 @@
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Tilføj/Fjern Programmer"
- IDS_CPL_DESC, "Giver dig mulighed for at installere ny software, eller fjerne eksisterende software fra din computer."
- IDS_TAB1_TITLE, "Applikationer"
-
- IDS_UNINSTALL_FAILED, "Er ikke i stand til at starte afinstallationen, '%s'. Ønsker du at fjerne fjernes posten, for dette program fra registreringsdatabasen?"
- IDS_NOT_SPECIFIED, "Ikke specificeret"
-
- IDS_COLUMN_NAME, "Navn"
- IDS_COLUMN_PUBLISHER, "Udgiver"
- IDS_COLUMN_VERSION, "Version"
- IDS_FILTER_INSTALLS, "Installations Programmer"
- IDS_FILTER_PROGRAMS, "Programmer (*.exe)"
- IDS_FILTER_ALL, "Alle Filer (*.*)"
-
- IDS_REMOVE, "&Fjern..."
- IDS_MODIFY_REMOVE, "&Rediger/Fjern..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Henter..."
- IDS_INSTALLING "Installerer..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installer/Fjern"
diff --git a/dlls/appwiz.cpl/De.rc b/dlls/appwiz.cpl/De.rc
index 474b382..d1d9b48 100644
--- a/dlls/appwiz.cpl/De.rc
+++ b/dlls/appwiz.cpl/De.rc
@@ -26,33 +26,6 @@
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Software"
- IDS_CPL_DESC, "Erlaubt ihnen neue Software hinzuzufügen oder zu entfernen."
- IDS_TAB1_TITLE, "Anwendungen"
-
- IDS_UNINSTALL_FAILED, "Der Uninstaller konnte nicht gestartet werden, '%s'. Möchten Sie den Uninstall-Eintrag für dieses Programm aus der Registrierung entfernen?"
- IDS_NOT_SPECIFIED, "Nicht angegeben"
-
- IDS_COLUMN_NAME, "Name"
- IDS_COLUMN_PUBLISHER, "Herausgeber"
- IDS_COLUMN_VERSION, "Version"
- IDS_FILTER_INSTALLS, "Setup-Programme"
- IDS_FILTER_PROGRAMS, "Programme (*.exe)"
- IDS_FILTER_ALL, "Alle Dateien (*.*)"
-
- IDS_REMOVE, "&Entfernen..."
- IDS_MODIFY_REMOVE, "Än&dern/Entfernen..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Lade herunter..."
- IDS_INSTALLING "Installiere..."
- IDS_INVALID_SHA "Unerwartete Prüfsumme der heruntergeladenen Datei. Breche Installation der beschädigten Datei ab."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Software"
diff --git a/dlls/appwiz.cpl/En.rc b/dlls/appwiz.cpl/En.rc
index d1fef50..d1f26ff 100644
--- a/dlls/appwiz.cpl/En.rc
+++ b/dlls/appwiz.cpl/En.rc
@@ -24,33 +24,6 @@
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Add/Remove Programs"
- IDS_CPL_DESC, "Allows you to install new software, or remove existing software from your computer."
- IDS_TAB1_TITLE, "Applications"
-
- IDS_UNINSTALL_FAILED, "Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall entry for this program from the registry?"
- IDS_NOT_SPECIFIED, "Not specified"
-
- IDS_COLUMN_NAME, "Name"
- IDS_COLUMN_PUBLISHER, "Publisher"
- IDS_COLUMN_VERSION, "Version"
- IDS_FILTER_INSTALLS, "Installation programs"
- IDS_FILTER_PROGRAMS, "Programs (*.exe)"
- IDS_FILTER_ALL, "All files (*.*)"
-
- IDS_REMOVE, "&Remove..."
- IDS_MODIFY_REMOVE, "&Modify/Remove..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Downloading..."
- IDS_INSTALLING "Installing..."
- IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Install/Uninstall"
diff --git a/dlls/appwiz.cpl/Es.rc b/dlls/appwiz.cpl/Es.rc
index 0b2d364..3c4c77c 100644
--- a/dlls/appwiz.cpl/Es.rc
+++ b/dlls/appwiz.cpl/Es.rc
@@ -25,32 +25,6 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Agregar/Quitar Programas"
- IDS_CPL_DESC, "Te permite instalar nuevo software, o desinstalar el software existente de tu computador."
- IDS_TAB1_TITLE, "Aplicaciones"
-
- IDS_UNINSTALL_FAILED, "Imposible ejecutar el desinstalador, '%s'. ¿Desea quitar la entrada de desinstalación de este programa del registro?"
- IDS_NOT_SPECIFIED, "No especificado"
-
- IDS_COLUMN_NAME, "Nombre"
- IDS_COLUMN_PUBLISHER, "Editor"
- IDS_COLUMN_VERSION, "Versión"
- IDS_FILTER_INSTALLS, "Programas de instalación"
- IDS_FILTER_PROGRAMS, "Programas (*.exe)"
- IDS_FILTER_ALL, "Todos los archivos (*.*)"
-
- IDS_REMOVE, "&Quitar..."
- IDS_MODIFY_REMOVE, "&Modificar/Quitar..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Descargando..."
- IDS_INSTALLING "Instalando..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalar/Desinstalar"
diff --git a/dlls/appwiz.cpl/Fi.rc b/dlls/appwiz.cpl/Fi.rc
deleted file mode 100644
index 21c6eab..0000000
--- a/dlls/appwiz.cpl/Fi.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Finnish resources for mshtml
- *
- * Copyright 2005 Kimmo Myllyvirta
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "res.h"
-
-LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Downloading..."
- IDS_INSTALLING "Installing..."
-}
diff --git a/dlls/appwiz.cpl/Fr.rc b/dlls/appwiz.cpl/Fr.rc
index 00146ff..f9ed107 100644
--- a/dlls/appwiz.cpl/Fr.rc
+++ b/dlls/appwiz.cpl/Fr.rc
@@ -28,33 +28,6 @@
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Ajout/Suppression de programmes"
- IDS_CPL_DESC, "Vous permet d'installer un nouveau logiciel, ou supprimer un logiciel existant de votre ordinateur."
- IDS_TAB1_TITLE, "Applications"
-
- IDS_UNINSTALL_FAILED, "Impossible d'exécuter le désinstalleur « %s ». Voulez-vous supprimer l'entrée de désinstallation de ce programme de la base de registre ?"
- IDS_NOT_SPECIFIED, "Non spécifié"
-
- IDS_COLUMN_NAME, "Nom"
- IDS_COLUMN_PUBLISHER, "Éditeur"
- IDS_COLUMN_VERSION, "Version"
- IDS_FILTER_INSTALLS, "Programmes d'installation"
- IDS_FILTER_PROGRAMS, "Programmes (*.exe)"
- IDS_FILTER_ALL, "Tous les fichiers (*.*)"
-
- IDS_REMOVE, "&Supprimer..."
- IDS_MODIFY_REMOVE, "&Modifier/Supprimer..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Téléchargement..."
- IDS_INSTALLING "Installation..."
- IDS_INVALID_SHA "Somme de contrôle du fichier téléchargé inattendue. Abandon de l'installation d'un fichier corrompu."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installation/Désinstallation"
diff --git a/dlls/appwiz.cpl/He.rc b/dlls/appwiz.cpl/He.rc
index 03abe19..2499d70 100644
--- a/dlls/appwiz.cpl/He.rc
+++ b/dlls/appwiz.cpl/He.rc
@@ -26,32 +26,6 @@
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "הוספה/הסרה של תכניות"
- IDS_CPL_DESC, "תכנית זו מאפשר לך להתקין תכניות חדשות או להסיר תכניות קיימות מהמחשב שלך."
- IDS_TAB1_TITLE, "יישומים"
-
- IDS_UNINSTALL_FAILED, "לא ניתן להפעיל את תכנית ההסרה, '%s'. האם ברצונך להסיר את הרשומה של תכנית זו מרישום המערכת?"
- IDS_NOT_SPECIFIED, "לא מוגדר"
-
- IDS_COLUMN_NAME, "שם"
- IDS_COLUMN_PUBLISHER, "מפיץ"
- IDS_COLUMN_VERSION, "גרסה"
- IDS_FILTER_INSTALLS, "תכניות התקנה"
- IDS_FILTER_PROGRAMS, "תכניות (*.exe)"
- IDS_FILTER_ALL, "כל הקבצים (*.*)"
-
- IDS_REMOVE, "ה&סרה..."
- IDS_MODIFY_REMOVE, "&שינוי/הסרה..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "הורדה..."
- IDS_INSTALLING "התקנה..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
diff --git a/dlls/appwiz.cpl/Hu.rc b/dlls/appwiz.cpl/Hu.rc
index a2a1add..568d5bb 100644
--- a/dlls/appwiz.cpl/Hu.rc
+++ b/dlls/appwiz.cpl/Hu.rc
@@ -26,32 +26,6 @@
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Programok hozzáadása/eltávolítása"
- IDS_CPL_DESC, "Lehetõvé teszi új programok telepítését illetve eltávolítását az Ön számítógépérõl."
- IDS_TAB1_TITLE, "Alkalmazások"
-
- IDS_UNINSTALL_FAILED, "Nem tudom elindítani az eltávolító programot: '%s'. Szeretné az ehhez a programhoz tartozó eltávolítási bejegyzést törölni a regisztrációs adatbázisból?"
- IDS_NOT_SPECIFIED, "Nincs megadva"
-
- IDS_COLUMN_NAME, "Név"
- IDS_COLUMN_PUBLISHER, "Kiadó"
- IDS_COLUMN_VERSION, "Verzió"
- IDS_FILTER_INSTALLS, "Telepítõ programok"
- IDS_FILTER_PROGRAMS, "Programok (*.exe)"
- IDS_FILTER_ALL, "Minden fájl (*.*)"
-
- IDS_REMOVE, "&Eltávolítás..."
- IDS_MODIFY_REMOVE, "&Módosítás/Eltávolítás..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Letöltés..."
- IDS_INSTALLING "Telepítés..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Telepítés/Eltávolítás"
diff --git a/dlls/appwiz.cpl/It.rc b/dlls/appwiz.cpl/It.rc
index 6890dfe..f473c45 100644
--- a/dlls/appwiz.cpl/It.rc
+++ b/dlls/appwiz.cpl/It.rc
@@ -26,33 +26,6 @@
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Aggiungi/Rimuovi Programmi"
- IDS_CPL_DESC, "Ti permette di installare nuovi software o di rimuovere quelli presenti dal tuo computer."
- IDS_TAB1_TITLE, "Applicazioni"
-
- IDS_UNINSTALL_FAILED, "Impossibile eseguire il disinstallatore, '%s'. Vuoi rimuovere la voce di disinstallazione di questo programma dal registro?"
- IDS_NOT_SPECIFIED, "Non specificato"
-
- IDS_COLUMN_NAME, "Nome"
- IDS_COLUMN_PUBLISHER, "Editore"
- IDS_COLUMN_VERSION, "Versione"
- IDS_FILTER_INSTALLS, "Programmi d'installazione"
- IDS_FILTER_PROGRAMS, "Programmi (*.exe)"
- IDS_FILTER_ALL, "Tutti i file (*.*)"
-
- IDS_REMOVE, "&Rimuovi..."
- IDS_MODIFY_REMOVE, "&Modifica/Rimuovi..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Scaricamento..."
- IDS_INSTALLING "Installazione..."
- IDS_INVALID_SHA "Checksum inaspettato del file scaricato. Interruzione dell'installazione del file corrotto."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installa/Disinstalla"
diff --git a/dlls/appwiz.cpl/Ja.rc b/dlls/appwiz.cpl/Ja.rc
index d4d1e0c..99ba597 100644
--- a/dlls/appwiz.cpl/Ja.rc
+++ b/dlls/appwiz.cpl/Ja.rc
@@ -26,32 +26,6 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "プログラムの追加と削除"
- IDS_CPL_DESC, "新しいソフトウェアをインストールするか、既存のソフトウェアを削除することができます。"
- IDS_TAB1_TITLE, "アプリケーション"
-
- IDS_UNINSTALL_FAILED, "アンインストーラー '%s' を起動することができません。このプログラムに対するアンインストール項目をレジストリから削除しますか?"
- IDS_NOT_SPECIFIED, "指定されていません"
-
- IDS_COLUMN_NAME, "名前"
- IDS_COLUMN_PUBLISHER, "発行元"
- IDS_COLUMN_VERSION, "バージョン"
- IDS_FILTER_INSTALLS, "インストールプログラム"
- IDS_FILTER_PROGRAMS, "プログラム(*.exe)"
- IDS_FILTER_ALL, "すべてのファイル (*.*)"
-
- IDS_REMOVE, "削除(&R)..."
- IDS_MODIFY_REMOVE, "変更と削除(&M)..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "ダウンロードしています..."
- IDS_INSTALLING "インストールしています..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "インストールとアンインストール"
diff --git a/dlls/appwiz.cpl/Ko.rc b/dlls/appwiz.cpl/Ko.rc
index 0451fbc..4daa4db 100644
--- a/dlls/appwiz.cpl/Ko.rc
+++ b/dlls/appwiz.cpl/Ko.rc
@@ -26,32 +26,6 @@
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "프로그램 추가/삭제"
- IDS_CPL_DESC, "새 소프트웨어를 설치하거나,이미 설치된 소프트웨어를 당신의 컴퓨터에서 삭제 할 수 있습니다."
- IDS_TAB1_TITLE, "프로그램"
-
- IDS_UNINSTALL_FAILED, "언인스톨러를 실행할 수 없습니다, '%s'. 당신은 이 프로그램의 언인스톨 정보를 레지스트리에서 지우겠습니까?"
- IDS_NOT_SPECIFIED, "지정되지 않음"
- IDS_COLUMN_NAME, "이름"
- IDS_COLUMN_PUBLISHER, "제작사"
- IDS_COLUMN_VERSION, "버젼"
- IDS_FILTER_INSTALLS, "설치 프로그램"
- IDS_FILTER_PROGRAMS, "프로그램 (*.exe)"
- IDS_FILTER_ALL, "모든 파일들 (*.*)"
-
- IDS_REMOVE, "제거(&R)..."
- IDS_MODIFY_REMOVE, "고치기(&M)/제거..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "다운로드중..."
- IDS_INSTALLING "설치하는 중..."
- IDS_INVALID_SHA "다운로드한 파일의 체크섬에 문제가 있습니다..망가진 파일의 설치를 취소하는 중입니다."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "설치/삭제"
diff --git a/dlls/appwiz.cpl/Lt.rc b/dlls/appwiz.cpl/Lt.rc
index 0a29128..5a0f304 100644
--- a/dlls/appwiz.cpl/Lt.rc
+++ b/dlls/appwiz.cpl/Lt.rc
@@ -26,33 +26,6 @@
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Pridėti/pašalinti programas"
- IDS_CPL_DESC, "Leidžia įdiegti naują programinę įrangą, ar pašalinti jau įdiegtą iš jūsų kompiuterio."
- IDS_TAB1_TITLE, "Programos"
-
- IDS_UNINSTALL_FAILED, "Nepavyko įvykdyti programos pašalinimo komandos „%s“. Ar norite pašalinti programos šalinimo įrašą iš registro?"
- IDS_NOT_SPECIFIED, "Nenurodyta"
-
- IDS_COLUMN_NAME, "Vardas"
- IDS_COLUMN_PUBLISHER, "Leidėjas"
- IDS_COLUMN_VERSION, "Versija"
- IDS_FILTER_INSTALLS, "Diegimo programos"
- IDS_FILTER_PROGRAMS, "Programos (*.exe)"
- IDS_FILTER_ALL, "Visi failai (*.*)"
-
- IDS_REMOVE, "Pa&šalinti..."
- IDS_MODIFY_REMOVE, "Pa&keisti/pašalinti..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Atsiunčiama..."
- IDS_INSTALLING "Įdiegiama..."
- IDS_INVALID_SHA "Netikėta atsiųsto failo kontrolinė suma. Nutraukiamas pažeisto failo įdiegimas."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Įdiegti/Pašalinti"
diff --git a/dlls/appwiz.cpl/Makefile.in b/dlls/appwiz.cpl/Makefile.in
index bacfd59..ace85bb 100644
--- a/dlls/appwiz.cpl/Makefile.in
+++ b/dlls/appwiz.cpl/Makefile.in
@@ -12,7 +12,6 @@
De.rc \
En.rc \
Es.rc \
- Fi.rc \
Fr.rc \
He.rc \
Hu.rc \
@@ -34,6 +33,8 @@
Zh.rc \
appwiz.rc
+PO_SRCS = appwiz.rc
+
SVG_SRCS = \
appwiz.svg
diff --git a/dlls/appwiz.cpl/Nl.rc b/dlls/appwiz.cpl/Nl.rc
index 8689c5d..fc13b80 100644
--- a/dlls/appwiz.cpl/Nl.rc
+++ b/dlls/appwiz.cpl/Nl.rc
@@ -26,33 +26,6 @@
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Software"
- IDS_CPL_DESC, "Hiermee installeert u nieuwe software, of verwijdert u bestaande software van uw computer."
- IDS_TAB1_TITLE, "Programma's"
-
- IDS_UNINSTALL_FAILED, "Het programma '%s' kan niet verwijderd worden van het systeem. Wilt u het verwijderen uit het register?"
- IDS_NOT_SPECIFIED, "Niet gespecificeerd"
-
- IDS_COLUMN_NAME, "Naam"
- IDS_COLUMN_PUBLISHER, "Uitgever"
- IDS_COLUMN_VERSION, "Versie"
- IDS_FILTER_INSTALLS, "Installatie-programma's"
- IDS_FILTER_PROGRAMS, "Programma's (*.exe)"
- IDS_FILTER_ALL, "Alle bestanden (*.*)"
-
- IDS_REMOVE, "&Verwijderen..."
- IDS_MODIFY_REMOVE, "&Wijzigen/Verwijderen..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Bezig met downloaden..."
- IDS_INSTALLING "Bezig met installeren..."
- IDS_INVALID_SHA "Onverwachte checksum van het gedownloade bestand. Installatie van het corrupte bestand wordt afgebroken."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installeren/Verwijderen"
diff --git a/dlls/appwiz.cpl/No.rc b/dlls/appwiz.cpl/No.rc
index 1fe7ecc..f248fbc 100644
--- a/dlls/appwiz.cpl/No.rc
+++ b/dlls/appwiz.cpl/No.rc
@@ -26,32 +26,6 @@
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Legg til/Fjern programmer"
- IDS_CPL_DESC, "Lar deg installere ny programvare eller fjerne installerte programmer."
- IDS_TAB1_TITLE, "Programmer"
-
- IDS_UNINSTALL_FAILED, "Klarte ikke kjøre avinstalleringsprogrammet, «%s». Vil du fjerne oppføringen fra listen over installerte programmer?"
- IDS_NOT_SPECIFIED, "Ikke oppgitt"
-
- IDS_COLUMN_NAME, "Navn"
- IDS_COLUMN_PUBLISHER, "Utgiver"
- IDS_COLUMN_VERSION, "Versjon"
- IDS_FILTER_INSTALLS, "Installasjonsprogrammer"
- IDS_FILTER_PROGRAMS, "Programmer (*.exe)"
- IDS_FILTER_ALL, "Alle filer (*.*)"
-
- IDS_REMOVE, "Fje&rn..."
- IDS_MODIFY_REMOVE, "&Endre/Fjern..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Laster ned..."
- IDS_INSTALLING "Installerer..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installer/Avinstaller"
diff --git a/dlls/appwiz.cpl/Pl.rc b/dlls/appwiz.cpl/Pl.rc
index ba46016..78d6e49 100644
--- a/dlls/appwiz.cpl/Pl.rc
+++ b/dlls/appwiz.cpl/Pl.rc
@@ -24,33 +24,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Dodaj/Usuñ programy"
- IDS_CPL_DESC, "Pozwala na instalacjê nowego lub usuniêcie ju¿ istniej¹cego oprogramowania z twojego komputera."
- IDS_TAB1_TITLE, "Aplikacje"
-
- IDS_UNINSTALL_FAILED, "Nie mo¿na uruchomiæ programu odinstalowuj¹cego, '%s'. Czy chcesz usun¹æ wpis o tym programie z rejestru?"
- IDS_NOT_SPECIFIED, "Nie okrelone"
-
- IDS_COLUMN_NAME, "Nazwa"
- IDS_COLUMN_PUBLISHER, "Wydawca"
- IDS_COLUMN_VERSION, "Wersja"
- IDS_FILTER_INSTALLS, "Programy instalacyjne"
- IDS_FILTER_PROGRAMS, "Programy (*.exe)"
- IDS_FILTER_ALL, "Wszystkie pliki (*.*)"
-
- IDS_REMOVE, "&Usuñ..."
- IDS_MODIFY_REMOVE, "&Zmieñ/Usuñ..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Pobieranie..."
- IDS_INSTALLING "Instalowanie..."
- IDS_INVALID_SHA "Nieoczekiwana suma pobranego pliku. Przerywanie instalacji uszkodzonego pliku."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Zainstaluj/Odinstaluj"
diff --git a/dlls/appwiz.cpl/Pt.rc b/dlls/appwiz.cpl/Pt.rc
index d242be6..7c75fc7 100644
--- a/dlls/appwiz.cpl/Pt.rc
+++ b/dlls/appwiz.cpl/Pt.rc
@@ -26,57 +26,6 @@
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Adicionar/Remover Programas"
- IDS_CPL_DESC, "Permite a instalação de novo software, ou a remoção de software existente no seu computador."
- IDS_TAB1_TITLE, "Aplicativos"
-
- IDS_UNINSTALL_FAILED, "Não foi possível executar o desinstalador, '%s'. Deseja remover do registro a entrada de desinstalação para este programa?"
- IDS_NOT_SPECIFIED, "Não especificado"
-
- IDS_COLUMN_NAME, "Nome"
- IDS_COLUMN_PUBLISHER, "Editor"
- IDS_COLUMN_VERSION, "Versão"
- IDS_FILTER_INSTALLS, "Programas de Instalação"
- IDS_FILTER_PROGRAMS, "Programas (*.exe)"
- IDS_FILTER_ALL, "Todos os arquivos (*.*)"
-
- IDS_REMOVE, "&Remover..."
- IDS_MODIFY_REMOVE, "&Modificar/Remover..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Fazendo o download..."
- IDS_INSTALLING "Instalando..."
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Adicionar/Remover Programas"
- IDS_CPL_DESC, "Permite a instalação de novo software, ou a remoção de software existente no seu computador."
- IDS_TAB1_TITLE, "Aplicações"
-
- IDS_UNINSTALL_FAILED, "Não foi possível executar o desinstalador, '%s'. Deseja remover do registo a entrada de desinstalação para este programa?"
- IDS_NOT_SPECIFIED, "Não especificado"
-
- IDS_COLUMN_NAME, "Nome"
- IDS_COLUMN_PUBLISHER, "Editor"
- IDS_COLUMN_VERSION, "Versão"
- IDS_FILTER_INSTALLS, "Programas de Instalação"
- IDS_FILTER_PROGRAMS, "Programas (*.exe)"
- IDS_FILTER_ALL, "Todos os ficheiros (*.*)"
-
- IDS_REMOVE, "&Remover..."
- IDS_MODIFY_REMOVE, "&Modificar/Remover..."
-}
-
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalar/Desinstalar"
@@ -113,12 +62,6 @@
CONTROL 3, 1003, "STATIC", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 57, 21, 20
}
-STRINGTABLE
-{
- IDS_DOWNLOADING "A descarregar..."
- IDS_INSTALLING "A instalar..."
-}
-
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
IDD_INFO DIALOG 0, 0, 256, 138
diff --git a/dlls/appwiz.cpl/Ro.rc b/dlls/appwiz.cpl/Ro.rc
index 79052c0..c2ca8c0 100644
--- a/dlls/appwiz.cpl/Ro.rc
+++ b/dlls/appwiz.cpl/Ro.rc
@@ -26,32 +26,6 @@
#pragma code_page(65001)
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Adăugare/eliminare programe"
- IDS_CPL_DESC, "Permite instalarea sau dezinstalarea de aplicații pe calculatorul d-voastră."
- IDS_TAB1_TITLE, "Aplicații"
-
- IDS_UNINSTALL_FAILED, "Nu am putut rula dezinstalarea pentru „%s”. Vreți să înlăturați înregistrarea de dezinstalare a acestei aplicații?"
- IDS_NOT_SPECIFIED, "Ne specificat"
-
- IDS_COLUMN_NAME, "Nume"
- IDS_COLUMN_PUBLISHER, "Emitent"
- IDS_COLUMN_VERSION, "Versiune"
- IDS_FILTER_INSTALLS, "Programe de instalare"
- IDS_FILTER_PROGRAMS, "Programe (*.exe)"
- IDS_FILTER_ALL, "Toate fișierele (*.*)"
-
- IDS_REMOVE, "&Sterge..."
- IDS_MODIFY_REMOVE, "&Modifică/Șterge..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Descarc..."
- IDS_INSTALLING "Instalez..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instalare/dezinstalare"
diff --git a/dlls/appwiz.cpl/Ru.rc b/dlls/appwiz.cpl/Ru.rc
index b9139bc..1fcda4f 100644
--- a/dlls/appwiz.cpl/Ru.rc
+++ b/dlls/appwiz.cpl/Ru.rc
@@ -27,33 +27,6 @@
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Установка/Удаление программ"
- IDS_CPL_DESC, "Позволяет устанавливать новое ПО или удалять существующее с вашего компьютера."
- IDS_TAB1_TITLE, "Приложения"
-
- IDS_UNINSTALL_FAILED, "Невозможно выполнить, '%s'. Вы хотите удалить программу из списка?"
- IDS_NOT_SPECIFIED, "Отсутствует"
-
- IDS_COLUMN_NAME, "Название"
- IDS_COLUMN_PUBLISHER, "Издатель"
- IDS_COLUMN_VERSION, "Версия"
- IDS_FILTER_INSTALLS, "Установщики"
- IDS_FILTER_PROGRAMS, "Программы (*.exe)"
- IDS_FILTER_ALL, "Все файлы (*.*)"
-
-
- IDS_REMOVE, "&Удалить..."
- IDS_MODIFY_REMOVE, "&Изменить/Удалить..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Загрузка..."
- IDS_INSTALLING "Установка..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 235
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Установка/Удаление"
diff --git a/dlls/appwiz.cpl/Si.rc b/dlls/appwiz.cpl/Si.rc
index 91213da..0d68fb7 100644
--- a/dlls/appwiz.cpl/Si.rc
+++ b/dlls/appwiz.cpl/Si.rc
@@ -25,32 +25,6 @@
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Dodaj/odstrani programe"
- IDS_CPL_DESC, "Omogoča namestitev novih programov oziroma odstranitev programov z vašega računalnika."
- IDS_TAB1_TITLE, "Programi"
-
- IDS_UNINSTALL_FAILED, "Napaka pri zaganjanju odstranitvenega programa '%s'. Ali želite izbrisati odstranitveni vnos za ta program iz registra?"
- IDS_NOT_SPECIFIED, "Ni navedeno"
-
- IDS_COLUMN_NAME, "Ime"
- IDS_COLUMN_PUBLISHER, "Založnik"
- IDS_COLUMN_VERSION, "Različica"
- IDS_FILTER_INSTALLS, "Instalacijski programi"
- IDS_FILTER_PROGRAMS, "Programi (*.exe)"
- IDS_FILTER_ALL, "Vse datoteke (*.*)"
-
- IDS_REMOVE, "&Odstrani ..."
- IDS_MODIFY_REMOVE, "&Modify/Remove ..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Nalagam ..."
- IDS_INSTALLING "Nameščam ..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Dodaj/odstrani programe"
diff --git a/dlls/appwiz.cpl/Sr.rc b/dlls/appwiz.cpl/Sr.rc
index 1ca6b55..7b0fd6f 100644
--- a/dlls/appwiz.cpl/Sr.rc
+++ b/dlls/appwiz.cpl/Sr.rc
@@ -27,32 +27,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Dodaj/ukloni programe"
- IDS_CPL_DESC, "Instaliranje novog programa ili brisanje postojećeg."
- IDS_TAB1_TITLE, "Programi"
-
- IDS_UNINSTALL_FAILED, "Izvršavanje deinstalacionog programa za „%s“ nije uspelo. Želite li da uklonite registarski unos ovog programa?"
- IDS_NOT_SPECIFIED, "Nije određeno"
-
- IDS_COLUMN_NAME, "Ime"
- IDS_COLUMN_PUBLISHER, "Izdavač"
- IDS_COLUMN_VERSION, "Izdanje"
- IDS_FILTER_INSTALLS, "Instalacioni programi"
- IDS_FILTER_PROGRAMS, "Izvršne datoteke (*.exe)"
- IDS_FILTER_ALL, "Sve datoteke (*.*)"
-
- IDS_REMOVE, "&Ukloni..."
- IDS_MODIFY_REMOVE, "&Izmeni/ukloni..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Preuzimanje..."
- IDS_INSTALLING "Instaliranje..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Instaliraj/ukloni"
@@ -97,32 +71,6 @@
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Додај/уклони програме"
- IDS_CPL_DESC, "Инсталирање новог програма или брисање постојећег."
- IDS_TAB1_TITLE, "Програми"
-
- IDS_UNINSTALL_FAILED, "Извршавање деинсталационог програма за „%s“ није успело. Желите ли да уклоните регистарски унос овог програма?"
- IDS_NOT_SPECIFIED, "Није одређено"
-
- IDS_COLUMN_NAME, "Име"
- IDS_COLUMN_PUBLISHER, "Издавач"
- IDS_COLUMN_VERSION, "Издање"
- IDS_FILTER_INSTALLS, "Инсталациони програми"
- IDS_FILTER_PROGRAMS, "Извршне датотеке (*.exe)"
- IDS_FILTER_ALL, "Све датотеке (*.*)"
-
- IDS_REMOVE, "&Уклони..."
- IDS_MODIFY_REMOVE, "&Измени/уклони..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Преузимање..."
- IDS_INSTALLING "Инсталирање..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Инсталирај/уклони"
diff --git a/dlls/appwiz.cpl/Sv.rc b/dlls/appwiz.cpl/Sv.rc
index e67da7e..fbb80c5 100644
--- a/dlls/appwiz.cpl/Sv.rc
+++ b/dlls/appwiz.cpl/Sv.rc
@@ -27,33 +27,6 @@
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Lägg till/Ta bort program"
- IDS_CPL_DESC, "Låter dig installera ny programvara, eller ta bort befintlig programvara från din dator."
- IDS_TAB1_TITLE, "Program"
-
- IDS_UNINSTALL_FAILED, "Kunde inte köra avinstalleraren, '%s'. Vill du ta bort avinstallationsobjektet för detta program från registret?"
- IDS_NOT_SPECIFIED, "Inte angivet"
-
- IDS_COLUMN_NAME, "Namn"
- IDS_COLUMN_PUBLISHER, "Utgivare"
- IDS_COLUMN_VERSION, "Version"
- IDS_FILTER_INSTALLS, "Installationsprogram"
- IDS_FILTER_PROGRAMS, "Program (*.exe)"
- IDS_FILTER_ALL, "Alla filer (*.*)"
-
- IDS_REMOVE, "&Ta bort..."
- IDS_MODIFY_REMOVE, "&Ändra/Ta bort..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Hämtar..."
- IDS_INSTALLING "Installerar..."
- IDS_INVALID_SHA "Oväntad kontrollsumma på hämtad fil. Avbryter installation av korrupt fil."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Installera/Avinstallera"
diff --git a/dlls/appwiz.cpl/Tr.rc b/dlls/appwiz.cpl/Tr.rc
index a17e552..2461b1f 100644
--- a/dlls/appwiz.cpl/Tr.rc
+++ b/dlls/appwiz.cpl/Tr.rc
@@ -20,12 +20,6 @@
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_DOWNLOADING "Ýndiriliyor..."
- IDS_INSTALLING "Kuruluyor..."
-}
-
ID_DWL_DIALOG DIALOG 0, 0, 260, 95
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Wine Gecko Kurucusu"
diff --git a/dlls/appwiz.cpl/Uk.rc b/dlls/appwiz.cpl/Uk.rc
index 80fa35a..b74e85e 100644
--- a/dlls/appwiz.cpl/Uk.rc
+++ b/dlls/appwiz.cpl/Uk.rc
@@ -27,32 +27,6 @@
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-STRINGTABLE
-{
- IDS_CPL_TITLE, "Встановлення/Видалення Програм"
- IDS_CPL_DESC, "Дозволяє встановити нове ПЗ та видалити наявне з вашого комп'ютера."
- IDS_TAB1_TITLE, "Програми"
-
- IDS_UNINSTALL_FAILED, "Неможливо виконати видалення, '%s'. Вилучити дані про встановлену програму з реєстру?"
- IDS_NOT_SPECIFIED, "Не зазначено"
-
- IDS_COLUMN_NAME, "Назва"
- IDS_COLUMN_PUBLISHER, "Видавець"
- IDS_COLUMN_VERSION, "Версія"
- IDS_FILTER_INSTALLS, "Програми встановлення"
- IDS_FILTER_PROGRAMS, "Програми (*.exe)"
- IDS_FILTER_ALL, "Всі Файли (*.*)"
-
- IDS_REMOVE, "&Видалити..."
- IDS_MODIFY_REMOVE, "&Змінити/Видалити..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "Завантаження..."
- IDS_INSTALLING "Встановлення..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Встановлення/Видалення"
diff --git a/dlls/appwiz.cpl/Zh.rc b/dlls/appwiz.cpl/Zh.rc
index 61ea359..c324725 100644
--- a/dlls/appwiz.cpl/Zh.rc
+++ b/dlls/appwiz.cpl/Zh.rc
@@ -27,32 +27,6 @@
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
-STRINGTABLE
-{
- IDS_CPL_TITLE, "添加/删除程序"
- IDS_CPL_DESC, "允许你安装新软件或删除现有程序."
- IDS_TAB1_TITLE, "应用程序"
-
- IDS_UNINSTALL_FAILED, "不能运行卸载程序 '%s'. 你想把这个卸载程序从注册表中删除吗?"
- IDS_NOT_SPECIFIED, "没指定"
-
- IDS_COLUMN_NAME, "名称"
- IDS_COLUMN_PUBLISHER, "生产商"
- IDS_COLUMN_VERSION, "版本"
- IDS_FILTER_INSTALLS, "安装程序"
- IDS_FILTER_PROGRAMS, "程序 (*.exe)"
- IDS_FILTER_ALL, "所有文件 (*.*)"
-
- IDS_REMOVE, "删除 (&R)..."
- IDS_MODIFY_REMOVE, "修改或删除 (&M)..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "正在下载..."
- IDS_INSTALLING "正在安装..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "安装/卸载"
@@ -110,32 +84,6 @@
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
-STRINGTABLE
-{
- IDS_CPL_TITLE, "添加/刪除程式"
- IDS_CPL_DESC, "允許你安裝新軟件, 和從你的電腦裡刪除現有程式."
- IDS_TAB1_TITLE, "運用程式"
-
- IDS_UNINSTALL_FAILED, "不能執行卸載程式 '%s'. 你想把這個卸載程式從註冊表中刪除嗎?"
- IDS_NOT_SPECIFIED, "沒指定"
-
- IDS_COLUMN_NAME, "名稱"
- IDS_COLUMN_PUBLISHER, "生產商"
- IDS_COLUMN_VERSION, "版本"
- IDS_FILTER_INSTALLS, "Installation Programs"
- IDS_FILTER_PROGRAMS, "Programs (*.exe)"
- IDS_FILTER_ALL, "All files (*.*)"
-
- IDS_REMOVE, "&Remove..."
- IDS_MODIFY_REMOVE, "&Modify/Remove..."
-}
-
-STRINGTABLE
-{
- IDS_DOWNLOADING "正在下載..."
- IDS_INSTALLING "正在安裝..."
-}
-
IDD_MAIN DIALOG 0, 0, 320, 220
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "安裝/卸載"
diff --git a/dlls/appwiz.cpl/appwiz.rc b/dlls/appwiz.cpl/appwiz.rc
index 152ea4c..19358a3 100644
--- a/dlls/appwiz.cpl/appwiz.rc
+++ b/dlls/appwiz.cpl/appwiz.rc
@@ -21,5 +21,36 @@
#include "res.h"
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_CPL_TITLE, "Add/Remove Programs"
+ IDS_CPL_DESC, "Allows you to install new software, or remove existing software from your computer."
+ IDS_TAB1_TITLE, "Applications"
+
+ IDS_UNINSTALL_FAILED, "Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall entry for this program from the registry?"
+ IDS_NOT_SPECIFIED, "Not specified"
+
+ IDS_COLUMN_NAME, "Name"
+ IDS_COLUMN_PUBLISHER, "Publisher"
+ IDS_COLUMN_VERSION, "Version"
+ IDS_FILTER_INSTALLS, "Installation programs"
+ IDS_FILTER_PROGRAMS, "Programs (*.exe)"
+ IDS_FILTER_ALL, "All files (*.*)"
+
+ IDS_REMOVE, "&Remove..."
+ IDS_MODIFY_REMOVE, "&Modify/Remove..."
+}
+
+STRINGTABLE
+{
+ IDS_DOWNLOADING "Downloading..."
+ IDS_INSTALLING "Installing..."
+ IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
+}
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
/* @makedep: appwiz.ico */
ICO_MAIN ICON "appwiz.ico"
diff --git a/po/ar.po b/po/ar.po
index 86bbda7..7b77823 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "كل الملفات (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1030,10 +1100,6 @@
msgid "Properties Only"
msgstr ""
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1150,10 +1216,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "كل الملفات (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4619,10 +4681,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5278,10 +5336,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 527efe0..caa61bc 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -13,6 +13,82 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Wine Application Uninstaller"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Изпълнението на командата за деинсталиране '%s' неуспешно, може би заради "
+"липсващ изпълним файл.\n"
+"Искате ли да премахнете записа за деинсталиране от системния регистър?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Всички файлове (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Анотирай..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Изтегляне..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Инсталиране..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1026,10 +1102,6 @@
msgid "Properties Only"
msgstr "Сво&йства"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1147,10 +1219,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Всички файлове (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4651,11 +4719,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Wine Application Uninstaller"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5329,10 +5392,6 @@
msgid "Wine File"
msgstr "Wine Помощ"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 5e97473..a2e48d0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -13,6 +13,87 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Volby"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Spuštění příkazu %s selhalo, možná příčína je chybějící aplikace.\n"
+"Přejete si odstranit instalační záznam z registru?"
+
+#: appwiz.rc:33
+#, fuzzy
+msgid "Not specified"
+msgstr "Nebyl zadán žádný příkaz."
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Jméno"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+#, fuzzy
+msgid "Version"
+msgstr ""
+"CMD Version %s\n"
+"\n"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+#, fuzzy
+msgid "Programs (*.exe)"
+msgstr "Programy"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Všechny soubory (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Odstranit sdílení..."
+
+#: appwiz.rc:43
+#, fuzzy
+msgid "&Modify/Remove..."
+msgstr "&Odstranit sdílení..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1054,13 +1135,6 @@
"#-#-#-#-# cs.po (Wine) #-#-#-#-#\n"
"V&lastnosti"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"CMD Version %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1178,10 +1252,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Všechny soubory (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5000,11 +5070,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Volby"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5656,10 +5721,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Jméno"
-
#: winefile.rc:161
msgid "Size"
msgstr "Velikost"
diff --git a/po/da.po b/po/da.po
index ebcd629..79b895c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -13,6 +13,90 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Tilføj/Fjern Programmer"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Giver dig mulighed for at installere ny software, eller fjerne eksisterende "
+"software fra din computer."
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr ""
+"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
+"Programmer\n"
+"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
+"Applikationer"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Er ikke i stand til at starte afinstallationen, '%s'. Ønsker du at fjerne "
+"fjernes posten, for dette program fra registreringsdatabasen?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Ikke specificeret"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Navn"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Udgiver"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installations Programmer"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programmer (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
+"Alle filer (*.*)\n"
+"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
+"Alle Filer (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Fjern..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Rediger/Fjern..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Henter..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installerer..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullering..."
@@ -1052,13 +1136,6 @@
"#-#-#-#-# da.po (Wine) #-#-#-#-#\n"
"Egenska&per"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"CMD Version %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1178,10 +1255,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Alle filer (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5113,10 +5186,6 @@
msgid "Controls Debug Channels"
msgstr "Kontrollere Fejlsøgnings Kanaler"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Programmer"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processer"
@@ -5795,10 +5864,6 @@
msgid "Wine File"
msgstr "Filbehandling"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Navn"
-
#: winefile.rc:161
msgid "Size"
msgstr "Størrelse"
diff --git a/po/de.po b/po/de.po
index 5b96518..d03bec5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -13,6 +13,80 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Software"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "Erlaubt ihnen neue Software hinzuzufügen oder zu entfernen."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Anwendungen"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Der Uninstaller konnte nicht gestartet werden, '%s'. Möchten Sie den "
+"Uninstall-Eintrag für dieses Programm aus der Registrierung entfernen?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Nicht angegeben"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Name"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Herausgeber"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Setup-Programme"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programme (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Alle Dateien (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Entfernen..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "Än&dern/Entfernen..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Lade herunter..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installiere..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Unerwartete Prüfsumme der heruntergeladenen Datei. Breche Installation der "
+"beschädigten Datei ab."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Abbrechen..."
@@ -1033,10 +1107,6 @@
msgid "Properties Only"
msgstr "Nur Eigenschaften"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Version"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Seriennummer"
@@ -1155,10 +1225,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 Zertifikate (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Alle Dateien (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Bitte wählen Sie eine Datei."
@@ -5084,10 +5150,6 @@
msgid "Controls Debug Channels"
msgstr "Stellt Debug-Kanäle ein"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Anwendungen"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Prozesse"
@@ -5759,10 +5821,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Name"
-
#: winefile.rc:161
msgid "Size"
msgstr "Größe"
diff --git a/po/el.po b/po/el.po
index 15b5655..6c909e1 100644
--- a/po/el.po
+++ b/po/el.po
@@ -13,6 +13,77 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Επιλογές"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1096,6 @@
msgid "Properties Only"
msgstr ""
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1145,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4587,11 +4650,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Επιλογές"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5241,10 +5299,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/en.po b/po/en.po
index cc99b37..a144e2b 100644
--- a/po/en.po
+++ b/po/en.po
@@ -13,6 +13,86 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Application Policies"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Execution of uninstall command '%s' failed, perhaps due to missing "
+"executable.\n"
+"Do you want to remove the uninstall entry from the registry ?"
+
+#: appwiz.rc:33
+#, fuzzy
+msgid "Not specified"
+msgstr "No command was specified."
+
+#: appwiz.rc:35 winefile.rc:160
+#, fuzzy
+msgid "Name"
+msgstr "Sur Name"
+
+#: appwiz.rc:36
+#, fuzzy
+msgid "Publisher"
+msgstr "Trusted Publishers"
+
+#: appwiz.rc:37 cryptui.rc:51
+#, fuzzy
+msgid "Version"
+msgstr "CA Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Annotate..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1029,11 +1109,6 @@
msgid "Properties Only"
msgstr "&Properties"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr "CA Version"
-
#: cryptui.rc:52
#, fuzzy
msgid "Serial number"
@@ -1161,10 +1236,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5009,11 +5080,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Application Policies"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5705,11 +5771,6 @@
msgid "Wine File"
msgstr "&About Wine Help"
-#: winefile.rc:160
-#, fuzzy
-msgid "Name"
-msgstr "Sur Name"
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/en_US.po b/po/en_US.po
index 97b8c1a..1e26e65 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -13,6 +13,82 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Add/Remove Programs"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Applications"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Not specified"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Name"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Publisher"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installation programs"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programs (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "All files (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Remove..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modify/Remove..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Downloading..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installing..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelling..."
@@ -1033,10 +1109,6 @@
msgid "Properties Only"
msgstr "Properties Only"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Version"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Serial number"
@@ -1157,10 +1229,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 Messages (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "All files (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Please select a file."
@@ -5000,10 +5068,6 @@
msgid "Controls Debug Channels"
msgstr "Controls Debug Channels"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Applications"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processes"
@@ -5675,10 +5739,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Name"
-
#: winefile.rc:161
msgid "Size"
msgstr "Size"
diff --git a/po/eo.po b/po/eo.po
index bd51525..b6bcb78 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -13,6 +13,81 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Wine Programa Malinstalilo"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Malinstalad-komando '%s' malsukcesis, eble æar mankas programo.\n"
+"Æu vi volas forigi la malinstalada 'entry' de la registro ?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tutaj dosieroj (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Notu..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1031,10 +1106,6 @@
"#-#-#-#-# eo.po (Wine) #-#-#-#-#\n"
"E&coj"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1152,10 +1223,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tutaj dosieroj (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4677,11 +4744,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Wine Programa Malinstalilo"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5346,10 +5408,6 @@
msgid "Wine File"
msgstr "Wine Helpanto"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 7cbdaf7..0495496 100644
--- a/po/es.po
+++ b/po/es.po
@@ -13,6 +13,80 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Agregar/Quitar Programas"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Te permite instalar nuevo software, o desinstalar el software existente de "
+"tu computador."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Aplicaciones"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Imposible ejecutar el desinstalador, '%s'. ¿Desea quitar la entrada de "
+"desinstalación de este programa del registro?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "No especificado"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nombre"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Editor"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versión"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programas de instalación"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programas (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Todos los archivos (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Quitar..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modificar/Quitar..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Descargando..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Instalando..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
@@ -1057,13 +1131,6 @@
"#-#-#-#-# es.po (Wine) #-#-#-#-#\n"
"Propie&dades"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"CMD Versión %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1183,10 +1250,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Todos los archivos (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5113,11 +5176,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Opciones"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5794,10 +5852,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nombre"
-
#: winefile.rc:161
msgid "Size"
msgstr "Tamaño"
diff --git a/po/fa.po b/po/fa.po
index 7c2773a..09aa7d8 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "همهی پروندهها (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1030,10 +1100,6 @@
msgid "Properties Only"
msgstr ""
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1150,10 +1216,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "همهی پروندهها (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4622,10 +4684,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5281,10 +5339,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 47aa3ac..cf38926 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -13,6 +13,81 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Valinnat"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Poistokomento '%s' epäonnistui, johtuen ehkä puuttuvasta tiedostosta.\n"
+"Haluatko poistaa ohjelman rekisteristä?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Kaikki tiedostot (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Huomautus..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Downloading..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installing..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1035,10 +1110,6 @@
"#-#-#-#-# fi.po (Wine) #-#-#-#-#\n"
"O&minaisuudet"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1156,10 +1227,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Kaikki tiedostot (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4713,11 +4780,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Valinnat"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5399,10 +5461,6 @@
msgid "Wine File"
msgstr "WineMine"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 0abd126..bdc7637 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,6 +13,82 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Ajout/Suppression de programmes"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Vous permet d'installer un nouveau logiciel, ou supprimer un logiciel "
+"existant de votre ordinateur."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Applications"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Impossible d'exécuter le désinstalleur « %s ». Voulez-vous supprimer "
+"l'entrée de désinstallation de ce programme de la base de registre ?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Non spécifié"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nom"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Éditeur"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programmes d'installation"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programmes (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tous les fichiers (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Supprimer..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modifier/Supprimer..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Téléchargement..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installation..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Somme de contrôle du fichier téléchargé inattendue. Abandon de "
+"l'installation d'un fichier corrompu."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annulation..."
@@ -1060,10 +1136,6 @@
msgid "Properties Only"
msgstr "Propriétés uniquement"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Version"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Numéro de série"
@@ -1184,10 +1256,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Messages CMS/PKCS #7 (*.spc ; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tous les fichiers (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Sélectionnez un fichier."
@@ -5194,10 +5262,6 @@
msgid "Controls Debug Channels"
msgstr "Contrôle les canaux de débogage"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Applications"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processus"
@@ -5875,10 +5939,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nom"
-
#: winefile.rc:161
msgid "Size"
msgstr "Taille"
diff --git a/po/he.po b/po/he.po
index 0ee2757..d0c0f41 100644
--- a/po/he.po
+++ b/po/he.po
@@ -13,6 +13,79 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "הוספה/הסרה של תכניות"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"תכנית זו מאפשר לך להתקין תכניות חדשות או להסיר תכניות קיימות מהמחשב שלך."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "יישומים"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"לא ניתן להפעיל את תכנית ההסרה, '%s'. האם ברצונך להסיר את הרשומה של תכנית זו "
+"מרישום המערכת?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "לא מוגדר"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "שם"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "מפיץ"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "גרסה"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "תכניות התקנה"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "תכניות (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "כל הקבצים (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "ה&סרה..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&שינוי/הסרה..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "הורדה..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "התקנה..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "בהליכי ביטול..."
@@ -1042,10 +1115,6 @@
"#-#-#-#-# he.po (Wine) #-#-#-#-#\n"
"מ&אפיינים"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1165,10 +1234,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "כל הקבצים (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4683,10 +4748,6 @@
msgid "Controls Debug Channels"
msgstr "שליטה בערוצי ניפוי השגיאות"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "יישומים"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "תהליכים"
@@ -5360,10 +5421,6 @@
msgid "Wine File"
msgstr "קובץ Wine"
-#: winefile.rc:160
-msgid "Name"
-msgstr "שם"
-
#: winefile.rc:161
msgid "Size"
msgstr "גודל"
diff --git a/po/hi.po b/po/hi.po
index d476582..dc2c954 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1095,6 @@
msgid "Properties Only"
msgstr "सूचना (&o)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1146,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4575,10 +4637,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5222,10 +5280,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index f48676c..5685b5f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -13,6 +13,81 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Programok hozzáadása/eltávolítása"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Lehetõvé teszi új programok telepítését illetve eltávolítását az Ön "
+"számítógépérõl."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Alkalmazások"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Nem tudom elindítani az eltávolító programot: '%s'. Szeretné az ehhez a "
+"programhoz tartozó eltávolítási bejegyzést törölni a regisztrációs "
+"adatbázisból?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Nincs megadva"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Név"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Kiadó"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Verzió"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Telepítõ programok"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programok (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Minden fájl (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Eltávolítás..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Módosítás/Eltávolítás..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Letöltés..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Telepítés..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Megszakítás..."
@@ -1050,11 +1125,6 @@
"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
"Tula&jdonságok"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr "CA verzió"
-
#: cryptui.rc:52
#, fuzzy
msgid "Serial number"
@@ -1182,10 +1252,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Minden fájl (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4804,11 +4870,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Alkalmazás szabályok"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5475,11 +5536,6 @@
msgid "Wine File"
msgstr "Wine súgó"
-#: winefile.rc:160
-#, fuzzy
-msgid "Name"
-msgstr "&Név"
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 5d53104..5fc5628 100644
--- a/po/it.po
+++ b/po/it.po
@@ -13,6 +13,82 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Aggiungi/Rimuovi Programmi"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Ti permette di installare nuovi software o di rimuovere quelli presenti dal "
+"tuo computer."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Applicazioni"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Impossibile eseguire il disinstallatore, '%s'. Vuoi rimuovere la voce di "
+"disinstallazione di questo programma dal registro?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Non specificato"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nome"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Editore"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versione"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programmi d'installazione"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programmi (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tutti i file (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Rimuovi..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modifica/Rimuovi..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Scaricamento..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installazione..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Checksum inaspettato del file scaricato. Interruzione dell'installazione del "
+"file corrotto."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annullando..."
@@ -1105,10 +1181,6 @@
msgid "Properties Only"
msgstr "Solo proprietà"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versione"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Numero seriale"
@@ -1229,10 +1301,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Messaggi CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tutti i file (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Seleziona un file."
@@ -5230,10 +5298,6 @@
msgid "Controls Debug Channels"
msgstr "Controlla i canali di debug"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Applicazioni"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processi"
@@ -5908,10 +5972,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nome"
-
#: winefile.rc:161
msgid "Size"
msgstr "Dimensione"
diff --git a/po/ja.po b/po/ja.po
index bfe51f0..a097fd0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -13,6 +13,85 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "プログラムの追加と削除"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"新しいソフトウェアをインストールするか、既存のソフトウェアを削除することがで"
+"きます。"
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "アプリケーション"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"アンインストーラー '%s' を起動することができません。このプログラムに対するア"
+"ンインストール項目をレジストリから削除しますか?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "指定されていません"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "名前"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "発行元"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "バージョン"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "インストールプログラム"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "プログラム(*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# ja.po (Wine) #-#-#-#-#\n"
+"全てのファイル (*.*)\n"
+"#-#-#-#-# ja.po (Wine) #-#-#-#-#\n"
+"すべてのファイル (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "削除(&R)..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "変更と削除(&M)..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "ダウンロードしています..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "インストールしています..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "キャンセル…"
@@ -1042,10 +1121,6 @@
msgid "Properties Only"
msgstr "プロパティのみ"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "バージョン"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "シリアル番号"
@@ -1164,15 +1239,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 Messages (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-#, fuzzy
-msgid "All files (*.*)"
-msgstr ""
-"#-#-#-#-# ja.po (Wine) #-#-#-#-#\n"
-"全てのファイル (*.*)\n"
-"#-#-#-#-# ja.po (Wine) #-#-#-#-#\n"
-"すべてのファイル (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "ファイルを選択してください。"
@@ -5014,10 +5080,6 @@
msgid "Controls Debug Channels"
msgstr "デバッグのチャンネルをコントロールします。"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "アプリケーション"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "プロセス"
@@ -5676,10 +5738,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "名前"
-
#: winefile.rc:161
msgid "Size"
msgstr "サイズ"
diff --git a/po/ko.po b/po/ko.po
index 32d9b28..474b28b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -13,6 +13,87 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "프로그램 추가/삭제"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"새 소프트웨어를 설치하거나,이미 설치된 소프트웨어를 당신의 컴퓨터에서 삭제 "
+"할 수 있습니다."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "프로그램"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"언인스톨러를 실행할 수 없습니다, '%s'. 당신은 이 프로그램의 언인스톨 정보를 "
+"레지스트리에서 지우겠습니까?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "지정되지 않음"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "이름"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "제작사"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "버젼"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "설치 프로그램"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "프로그램 (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# ko.po (Wine) #-#-#-#-#\n"
+"모든 파일 (*.*)\n"
+"#-#-#-#-# ko.po (Wine) #-#-#-#-#\n"
+"모든 파일들 (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "제거(&R)..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "고치기(&M)/제거..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "다운로드중..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "설치하는 중..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"다운로드한 파일의 체크섬에 문제가 있습니다..망가진 파일의 설치를 취소하는 중"
+"입니다."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "취소하는 중.."
@@ -1102,10 +1183,6 @@
msgid "Properties Only"
msgstr "오직 속성만"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "버젼"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "시리얼 번호"
@@ -1225,10 +1302,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 메세지 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "모든 파일 (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "파일을 선택하십시오."
@@ -5106,10 +5179,6 @@
msgid "Controls Debug Channels"
msgstr "디버그 채널 제어"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "프로그램"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "작업"
@@ -5783,10 +5852,6 @@
msgid "Wine File"
msgstr "Wine 파일"
-#: winefile.rc:160
-msgid "Name"
-msgstr "이름"
-
#: winefile.rc:161
msgid "Size"
msgstr "크기"
diff --git a/po/lt.po b/po/lt.po
index 3cdcc22..2691325 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -14,6 +14,82 @@
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Virtaal 0.6.1\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Pridėti/pašalinti programas"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Leidžia įdiegti naują programinę įrangą, ar pašalinti jau įdiegtą iš jūsų "
+"kompiuterio."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Programos"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Nepavyko įvykdyti programos pašalinimo komandos „%s“. Ar norite pašalinti "
+"programos šalinimo įrašą iš registro?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Nenurodyta"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Vardas"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Leidėjas"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versija"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Diegimo programos"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programos (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Visi failai (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "Pa&šalinti..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "Pa&keisti/pašalinti..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Atsiunčiama..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Įdiegiama..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Netikėta atsiųsto failo kontrolinė suma. Nutraukiamas pažeisto failo "
+"įdiegimas."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Atsisakoma..."
@@ -1047,10 +1123,6 @@
msgid "Properties Only"
msgstr "Tik savybės"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versija"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Numeris"
@@ -1171,10 +1243,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 pranešimai (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Visi failai (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Prašau išrinkite failą."
@@ -5074,10 +5142,6 @@
msgid "Controls Debug Channels"
msgstr "Kontroliuoja derinimo kanalus"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Programos"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Procesai"
@@ -5746,10 +5810,6 @@
msgid "Wine File"
msgstr "Wine failas"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Vardas"
-
#: winefile.rc:161
msgid "Size"
msgstr "Dydis"
diff --git a/po/ml.po b/po/ml.po
index fb443e8..1f5a83f 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1095,6 @@
msgid "Properties Only"
msgstr "വി_വരം"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1146,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4575,10 +4637,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5222,10 +5280,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index f26ecdb..093048d 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -13,6 +13,78 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Legg til/Fjern programmer"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "Lar deg installere ny programvare eller fjerne installerte programmer."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Programmer"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Klarte ikke kjøre avinstalleringsprogrammet, «%s». Vil du fjerne oppføringen "
+"fra listen over installerte programmer?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Ikke oppgitt"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Navn"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Utgiver"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versjon"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installasjonsprogrammer"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programmer (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Alle filer (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "Fje&rn..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Endre/Fjern..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Laster ned..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installerer..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
@@ -1107,10 +1179,6 @@
msgid "Properties Only"
msgstr "Kun egenskaper"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versjon"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Serienummer"
@@ -1231,10 +1299,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 meldinger (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Alle filer (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Velg en fil."
@@ -5130,10 +5194,6 @@
msgid "Controls Debug Channels"
msgstr "Kontrollerer feilsøkingskanaler"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Programmer"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Prosesser"
@@ -5809,10 +5869,6 @@
msgid "Wine File"
msgstr "Filbehandling"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Navn"
-
#: winefile.rc:161
msgid "Size"
msgstr "Størrelse"
diff --git a/po/nl.po b/po/nl.po
index dedab96..36d9a0f 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -13,6 +13,87 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Software"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Hiermee installeert u nieuwe software, of verwijdert u bestaande software "
+"van uw computer."
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr ""
+"#-#-#-#-# nl.po (Wine) #-#-#-#-#\n"
+"Toepassingen\n"
+"#-#-#-#-# nl.po (Wine) #-#-#-#-#\n"
+"Programma's"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Het programma '%s' kan niet verwijderd worden van het systeem. Wilt u het "
+"verwijderen uit het register?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Niet gespecificeerd"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Naam"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Uitgever"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versie"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installatie-programma's"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programma's (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Alle bestanden (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Verwijderen..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Wijzigen/Verwijderen..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Bezig met downloaden..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Bezig met installeren..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Onverwachte checksum van het gedownloade bestand. Installatie van het "
+"corrupte bestand wordt afgebroken."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Annuleren..."
@@ -1121,10 +1202,6 @@
msgid "Properties Only"
msgstr "Alleen eigenschappen"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versie"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Serienummer"
@@ -1245,10 +1322,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7 berichten (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Alle bestanden (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Selecteer een bestand."
@@ -5208,10 +5281,6 @@
msgid "Controls Debug Channels"
msgstr "Beheer van debugkanalen"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Toepassingen"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processen"
@@ -5885,10 +5954,6 @@
msgid "Wine File"
msgstr "Winefile"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Naam"
-
#: winefile.rc:161
msgid "Size"
msgstr "Grootte"
diff --git a/po/or.po b/po/or.po
index d208683..22cfecb 100644
--- a/po/or.po
+++ b/po/or.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1095,6 @@
msgid "Properties Only"
msgstr "ସୂଚନା (&o)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1146,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4575,10 +4637,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5222,10 +5280,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index a744c49..e21ff2b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1095,6 @@
msgid "Properties Only"
msgstr "ਜਾਣਕਾਰੀ(&o)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1146,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4575,10 +4637,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5222,10 +5280,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index a1512e2..e27753b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -13,6 +13,82 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Dodaj/Usuń programy"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Pozwala na instalację nowego lub usunięcie już istniejącego oprogramowania z "
+"twojego komputera."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Aplikacje"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Nie można uruchomić programu odinstalowującego, '%s'. Czy chcesz usunąć wpis "
+"o tym programie z rejestru?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Nie określone"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nazwa"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Wydawca"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Wersja"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programy instalacyjne"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programy (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Wszystkie pliki (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Usuń..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Zmień/Usuń..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Pobieranie..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Instalowanie..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Nieoczekiwana suma pobranego pliku. Przerywanie instalacji uszkodzonego "
+"pliku."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Trwa anulowanie..."
@@ -1060,10 +1136,6 @@
msgid "Properties Only"
msgstr "Tylko właściwości"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Wersja"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Numer seryjny"
@@ -1184,15 +1256,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Certyfikaty CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-#, fuzzy
-msgid "All files (*.*)"
-msgstr ""
-"#-#-#-#-# pl.po (Wine) #-#-#-#-#\n"
-"Wszystkie piki (*.*)\n"
-"#-#-#-#-# pl.po (Wine) #-#-#-#-#\n"
-"Wszystkie pliki (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Proszę wybrać plik."
@@ -5154,10 +5217,6 @@
msgid "Controls Debug Channels"
msgstr "Kontroluj kanały debugowania"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Aplikacje"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Procesy"
@@ -5833,10 +5892,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nazwa"
-
#: winefile.rc:161
msgid "Size"
msgstr "Wielkość"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 89e3ba6..866ab22 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,6 +13,80 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Adicionar/Remover Programas"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Permite a instalação de novo software, ou a remoção de software existente no "
+"seu computador."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Aplicativos"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Não foi possível executar o desinstalador, '%s'. Deseja remover do registro "
+"a entrada de desinstalação para este programa?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Não especificado"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nome"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Editor"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versão"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programas de Instalação"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programas (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Todos os arquivos (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Remover..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modificar/Remover..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Fazendo o download..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Instalando..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Cancelando..."
@@ -1107,10 +1181,6 @@
msgid "Properties Only"
msgstr "Propriedades Apenas"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versão"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Número de Série"
@@ -1231,10 +1301,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Mensagens CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Todos os arquivos (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Por favor selecione um arquivo."
@@ -5216,10 +5282,6 @@
msgid "Controls Debug Channels"
msgstr "Controla os canais de Depuração"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Aplicativos"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processos"
@@ -5894,10 +5956,6 @@
msgid "Wine File"
msgstr "Arquivo Wine"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nome"
-
#: winefile.rc:161
msgid "Size"
msgstr "Tamanho"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index f4b2b28..bbd7e92 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -13,6 +13,85 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Adicionar/Remover Programas"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Permite a instalação de novo software, ou a remoção de software existente no "
+"seu computador."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Aplicações"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Não foi possível executar o desinstalador, '%s'. Deseja remover do registo a "
+"entrada de desinstalação para este programa?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Não especificado"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nome"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Editor"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versão"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programas de Instalação"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programas (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
+"Todos os arquivos (*.*)\n"
+"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
+"Todos os ficheiros (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Remover..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modificar/Remover..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "A descarregar..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "A instalar..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "A cancelar..."
@@ -1113,10 +1192,6 @@
msgid "Properties Only"
msgstr "Propriedades Apenas"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versão"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Número de Série"
@@ -1237,15 +1312,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Mensagens CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-#, fuzzy
-msgid "All files (*.*)"
-msgstr ""
-"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
-"Todos os arquivos (*.*)\n"
-"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
-"Todos os ficheiros (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Por favor seleccione um ficheiro."
@@ -5266,10 +5332,6 @@
msgid "Controls Debug Channels"
msgstr "Controla os canais de Depuração"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Aplicações"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processos"
@@ -5945,10 +6007,6 @@
msgid "Wine File"
msgstr "Ficheiro Wine"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nome"
-
#: winefile.rc:161
msgid "Size"
msgstr "Tamanho"
diff --git a/po/rm.po b/po/rm.po
index 31483f7..d79ca75 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -13,6 +13,78 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "&Options"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tuot las datotecas (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Annotaziun..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1027,10 +1099,6 @@
msgid "Properties Only"
msgstr ""
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1147,10 +1215,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tuot las datotecas (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4601,11 +4665,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "&Options"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5259,10 +5318,6 @@
msgid "Wine File"
msgstr "Wine ag�d"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 6e8da49..d90ea63 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -13,6 +13,79 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Adăugare/eliminare programe"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Permite instalarea sau dezinstalarea de aplicații pe calculatorul d-voastră."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Aplicații"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Nu am putut rula dezinstalarea pentru „%s”. Vreți să înlăturați "
+"înregistrarea de dezinstalare a acestei aplicații?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Ne specificat"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Nume"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Emitent"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Versiune"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Programe de instalare"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programe (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Toate fișierele (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Sterge..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modifică/Șterge..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Descarc..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Instalez..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Renunț..."
@@ -1122,10 +1195,6 @@
msgid "Properties Only"
msgstr "Doar proprietăți"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Versiune"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Număr de serie"
@@ -1246,10 +1315,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Mesaje CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Toate fișierele (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Selectați un fișier."
@@ -5205,10 +5270,6 @@
msgid "Controls Debug Channels"
msgstr "Controlează canalele de depanare"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Aplicații"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Procese"
@@ -5885,10 +5946,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Nume"
-
#: winefile.rc:161
msgid "Size"
msgstr "Dimensiune"
diff --git a/po/ru.po b/po/ru.po
index a86d21a..f8b1735 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -13,6 +13,83 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Установка/Удаление программ"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Позволяет устанавливать новое ПО или удалять существующее с вашего "
+"компьютера."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Приложения"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr "Невозможно выполнить, '%s'. Вы хотите удалить программу из списка?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Отсутствует"
+
+#: appwiz.rc:35 winefile.rc:160
+#, fuzzy
+msgid "Name"
+msgstr ""
+"#-#-#-#-# ru.po (Wine) #-#-#-#-#\n"
+"Имя\n"
+"#-#-#-#-# ru.po (Wine) #-#-#-#-#\n"
+"Название"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Издатель"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Версия"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Установщики"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Программы (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Все файлы (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Удалить..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Изменить/Удалить..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Загрузка..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Установка..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отмена..."
@@ -1055,13 +1132,6 @@
"#-#-#-#-# ru.po (Wine) #-#-#-#-#\n"
"Сво&йства"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"Версия CMD %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1181,10 +1251,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Все файлы (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5115,10 +5181,6 @@
msgid "Controls Debug Channels"
msgstr "Управляет каналами отладки"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Приложения"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Процессы"
@@ -5801,10 +5863,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Имя"
-
#: winefile.rc:161
msgid "Size"
msgstr "Размер"
diff --git a/po/sk.po b/po/sk.po
index f927d26..0a2cb6f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -13,6 +13,78 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+#, fuzzy
+msgid "Not specified"
+msgstr "Nebol špecifikovaný žiadny príkaz."
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Všetky súbory (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Skomentovať..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1026,10 +1098,6 @@
msgid "Properties Only"
msgstr "&Vlastnosti"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1147,10 +1215,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Všetky súbory (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4700,10 +4764,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5355,10 +5415,6 @@
msgid "Wine File"
msgstr "Wine Pomoc"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index b959426..02977ae 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -13,6 +13,85 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Dodaj/odstrani programe"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Omogoča namestitev novih programov oziroma odstranitev programov z vašega "
+"računalnika."
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr ""
+"#-#-#-#-# sl.po (Wine) #-#-#-#-#\n"
+"Aplikacije\n"
+"#-#-#-#-# sl.po (Wine) #-#-#-#-#\n"
+"Programi"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Napaka pri zaganjanju odstranitvenega programa '%s'. Ali želite izbrisati "
+"odstranitveni vnos za ta program iz registra?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Ni navedeno"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Ime"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Založnik"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Različica"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Instalacijski programi"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programi (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Vse datoteke (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Odstrani ..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modify/Remove ..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Nalagam ..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Nameščam ..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Preklicujem ..."
@@ -1055,13 +1134,6 @@
"#-#-#-#-# sl.po (Wine) #-#-#-#-#\n"
"Lastnost&i"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"CMD različica %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1181,10 +1253,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Vse datoteke (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5093,10 +5161,6 @@
msgid "Controls Debug Channels"
msgstr "Nadzira kanale razhroščevalnika"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Aplikacije"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Procesi"
@@ -5773,10 +5837,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Ime"
-
#: winefile.rc:161
msgid "Size"
msgstr "Velikost"
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index 3158879..cdbc441 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -13,6 +13,78 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Додај/уклони програме"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "Инсталирање новог програма или брисање постојећег."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Програми"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Извршавање деинсталационог програма за „%s“ није успело. Желите ли да "
+"уклоните регистарски унос овог програма?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Није одређено"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Име"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Издавач"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Издање"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Инсталациони програми"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Извршне датотеке (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Све датотеке (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Уклони..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Измени/уклони..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Преузимање..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Инсталирање..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Отказивање..."
@@ -1038,10 +1110,6 @@
msgid "Properties Only"
msgstr "&Својства"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1161,10 +1229,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Све датотеке (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4673,11 +4737,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Опције"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5353,10 +5412,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 0539a2c..05776a4 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -13,6 +13,83 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Dodaj/ukloni programe"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "Instaliranje novog programa ili brisanje postojećeg."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Programi"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Izvršavanje deinstalacionog programa za „%s“ nije uspelo. Želite li da "
+"uklonite registarski unos ovog programa?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Nije određeno"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Ime"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Izdavač"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Izdanje"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Instalacioni programi"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Izvršne datoteke (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
+"Sve datoteke (*.*)\n"
+"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
+"Svi fajlovi (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Ukloni..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Izmeni/ukloni..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Preuzimanje..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Instaliranje..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Otkazivanje..."
@@ -1042,10 +1119,6 @@
msgid "Properties Only"
msgstr "&Svojstva"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1165,15 +1238,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-#, fuzzy
-msgid "All files (*.*)"
-msgstr ""
-"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
-"Sve datoteke (*.*)\n"
-"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
-"Svi fajlovi (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4715,11 +4779,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Opcije"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5405,10 +5464,6 @@
msgid "Wine File"
msgstr "Wine Pomoć"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 6ee78af..fc2cdbb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -13,6 +13,81 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Lägg till/Ta bort program"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+"Låter dig installera ny programvara, eller ta bort befintlig programvara "
+"från din dator."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "Program"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Kunde inte köra avinstalleraren, '%s'. Vill du ta bort "
+"avinstallationsobjektet för detta program från registret?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Inte angivet"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Namn"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Utgivare"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Version"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installationsprogram"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Program (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Alla filer (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Ta bort..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Ändra/Ta bort..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Hämtar..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Installerar..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+"Oväntad kontrollsumma på hämtad fil. Avbryter installation av korrupt fil."
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Avbryter..."
@@ -1067,10 +1142,6 @@
msgid "Properties Only"
msgstr "Enbart egenskaper"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Version"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Serienummer"
@@ -1191,10 +1262,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "CMS/PKCS #7-meddelanden (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Alla filer (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Var god välj en fil."
@@ -5126,10 +5193,6 @@
msgid "Controls Debug Channels"
msgstr "Ställer in felsökningskanaler"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Program"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Processer"
@@ -5804,10 +5867,6 @@
msgid "Wine File"
msgstr "Winefile"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Namn"
-
#: winefile.rc:161
msgid "Size"
msgstr "Storlek"
diff --git a/po/te.po b/po/te.po
index e5177ad..b83de0e 100644
--- a/po/te.po
+++ b/po/te.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1025,10 +1095,6 @@
msgid "Properties Only"
msgstr "సమాచారము (&o)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1146,10 +1212,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4575,10 +4637,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5222,10 +5280,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/th.po b/po/th.po
index fe26192..0fd6b6e 100644
--- a/po/th.po
+++ b/po/th.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "ทุกแฟ้ม (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1027,10 +1097,6 @@
msgid "Properties Only"
msgstr "ปรับแต่งนาฬิกา"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1148,10 +1214,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "ทุกแฟ้ม (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4602,10 +4664,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5259,10 +5317,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 8b536b8..73c9893 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -13,6 +13,88 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr "Seçenekler"
+
+#: appwiz.rc:32
+#, fuzzy
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"'%s' kaldırma komutu çalıştırılamadı, çalıştırıbilir dosya var olmayabilir.\n"
+"Sistem kaydından bu kaldırma girişini silmek ister misiniz?"
+
+#: appwiz.rc:33
+#, fuzzy
+msgid "Not specified"
+msgstr "Komut belirtilmemiş."
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "Ad"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+#, fuzzy
+msgid "Version"
+msgstr ""
+"CMD Version %s\n"
+"\n"
+
+#: appwiz.rc:38
+#, fuzzy
+msgid "Installation programs"
+msgstr "Yeni bir program çalıştırır"
+
+#: appwiz.rc:39
+#, fuzzy
+msgid "Programs (*.exe)"
+msgstr "Programlar"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tüm dosyalar (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "Paylaşımı S&il..."
+
+#: appwiz.rc:43
+#, fuzzy
+msgid "&Modify/Remove..."
+msgstr "Paylaşımı S&il..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "İndiriliyor..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Kuruluyor..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1047,13 +1129,6 @@
"#-#-#-#-# tr.po (Wine) #-#-#-#-#\n"
"Ö&zellikler"
-#: cryptui.rc:51
-#, fuzzy
-msgid "Version"
-msgstr ""
-"CMD Version %s\n"
-"\n"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1173,10 +1248,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tüm dosyalar (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -5069,11 +5140,6 @@
msgid "Controls Debug Channels"
msgstr "Controls Debug Channels"
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "Seçenekler"
-
#: taskmgr.rc:264
#, fuzzy
msgid "Processes"
@@ -5737,10 +5803,6 @@
msgid "Wine File"
msgstr "Wine Dosya Yöneticisi"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Ad"
-
#: winefile.rc:161
msgid "Size"
msgstr "Boyut"
diff --git a/po/uk.po b/po/uk.po
index fecd70f..bf75a02 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -13,6 +13,93 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "Встановлення/Видалення Програм"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "Дозволяє встановити нове ПЗ та видалити наявне з вашого комп'ютера."
+
+#: appwiz.rc:30 taskmgr.rc:263
+#, fuzzy
+msgid "Applications"
+msgstr ""
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Додатки\n"
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Програми"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+"Неможливо виконати видалення, '%s'. Вилучити дані про встановлену програму з "
+"реєстру?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "Не зазначено"
+
+#: appwiz.rc:35 winefile.rc:160
+#, fuzzy
+msgid "Name"
+msgstr ""
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Ім'я\n"
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Назва"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "Видавець"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "Версія"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Програми встановлення"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Програми (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Всі файли (*.*)\n"
+"#-#-#-#-# uk.po (Wine) #-#-#-#-#\n"
+"Всі Файли (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Видалити..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Змінити/Видалити..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "Завантаження..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "Встановлення..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "Скасування..."
@@ -1043,10 +1130,6 @@
msgid "Properties Only"
msgstr "Лише властивості"
-#: cryptui.rc:51
-msgid "Version"
-msgstr "Версія"
-
#: cryptui.rc:52
msgid "Serial number"
msgstr "Серійний номер"
@@ -1167,10 +1250,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr "Повідомлення CMS/PKCS #7 (*.spc; *.p7b)"
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Всі файли (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr "Виберіть файл."
@@ -5079,10 +5158,6 @@
msgid "Controls Debug Channels"
msgstr "Керує каналами налагодження"
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr "Додатки"
-
#: taskmgr.rc:264
msgid "Processes"
msgstr "Процеси"
@@ -5756,10 +5831,6 @@
msgid "Wine File"
msgstr "Wine File"
-#: winefile.rc:160
-msgid "Name"
-msgstr "Ім'я"
-
#: winefile.rc:161
msgid "Size"
msgstr "Розмір"
diff --git a/po/wa.po b/po/wa.po
index 9418c97..f1a0a91 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -13,6 +13,77 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "Tos les fitchîs (*.*)"
+
+#: appwiz.rc:42
+#, fuzzy
+msgid "&Remove..."
+msgstr "&Sicrîre..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1027,10 +1098,6 @@
msgid "Properties Only"
msgstr "&Propietés"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1148,10 +1215,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "Tos les fitchîs (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4606,10 +4669,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5269,10 +5328,6 @@
msgid "Wine File"
msgstr "Aidance di Wine"
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index d3e32a6..2941340 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -10,6 +10,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr ""
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr ""
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr ""
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr ""
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr ""
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr ""
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr ""
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr ""
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr ""
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr ""
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr ""
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr ""
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr ""
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr ""
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr ""
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr ""
@@ -1020,10 +1090,6 @@
msgid "Properties Only"
msgstr ""
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1140,10 +1206,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr ""
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4559,10 +4621,6 @@
msgid "Controls Debug Channels"
msgstr ""
-#: taskmgr.rc:263
-msgid "Applications"
-msgstr ""
-
#: taskmgr.rc:264
msgid "Processes"
msgstr ""
@@ -5204,10 +5262,6 @@
msgid "Wine File"
msgstr ""
-#: winefile.rc:160
-msgid "Name"
-msgstr ""
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c20c61c..a01e123 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -13,6 +13,76 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "添加/删除程序"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "允许你安装新软件或删除现有程序."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "应用程序"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr "不能运行卸载程序 '%s'. 你想把这个卸载程序从注册表中删除吗?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "没指定"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "名称"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "生产商"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "版本"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "安装程序"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "程序 (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+msgid "All files (*.*)"
+msgstr "所有文件 (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "删除 (&R)..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "修改或删除 (&M)..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "正在下载..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "正在安装..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
@@ -1034,10 +1104,6 @@
msgid "Properties Only"
msgstr "属性(&P)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1155,10 +1221,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "所有文件 (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4689,11 +4751,6 @@
msgid "Controls Debug Channels"
msgstr "控制调试频道"
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "选项"
-
#: taskmgr.rc:264
#, fuzzy
msgid "Processes"
@@ -5372,11 +5429,6 @@
msgid "Wine File"
msgstr "Wine地雷"
-#: winefile.rc:160
-#, fuzzy
-msgid "Name"
-msgstr "文件名称(&N)"
-
#: winefile.rc:161
msgid "Size"
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 83388bc..2614e58 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -13,6 +13,81 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: appwiz.rc:28
+msgid "Add/Remove Programs"
+msgstr "添加/刪除程式"
+
+#: appwiz.rc:29
+msgid ""
+"Allows you to install new software, or remove existing software from your "
+"computer."
+msgstr "允許你安裝新軟件, 和從你的電腦裡刪除現有程式."
+
+#: appwiz.rc:30 taskmgr.rc:263
+msgid "Applications"
+msgstr "運用程式"
+
+#: appwiz.rc:32
+msgid ""
+"Unable to execute the uninstaller, '%s'. Do you want to remove the uninstall "
+"entry for this program from the registry?"
+msgstr "不能執行卸載程式 '%s'. 你想把這個卸載程式從註冊表中刪除嗎?"
+
+#: appwiz.rc:33
+msgid "Not specified"
+msgstr "沒指定"
+
+#: appwiz.rc:35 winefile.rc:160
+msgid "Name"
+msgstr "名稱"
+
+#: appwiz.rc:36
+msgid "Publisher"
+msgstr "生產商"
+
+#: appwiz.rc:37 cryptui.rc:51
+msgid "Version"
+msgstr "版本"
+
+#: appwiz.rc:38
+msgid "Installation programs"
+msgstr "Installation Programs"
+
+#: appwiz.rc:39
+msgid "Programs (*.exe)"
+msgstr "Programs (*.exe)"
+
+#: appwiz.rc:40 cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
+#, fuzzy
+msgid "All files (*.*)"
+msgstr ""
+"#-#-#-#-# zh_TW.po (Wine) #-#-#-#-#\n"
+"所有檔案 (*.*)\n"
+"#-#-#-#-# zh_TW.po (Wine) #-#-#-#-#\n"
+"All files (*.*)"
+
+#: appwiz.rc:42
+msgid "&Remove..."
+msgstr "&Remove..."
+
+#: appwiz.rc:43
+msgid "&Modify/Remove..."
+msgstr "&Modify/Remove..."
+
+#: appwiz.rc:48
+msgid "Downloading..."
+msgstr "正在下載..."
+
+#: appwiz.rc:49
+msgid "Installing..."
+msgstr "正在安裝..."
+
+#: appwiz.rc:50
+msgid ""
+"Unexpected checksum of downloaded file. Aborting installation of corrupted "
+"file."
+msgstr ""
+
#: browseui.rc:25
msgid "Cancelling..."
msgstr "正在取消..."
@@ -1038,10 +1113,6 @@
msgid "Properties Only"
msgstr "屬性(&P)"
-#: cryptui.rc:51
-msgid "Version"
-msgstr ""
-
#: cryptui.rc:52
msgid "Serial number"
msgstr ""
@@ -1159,10 +1230,6 @@
msgid "CMS/PKCS #7 Messages (*.spc; *.p7b)"
msgstr ""
-#: cryptui.rc:80 notepad.rc:78 progman.rc:84 winhlp32.rc:102
-msgid "All files (*.*)"
-msgstr "所有檔案 (*.*)"
-
#: cryptui.rc:81
msgid "Please select a file."
msgstr ""
@@ -4698,11 +4765,6 @@
msgid "Controls Debug Channels"
msgstr "Controls Debug Channels"
-#: taskmgr.rc:263
-#, fuzzy
-msgid "Applications"
-msgstr "選項"
-
#: taskmgr.rc:264
#, fuzzy
msgid "Processes"
@@ -5367,11 +5429,6 @@
msgid "Wine File"
msgstr "Wine地雷"
-#: winefile.rc:160
-#, fuzzy
-msgid "Name"
-msgstr "檔案名稱(&N)"
-
#: winefile.rc:161
msgid "Size"
msgstr ""