winspool.drv: Convert string table resources to po files.
diff --git a/configure b/configure
index eaa44da..b33890c 100755
--- a/configure
+++ b/configure
@@ -15286,7 +15286,7 @@
wine_fn_config_dll winnls32 enable_winnls32 implib
wine_fn_config_dll winscard enable_winscard implib
wine_fn_config_dll winsock.dll16 enable_win16
-wine_fn_config_dll winspool.drv enable_winspool_drv implib winspool
+wine_fn_config_dll winspool.drv enable_winspool_drv po,implib winspool
wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
wine_fn_config_dll wintab.dll16 enable_win16
wine_fn_config_dll wintab32 enable_wintab32 implib
diff --git a/configure.ac b/configure.ac
index dd75ebd..7f96d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2815,7 +2815,7 @@
WINE_CONFIG_DLL(winnls32,,[implib])
WINE_CONFIG_DLL(winscard,,[implib])
WINE_CONFIG_DLL(winsock.dll16,enable_win16)
-WINE_CONFIG_DLL(winspool.drv,,[implib],[winspool])
+WINE_CONFIG_DLL(winspool.drv,,[po,implib],[winspool])
WINE_CONFIG_TEST(dlls/winspool.drv/tests)
WINE_CONFIG_DLL(wintab.dll16,enable_win16)
WINE_CONFIG_DLL(wintab32,,[implib])
diff --git a/dlls/winspool.drv/Bg.rc b/dlls/winspool.drv/Bg.rc
index 6013e09..802551c 100644
--- a/dlls/winspool.drv/Bg.rc
+++ b/dlls/winspool.drv/Bg.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Îòìåíè", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Ëîêàëåí ïîðò"
- IDS_FILE_EXISTS "Ôàéëúò âå÷å ñúùåñòâóâà. Èçáåðåòå ÎÊ, çà äà ãî ïðåçàïèøåòå."
- IDS_CANNOT_OPEN "Ôàéëúò íå ìîæå äà áúäå ñúçäàäåí."
-}
diff --git a/dlls/winspool.drv/Da.rc b/dlls/winspool.drv/Da.rc
index acfb3cd..a080315 100644
--- a/dlls/winspool.drv/Da.rc
+++ b/dlls/winspool.drv/Da.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Annuller", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokal port"
- IDS_FILE_EXISTS "Filen findes allerede. Vælg «OK» for at overskrive den."
- IDS_CANNOT_OPEN "Kunne ikke gemme filen."
-}
diff --git a/dlls/winspool.drv/De.rc b/dlls/winspool.drv/De.rc
index 8b15586..0aad6bf 100644
--- a/dlls/winspool.drv/De.rc
+++ b/dlls/winspool.drv/De.rc
@@ -34,10 +34,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Abbrechen", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokaler Anschluß"
- IDS_FILE_EXISTS "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
- IDS_CANNOT_OPEN "Die Ausgabedatei konnte nicht erzeugt werden."
-}
diff --git a/dlls/winspool.drv/En.rc b/dlls/winspool.drv/En.rc
index e4d99fe..bfefc54 100644
--- a/dlls/winspool.drv/En.rc
+++ b/dlls/winspool.drv/En.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Cancel", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Local Port"
- IDS_FILE_EXISTS "The output file already exists. Click OK to overwrite."
- IDS_CANNOT_OPEN "Unable to create the output file."
-}
diff --git a/dlls/winspool.drv/Eo.rc b/dlls/winspool.drv/Eo.rc
index ce25aa1..3481f2a 100644
--- a/dlls/winspool.drv/Eo.rc
+++ b/dlls/winspool.drv/Eo.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "Bone", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Nuligi", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Loka Pordo"
- IDS_FILE_EXISTS "La elira dosiero jam ekzistas. Kliku 'Bone' por surskribi øin."
- IDS_CANNOT_OPEN "Estas neeble krei la eliran dosieron."
-}
diff --git a/dlls/winspool.drv/Es.rc b/dlls/winspool.drv/Es.rc
index c8b22b6..708ac39 100644
--- a/dlls/winspool.drv/Es.rc
+++ b/dlls/winspool.drv/Es.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "Aceptar", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Puerto local"
- IDS_FILE_EXISTS "El archivo de salida ya existe. Pulse Aceptar para sobreescribir."
- IDS_CANNOT_OPEN "Incapaz de crear el archivo de salida."
-}
diff --git a/dlls/winspool.drv/Fi.rc b/dlls/winspool.drv/Fi.rc
index a20de7e..56b5176 100644
--- a/dlls/winspool.drv/Fi.rc
+++ b/dlls/winspool.drv/Fi.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Peruuta", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Paikallinen Portti"
- IDS_FILE_EXISTS "Tiedosto on jo olemassa. Klikkaa OK ylikirjoittaaksesi sen."
- IDS_CANNOT_OPEN "Tiedostoa ei voitu luoda."
-}
diff --git a/dlls/winspool.drv/Fr.rc b/dlls/winspool.drv/Fr.rc
index d0950f0..c287304 100644
--- a/dlls/winspool.drv/Fr.rc
+++ b/dlls/winspool.drv/Fr.rc
@@ -35,10 +35,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Annuler", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Port local"
- IDS_FILE_EXISTS "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
- IDS_CANNOT_OPEN "Impossible de créer le fichier de sortie."
-}
diff --git a/dlls/winspool.drv/He.rc b/dlls/winspool.drv/He.rc
index 6f65694..8d3a2e8 100644
--- a/dlls/winspool.drv/He.rc
+++ b/dlls/winspool.drv/He.rc
@@ -36,10 +36,3 @@
DEFPUSHBUTTON "אישור", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "ביטול", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "פתחה מקומית"
- IDS_FILE_EXISTS "קובץ הפלט כבר קיים. יש ללחוץ על אישור כדי לשכתב עליו."
- IDS_CANNOT_OPEN "לא ניתן ליצור את קובץ הפלט."
-}
diff --git a/dlls/winspool.drv/Hu.rc b/dlls/winspool.drv/Hu.rc
index 62917d9..f7cd58c 100644
--- a/dlls/winspool.drv/Hu.rc
+++ b/dlls/winspool.drv/Hu.rc
@@ -35,10 +35,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Mégse", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Helyi port"
- IDS_FILE_EXISTS "A kimeneti fájl már létezik. Kattintson az OK gombra a felülíráshoz."
- IDS_CANNOT_OPEN "Nem tudom létrehozni a kimeneti fájlt."
-}
diff --git a/dlls/winspool.drv/It.rc b/dlls/winspool.drv/It.rc
index 041f593..d1960d0 100644
--- a/dlls/winspool.drv/It.rc
+++ b/dlls/winspool.drv/It.rc
@@ -35,10 +35,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Annulla", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Porta Locale"
- IDS_FILE_EXISTS "Il file in uscita esiste già. Clicca su OK per sovrascriverlo."
- IDS_CANNOT_OPEN "Impossibile creare il file in uscita."
-}
diff --git a/dlls/winspool.drv/Ja.rc b/dlls/winspool.drv/Ja.rc
index 000b67f..733d7a5 100644
--- a/dlls/winspool.drv/Ja.rc
+++ b/dlls/winspool.drv/Ja.rc
@@ -36,10 +36,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "キャンセル", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "ローカル ポート"
- IDS_FILE_EXISTS "出力ファイルはすでに存在します。上書きするには OK をクリックしてください。"
- IDS_CANNOT_OPEN "出力ファイルを作成できませんでした。"
-}
diff --git a/dlls/winspool.drv/Ko.rc b/dlls/winspool.drv/Ko.rc
index 8a3279e..3b600d5 100644
--- a/dlls/winspool.drv/Ko.rc
+++ b/dlls/winspool.drv/Ko.rc
@@ -34,10 +34,3 @@
DEFPUSHBUTTON "확인", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "지역 포트"
- IDS_FILE_EXISTS "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다."
- IDS_CANNOT_OPEN "출력 파일을 만들수 없습니다."
-}
diff --git a/dlls/winspool.drv/Lt.rc b/dlls/winspool.drv/Lt.rc
index 076db02..c9f74b8 100644
--- a/dlls/winspool.drv/Lt.rc
+++ b/dlls/winspool.drv/Lt.rc
@@ -35,10 +35,3 @@
DEFPUSHBUTTON "Gerai", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Atsisakyti", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokalus prievadas"
- IDS_FILE_EXISTS "Išvesties failas jau egzistuoja. Norėdami failą keisti spauskite Gerai."
- IDS_CANNOT_OPEN "Nepavyko sukurti išvesties failo."
-}
diff --git a/dlls/winspool.drv/Makefile.in b/dlls/winspool.drv/Makefile.in
index 41fe2be..546a6c0 100644
--- a/dlls/winspool.drv/Makefile.in
+++ b/dlls/winspool.drv/Makefile.in
@@ -37,4 +37,6 @@
Zh.rc \
winspool.rc
+PO_SRCS = winspool.rc
+
@MAKE_DLL_RULES@
diff --git a/dlls/winspool.drv/Nl.rc b/dlls/winspool.drv/Nl.rc
index 504322a..9a24122 100644
--- a/dlls/winspool.drv/Nl.rc
+++ b/dlls/winspool.drv/Nl.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Annuleren", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokale aansluiting"
- IDS_FILE_EXISTS "Het afdrukbestand bestaat al. Klik OK om het te overschrijven."
- IDS_CANNOT_OPEN "Het afdrukbestand kon niet geschreven worden."
-}
diff --git a/dlls/winspool.drv/No.rc b/dlls/winspool.drv/No.rc
index 62ca811..8a8403e 100644
--- a/dlls/winspool.drv/No.rc
+++ b/dlls/winspool.drv/No.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokal port"
- IDS_FILE_EXISTS "Ut-filen finnes allerede. Velg «OK» for å overskrive den."
- IDS_CANNOT_OPEN "Klarte ikke lage ut-filen."
-}
diff --git a/dlls/winspool.drv/Pl.rc b/dlls/winspool.drv/Pl.rc
index da34f8f..1786208 100644
--- a/dlls/winspool.drv/Pl.rc
+++ b/dlls/winspool.drv/Pl.rc
@@ -33,10 +33,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Anuluj", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Port lokalny"
- IDS_FILE_EXISTS "Plik ju¿ istnieje. Wybierz OK aby zast¹piæ plik."
- IDS_CANNOT_OPEN "Nie mogê utworzyæ pliku."
-}
diff --git a/dlls/winspool.drv/Pt.rc b/dlls/winspool.drv/Pt.rc
index 81d1919..b4be348 100644
--- a/dlls/winspool.drv/Pt.rc
+++ b/dlls/winspool.drv/Pt.rc
@@ -48,22 +48,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
-
-STRINGTABLE
-{
- IDS_CAPTION "Porta Local"
- IDS_FILE_EXISTS "O arquivo de destino já existe. Clique OK para sobrescrever."
- IDS_CANNOT_OPEN "Impossível criar o arquivo de destino."
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
- IDS_CAPTION "Porta Local"
- IDS_FILE_EXISTS "O ficheiro de destino já existe. Clique OK para reescrever."
- IDS_CANNOT_OPEN "Impossível criar o ficheiro de destino."
-}
diff --git a/dlls/winspool.drv/Ro.rc b/dlls/winspool.drv/Ro.rc
index fea60a2..38d77d2 100644
--- a/dlls/winspool.drv/Ro.rc
+++ b/dlls/winspool.drv/Ro.rc
@@ -33,10 +33,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Renunță", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Port local"
- IDS_FILE_EXISTS "Fișierul de ieșire există deja. Dați clic pe OK pentru al suprascrie."
- IDS_CANNOT_OPEN "Nu am putut crea fișierul de ieșire."
-}
diff --git a/dlls/winspool.drv/Ru.rc b/dlls/winspool.drv/Ru.rc
index 6172fd4..703ac37 100644
--- a/dlls/winspool.drv/Ru.rc
+++ b/dlls/winspool.drv/Ru.rc
@@ -35,10 +35,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Отмена", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Локальный порт"
- IDS_FILE_EXISTS "Такой файл уже существует. Нажмите OK для его замены."
- IDS_CANNOT_OPEN "Невозможно создать выходной файл."
-}
diff --git a/dlls/winspool.drv/Si.rc b/dlls/winspool.drv/Si.rc
index b6aa93a..7ae79e8 100644
--- a/dlls/winspool.drv/Si.rc
+++ b/dlls/winspool.drv/Si.rc
@@ -34,10 +34,3 @@
DEFPUSHBUTTON "V redu", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Prekliči", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokalna vrata"
- IDS_FILE_EXISTS "Izhodna datoteka že obstaja. Za prepis kliknite gumb V redu."
- IDS_CANNOT_OPEN "Izhodne datoteke ni mogoče ustvariti."
-}
diff --git a/dlls/winspool.drv/Sr.rc b/dlls/winspool.drv/Sr.rc
index d18db00..aaf7b71 100644
--- a/dlls/winspool.drv/Sr.rc
+++ b/dlls/winspool.drv/Sr.rc
@@ -36,13 +36,6 @@
PUSHBUTTON "Откажи", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-STRINGTABLE
-{
- IDS_CAPTION "Локални порт"
- IDS_FILE_EXISTS "Одредишна датотека већ постоји. Кликните на дугме „У реду“ да је замените."
- IDS_CANNOT_OPEN "Прављење одредишне датотеке није успело."
-}
-
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
FILENAME_DIALOG DIALOG 6, 18, 245, 47
@@ -55,10 +48,3 @@
DEFPUSHBUTTON "U redu", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Otkaži", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokalni port"
- IDS_FILE_EXISTS "Odredišna datoteka već postoji. Kliknite na dugme „U redu“ da je zamenite."
- IDS_CANNOT_OPEN "Pravljenje odredišne datoteke nije uspelo."
-}
diff --git a/dlls/winspool.drv/Sv.rc b/dlls/winspool.drv/Sv.rc
index 5a1579b..86f4ca2 100644
--- a/dlls/winspool.drv/Sv.rc
+++ b/dlls/winspool.drv/Sv.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Lokal port"
- IDS_FILE_EXISTS "Utdatafilen finns redan. Klicka på OK för att skriva över."
- IDS_CANNOT_OPEN "Kunde inte skapa utdatafilen."
-}
diff --git a/dlls/winspool.drv/Tr.rc b/dlls/winspool.drv/Tr.rc
index 7be828e..eadb895 100644
--- a/dlls/winspool.drv/Tr.rc
+++ b/dlls/winspool.drv/Tr.rc
@@ -32,10 +32,3 @@
DEFPUSHBUTTON "Tamam", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Ýptal", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Yerel Baðlantý Noktasý"
- IDS_FILE_EXISTS "Çýkýþ dosyasý zaten var. Üzerine yazmak için Tamam'ý týklayýn."
- IDS_CANNOT_OPEN "Çýkýþ dosyasý oluþturulamýyor."
-}
diff --git a/dlls/winspool.drv/Uk.rc b/dlls/winspool.drv/Uk.rc
index d5e2756..3be0f9e 100644
--- a/dlls/winspool.drv/Uk.rc
+++ b/dlls/winspool.drv/Uk.rc
@@ -36,10 +36,3 @@
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "Скасувати", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "Локальний порт"
- IDS_FILE_EXISTS "Кінцевий файл вже існує. Натисніть OK щоб його перезаписати."
- IDS_CANNOT_OPEN "Неможливо створити кінцевий файл."
-}
diff --git a/dlls/winspool.drv/Zh.rc b/dlls/winspool.drv/Zh.rc
index e2d9692..c4541e6 100644
--- a/dlls/winspool.drv/Zh.rc
+++ b/dlls/winspool.drv/Zh.rc
@@ -36,13 +36,6 @@
PUSHBUTTON "取消", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-STRINGTABLE
-{
- IDS_CAPTION "本地端口"
- IDS_FILE_EXISTS "输出文件已存在, 按'确定'覆盖。"
- IDS_CANNOT_OPEN "不能打开输出文件."
-}
-
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
FILENAME_DIALOG DIALOG 6, 18, 245, 47
@@ -55,10 +48,3 @@
DEFPUSHBUTTON "確定", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "取消", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
-
-STRINGTABLE
-{
- IDS_CAPTION "本地端口"
- IDS_FILE_EXISTS "輸出檔案已存在, 按'確定'覆蓋。"
- IDS_CANNOT_OPEN "不能開啟輸出檔案."
-}
diff --git a/dlls/winspool.drv/winspool.rc b/dlls/winspool.drv/winspool.rc
index 019f5ea..f4831d1 100644
--- a/dlls/winspool.drv/winspool.rc
+++ b/dlls/winspool.drv/winspool.rc
@@ -20,6 +20,15 @@
#include "wspool.h"
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_CAPTION "Local Port"
+ IDS_FILE_EXISTS "The output file already exists. Click OK to overwrite."
+ IDS_CANNOT_OPEN "Unable to create the output file."
+}
+
#define WINE_FILENAME_STR "winspool.drv"
#define WINE_FILEDESCRIPTION_STR "Wine core printer driver"
diff --git a/po/ar.po b/po/ar.po
index 335c0c3..9283d9a 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1697,7 +1697,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2873,6 +2873,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 2af73f1..03d159e 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1697,9 +1697,9 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
+msgstr "Локален порт"
#: localspl.rc:29
msgid "Local Monitor"
@@ -2897,6 +2897,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Файлът вече съществува. Изберете ОК, за да го презапишете."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Файлът не може да бъде създаден."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index e7ae667..4ab48b5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1739,7 +1739,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -3025,6 +3025,14 @@
"Nemohu zapisovat do zadaného souboru. Ujistěte se, že máte dost místa na "
"disku nebo zda jste připojeni k síti."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/da.po b/po/da.po
index a6deeab..b39bee3 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1742,7 +1742,7 @@
msgid "Array object expected"
msgstr "Array objekt forventet"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Lokal port"
@@ -3091,6 +3091,14 @@
"Kunne ikke skrive til den specificerede fil. Kontroller at du har nok fri "
"diskplads, og at du fortsat er tilkoblet netværket."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Filen findes allerede. Vælg «OK» for at overskrive den."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Kunne ikke gemme filen."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Success"
diff --git a/po/de.po b/po/de.po
index dc87da4..f0351c6 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1793,9 +1793,14 @@
msgid "Array object expected"
msgstr "Array Objekt erwartet"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
+#, fuzzy
msgid "Local Port"
-msgstr "Lokaler Anschluss"
+msgstr ""
+"#-#-#-#-# de.po (Wine) #-#-#-#-#\n"
+"Lokaler Anschluss\n"
+"#-#-#-#-# de.po (Wine) #-#-#-#-#\n"
+"Lokaler Anschluß"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3138,6 +3143,14 @@
"Platz auf dem Datenträger verfügbar ist, oder dass die Netzwerkverbindung "
"noch besteht."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Die Ausgabedatei existiert schon. Drücken Sie OK zum Überschreiben."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Die Ausgabedatei konnte nicht erzeugt werden."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Erfolgreich"
diff --git a/po/el.po b/po/el.po
index 9a9ecb2..aae8950 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1694,7 +1694,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2857,6 +2857,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/en.po b/po/en.po
index 2e2634b..b6c4abe 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1722,7 +1722,7 @@
msgid "Array object expected"
msgstr "Array object expected"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Local Port"
@@ -3034,6 +3034,14 @@
"Cannot write to the specified file. Make sure you have enough disk space or "
"are still connected to the network."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr "Success"
diff --git a/po/en_US.po b/po/en_US.po
index 4b4a1b6..8d804ec 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1733,7 +1733,7 @@
msgid "Array object expected"
msgstr "Array object expected"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Local Port"
@@ -3031,6 +3031,14 @@
"Cannot write to the specified file. Make sure you have enough disk space or "
"are still connected to the network."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "The output file already exists. Click OK to overwrite."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Unable to create the output file."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Success"
diff --git a/po/eo.po b/po/eo.po
index fc1c68b..ba0ae6f 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1706,9 +1706,9 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
+msgstr "Loka Pordo"
#: localspl.rc:29
msgid "Local Monitor"
@@ -2912,6 +2912,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "La elira dosiero jam ekzistas. Kliku 'Bone' por surskribi øin."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Estas neeble krei la eliran dosieron."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/es.po b/po/es.po
index f119f01..2164ab9 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1742,7 +1742,7 @@
msgid "Array object expected"
msgstr "Objeto Arreglo esperado"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Puerto local"
@@ -3089,6 +3089,14 @@
"No puede grabarse el fichero especificado. Asegúrese de tener suficiente "
"espacio en disco o de que permanece conectado a la red."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "El archivo de salida ya existe. Pulse Aceptar para sobreescribir."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Incapaz de crear el archivo de salida."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Éxito"
diff --git a/po/fa.po b/po/fa.po
index d78b0f0..8e659e8 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1697,7 +1697,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2875,6 +2875,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index f876df4..b1abc28 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1719,9 +1719,9 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
+msgstr "Paikallinen Portti"
#: localspl.rc:29
msgid "Local Monitor"
@@ -2940,6 +2940,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Tiedosto on jo olemassa. Klikkaa OK ylikirjoittaaksesi sen."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Tiedostoa ei voitu luoda."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 7af0bbd..348e696 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1778,7 +1778,7 @@
msgid "Array object expected"
msgstr "Objet tableau attendu"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Port local"
@@ -3157,6 +3157,14 @@
"Vérifiez que vous avez assez d'espace disque ou que vous êtes toujours "
"connecté au réseau."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Impossible de créer le fichier de sortie."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Succès"
diff --git a/po/he.po b/po/he.po
index 596df30..736446d 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1720,7 +1720,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "פתחה מקומית"
@@ -2909,6 +2909,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "קובץ הפלט כבר קיים. יש ללחוץ על אישור כדי לשכתב עליו."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "לא ניתן ליצור את קובץ הפלט."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 214c56a..1eb6cca 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1690,7 +1690,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2849,6 +2849,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 2fe2c95..d369bcc 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1752,14 +1752,9 @@
msgid "Array object expected"
msgstr "Tömb objektumot vártam"
-#: localspl.rc:28 localui.rc:28
-#, fuzzy
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
-"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
-"Helyi Port\n"
-"#-#-#-#-# hu.po (Wine) #-#-#-#-#\n"
-"Helyi port"
+msgstr "Helyi port"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3004,6 +2999,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "A kimeneti fájl már létezik. Kattintson az OK gombra a felülíráshoz."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Nem tudom létrehozni a kimeneti fájlt."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Sikeres"
diff --git a/po/it.po b/po/it.po
index e0ef2d0..ace2266 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1816,9 +1816,14 @@
msgid "Array object expected"
msgstr "Richiesto un oggetto array"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
+#, fuzzy
msgid "Local Port"
-msgstr "Porta locale"
+msgstr ""
+"#-#-#-#-# it.po (Wine) #-#-#-#-#\n"
+"Porta locale\n"
+"#-#-#-#-# it.po (Wine) #-#-#-#-#\n"
+"Porta Locale"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3176,6 +3181,14 @@
"Impossibile scrivere il file specificato. Controllare di avere spazio libero "
"sufficiente sul disco o di essere ancora connessi alla rete."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Il file in uscita esiste già. Clicca su OK per sovrascriverlo."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Impossibile creare il file in uscita."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Successo"
diff --git a/po/ja.po b/po/ja.po
index 638bfd8..9738446 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1740,7 +1740,7 @@
msgid "Array object expected"
msgstr "配列オブジェクトを期待していました"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "ローカル ポート"
@@ -3018,6 +3018,15 @@
"指定されたファイルに書き込めません。ディスクに十分な空き容量があるか、あるい"
"はネットワークに接続されているか確認して下さい。"
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+"出力ファイルはすでに存在します。上書きするには OK をクリックしてください。"
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "出力ファイルを作成できませんでした。"
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index b7edbfa..276c4d6 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1803,7 +1803,7 @@
msgid "Array object expected"
msgstr "배열 객체가 필요함"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "지역 포트"
@@ -3097,6 +3097,14 @@
"지정된 파일에 기록할 수 없습니다. 디스크 공간이 충분한지 확인하거나. 네트워크"
"에 연결중인지 확인하십시오"
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "출력 파일을 만들수 없습니다."
+
#: wldap32.rc:27
msgid "Success"
msgstr "성공"
diff --git a/po/lt.po b/po/lt.po
index 2c104d1..f76302a 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1750,9 +1750,14 @@
msgid "Array object expected"
msgstr "Tikėtasi masyvo objekto"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
+#, fuzzy
msgid "Local Port"
-msgstr "Vietinis prievadas"
+msgstr ""
+"#-#-#-#-# lt.po (Wine) #-#-#-#-#\n"
+"Vietinis prievadas\n"
+"#-#-#-#-# lt.po (Wine) #-#-#-#-#\n"
+"Lokalus prievadas"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3065,6 +3070,15 @@
"Nepavyko rašyti į nurodytą failą. Įsitikinkite, kad yra pakankamai laisvos "
"vietos diske, ar vis dar prisijungę prie tinklo."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+"Išvesties failas jau egzistuoja. Norėdami failą keisti spauskite Gerai."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Nepavyko sukurti išvesties failo."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Sėkmė"
diff --git a/po/ml.po b/po/ml.po
index 80c97d8..a65e9cc 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1690,7 +1690,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2849,6 +2849,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 7ab9f4a..4f325bc 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1815,7 +1815,7 @@
msgid "Array object expected"
msgstr "Forventet rekke-objekt"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Lokal port"
@@ -3137,6 +3137,14 @@
"Kunne ikke skrive til den oppgitte filen. Kontroller at du har nok ledig "
"diskplass, og at du fortsatt er tilkoblet nettverket."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Ut-filen finnes allerede. Velg «OK» for å overskrive den."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Klarte ikke lage ut-filen."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Suksess"
diff --git a/po/nl.po b/po/nl.po
index e2d2d1e..f97d87f 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1846,9 +1846,14 @@
msgid "Array object expected"
msgstr "Array object verwacht"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
+#, fuzzy
msgid "Local Port"
-msgstr "Lokale Poort"
+msgstr ""
+"#-#-#-#-# nl.po (Wine) #-#-#-#-#\n"
+"Lokale Poort\n"
+"#-#-#-#-# nl.po (Wine) #-#-#-#-#\n"
+"Lokale aansluiting"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3165,6 +3170,14 @@
"Kan het opgegeven bestand niet schrijven. Controleer of er voldoende "
"schijfruimte is, en controleer de verbinding met het netwerk."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Het afdrukbestand bestaat al. Klik OK om het te overschrijven."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Het afdrukbestand kon niet geschreven worden."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Succes"
diff --git a/po/or.po b/po/or.po
index dcf82cf..ccd1bee 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1690,7 +1690,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2849,6 +2849,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 9984f71..f6d7aad 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1690,7 +1690,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2849,6 +2849,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 49a93da..0988fa0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1778,7 +1778,7 @@
msgid "Array object expected"
msgstr "Oczekiwany obiekt tablicowy"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Port lokalny"
@@ -3137,6 +3137,14 @@
"Nie można zapisać do podanego pliku. Upewnij się że masz wystarczająco "
"miejsca na dysku lub czy jesteś nadal podłączony do sieci."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Plik już istnieje. Wybierz OK aby zastąpić plik."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Nie mogę utworzyć pliku."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Sukces"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index eeca13d..259b356 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1822,14 +1822,9 @@
msgid "Array object expected"
msgstr "Objeto Array esperado"
-#: localspl.rc:28 localui.rc:28
-#, fuzzy
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
-"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
-"Porta local\n"
-"#-#-#-#-# pt_BR.po (Wine) #-#-#-#-#\n"
-"Porta Local"
+msgstr "Porta Local"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3177,6 +3172,14 @@
"Não é possível gravar no arquivo especificado. Certifique-se que você possui "
"espaço em disco suficiente ou que ainda esteja conectado na rede."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "O arquivo de destino já existe. Clique OK para sobrescrever."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Impossível criar o arquivo de destino."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Sucesso"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index a9673f1..1b37f4a 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1826,14 +1826,9 @@
msgid "Array object expected"
msgstr "Objecto Array esperado"
-#: localspl.rc:28 localui.rc:28
-#, fuzzy
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
-"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
-"Porta local\n"
-"#-#-#-#-# pt_PT.po (Wine) #-#-#-#-#\n"
-"Porta Local"
+msgstr "Porta Local"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3213,6 +3208,14 @@
"Não é possível gravar no ficheiro indicado. Certifique-se que possui espaço "
"em disco suficiente ou que ainda está conectado na rede."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "O ficheiro de destino já existe. Clique OK para reescrever."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Impossível criar o ficheiro de destino."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Sucesso"
diff --git a/po/rm.po b/po/rm.po
index 7c4c868..0b6fc69 100644
--- a/po/rm.po
+++ b/po/rm.po
@@ -1699,7 +1699,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2860,6 +2860,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 7aa7889..aea28c8 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1829,7 +1829,7 @@
msgid "Array object expected"
msgstr "Se așteaptă un obiect matrice"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Port local"
@@ -3176,6 +3176,14 @@
"Nu se poate scrie în fișierul specificat. Asigurați-vă că aveți suficient "
"spațiu pe disc sau că mai sunteți conectat la rețea."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Fișierul de ieșire există deja. Dați clic pe OK pentru al suprascrie."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Nu am putut crea fișierul de ieșire."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Succes"
diff --git a/po/ru.po b/po/ru.po
index d1684eb..7dc81df 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1739,7 +1739,7 @@
msgid "Array object expected"
msgstr "Ожидается объект типа 'Array'"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Локальный порт"
@@ -3084,6 +3084,14 @@
"Невозможно записать в указанный файл. Убедитесь, что на диске достаточно "
"места, или проверьте сетевое подключение."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Такой файл уже существует. Нажмите OK для его замены."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Невозможно создать выходной файл."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Успех"
diff --git a/po/sk.po b/po/sk.po
index 9ecf21f..9ca0070 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1697,7 +1697,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2971,6 +2971,14 @@
"Cannot write to the specified file. Make sure you have enough disk space or "
"are still connected to the network."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 650175f..62e12bb 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1744,7 +1744,7 @@
msgid "Array object expected"
msgstr "Pričakujem Array objekt"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Lokalna vrata"
@@ -3069,6 +3069,14 @@
"V navedeno datoteko ni mogoče pisati. Preverite, ali je na disku še dovolj "
"prostora oz. ali je vaš računalnik še povezan z omrežjem."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Izhodna datoteka že obstaja. Za prepis kliknite gumb V redu."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Izhodne datoteke ni mogoče ustvariti."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po
index fc2da42..d80f6e7 100644
--- a/po/sr_RS@cyrillic.po
+++ b/po/sr_RS@cyrillic.po
@@ -1725,7 +1725,7 @@
msgid "Array object expected"
msgstr "Очекивани низ објекта"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Локални порт"
@@ -2910,6 +2910,15 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+"Одредишна датотека већ постоји. Кликните на дугме „У реду“ да је замените."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Прављење одредишне датотеке није успело."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Успех"
diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po
index 604cb36..979cd97 100644
--- a/po/sr_RS@latin.po
+++ b/po/sr_RS@latin.po
@@ -1737,7 +1737,7 @@
msgid "Array object expected"
msgstr "Očekivani niz objekta"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Lokalni port"
@@ -2927,6 +2927,15 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+"Odredišna datoteka već postoji. Kliknite na dugme „U redu“ da je zamenite."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Pravljenje odredišne datoteke nije uspelo."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Uspeh"
diff --git a/po/sv.po b/po/sv.po
index 831a507..3d2662d 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1773,7 +1773,7 @@
msgid "Array object expected"
msgstr "Array-objekt förväntades"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Lokal port"
@@ -3102,6 +3102,14 @@
"Kan inte skriva till angiven fil. Kontrollera att du har tillräckligt minne "
"eller är ansluten till nätverket."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Utdatafilen finns redan. Klicka på OK för att skriva över."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Kunde inte skapa utdatafilen."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Lyckades"
diff --git a/po/te.po b/po/te.po
index bbfbe81..e373427 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1690,7 +1690,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2849,6 +2849,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/th.po b/po/th.po
index d95478d..656393c 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1696,7 +1696,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2856,6 +2856,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index f16db3b..2467f53 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1735,9 +1735,9 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
-msgstr ""
+msgstr "Yerel Bağlantı Noktası"
#: localspl.rc:29
msgid "Local Monitor"
@@ -3086,6 +3086,14 @@
"Belirtilen dosyaya yazılamıyor. Yeterli kullanılabilir disk alanına sahip "
"olduğunuzdan veya ağa bağlı olduğunuzdan emin olun."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Çıkış dosyası zaten var. Üzerine yazmak için Tamam'ı tıklayın."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Çıkış dosyası oluşturulamıyor."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Başarılı"
diff --git a/po/uk.po b/po/uk.po
index d06fec1..47b61e8 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1742,7 +1742,7 @@
msgid "Array object expected"
msgstr "Очікується об'єкт Array"
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "Локальний порт"
@@ -3061,6 +3061,14 @@
"Неможливо записати до вказаного файлу. Переконайтеся, що на диску є "
"достатньо вільного простору та що комп'ютер ще підключений до мережі."
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "Кінцевий файл вже існує. Натисніть OK щоб його перезаписати."
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "Неможливо створити кінцевий файл."
+
#: wldap32.rc:27
msgid "Success"
msgstr "Успіх"
diff --git a/po/wa.po b/po/wa.po
index d49c990..758784d 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1697,7 +1697,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2857,6 +2857,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/wine.pot b/po/wine.pot
index 1d7d1a2..98c7c09 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -1684,7 +1684,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr ""
@@ -2835,6 +2835,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr ""
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr ""
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f3fc72f..0342207 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1715,7 +1715,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "本地端口"
@@ -2914,6 +2914,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "输出文件已存在, 按'确定'覆盖。"
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "不能打开输出文件."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index bd5eba4..58f362e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1714,7 +1714,7 @@
msgid "Array object expected"
msgstr ""
-#: localspl.rc:28 localui.rc:28
+#: localspl.rc:28 localui.rc:28 winspool.rc:27
msgid "Local Port"
msgstr "本地端口"
@@ -2913,6 +2913,14 @@
"are still connected to the network."
msgstr ""
+#: winspool.rc:28
+msgid "The output file already exists. Click OK to overwrite."
+msgstr "輸出檔案已存在, 按'確定'覆蓋。"
+
+#: winspool.rc:29
+msgid "Unable to create the output file."
+msgstr "不能開啟輸出檔案."
+
#: wldap32.rc:27
msgid "Success"
msgstr ""