[PATCH wmaker 0/4] Spelling Corrections

5 views
Skip to first unread message

Jeremy Sowden

unread,
Nov 9, 2024, 8:51:55 AM11/9/24
to Window Maker Dev
The aim of this series is to fix some spelling mistakes reported by Lintian.
There are fixes for some other things I noticed while making the spelling
corrections.

Patch 1 removes an obsolete autoconf macro.
Patch 2 adds wrlib gettext artefacts to .gitignore.
Patch 3 fixes some `msgfmt` warnings.
Patch 4 corrects the spelling errors.

Jeremy Sowden (4):
Remove obsolete autoconf macro
Ignore wrlib gettext artefacts
Add missing `Language:` headers to PO files
Fix spelling errors

.gitignore | 2 ++
ChangeLog | 8 ++++----
WINGs/ChangeLog | 2 +-
WINGs/po/bg.po | 1 +
WINGs/po/ca.po | 1 +
WINGs/po/cs.po | 1 +
WINGs/po/de.po | 1 +
WINGs/po/fr.po | 1 +
WINGs/po/hu.po | 2 +-
WINGs/po/nl.po | 6 ------
WINGs/po/sk.po | 1 +
WPrefs.app/po/bg.po | 1 +
WPrefs.app/po/ca.po | 1 +
WPrefs.app/po/cs.po | 1 +
WPrefs.app/po/de.po | 1 +
WPrefs.app/po/es.po | 1 +
WPrefs.app/po/et.po | 5 +++--
WPrefs.app/po/fi.po | 1 +
WPrefs.app/po/fr.po | 1 +
WPrefs.app/po/hr.po | 1 +
WPrefs.app/po/hu.po | 2 +-
WPrefs.app/po/it.po | 1 +
WPrefs.app/po/ko.po | 1 +
WPrefs.app/po/pt.po | 1 +
WPrefs.app/po/ru.po | 1 +
WPrefs.app/po/sk.po | 1 +
WPrefs.app/po/uk.po | 1 +
WPrefs.app/po/zh_CN.po | 1 +
WPrefs.app/po/zh_TW.po | 1 +
configure.ac | 1 -
po/be.po | 5 +++--
po/bg.po | 5 +++--
po/bs.po | 1 +
po/ca.po | 5 +++--
po/cs.po | 5 +++--
po/da.po | 5 +++--
po/de.po | 3 ++-
po/el.po | 3 ++-
po/es.po | 2 +-
po/et.po | 2 +-
po/fi.po | 5 +++--
po/fr.po | 3 ++-
po/fy.po | 8 --------
po/gl.po | 5 +++--
po/hr.po | 1 +
po/hu.po | 6 +++---
po/it.po | 3 ++-
po/ja.po | 2 +-
po/ko.po | 5 +++--
po/ms.po | 5 +++--
po/nl.po | 8 --------
po/no.po | 1 +
po/pl.po | 3 ++-
po/pt.po | 5 +++--
po/ro.po | 1 +
po/ru.po | 5 +++--
po/sk.po | 5 +++--
po/sv.po | 1 +
po/tr.po | 1 +
po/uk.po | 5 +++--
po/zh_CN.po | 5 +++--
po/zh_TW.po | 5 +++--
script/check-cmdline-options-doc.sh | 2 +-
script/check-translation-sources.sh | 4 ++--
script/check-wmaker-loaddef-callbacks.sh | 2 +-
script/generate-html-from-man.sh | 2 +-
script/generate-mapfile-from-header.sh | 2 +-
script/generate-po-from-template.sh | 2 +-
script/generate-txt-from-texi.sh | 8 ++++----
script/nested-func-to-macro.sh | 2 +-
script/replace-ac-keywords.sh | 2 +-
script/replace-generated-content.sh | 2 +-
util/po/de.po | 1 +
util/po/es.po | 2 +-
util/po/fr.po | 2 +-
util/po/pt.po | 2 +-
wrlib/load_webp.c | 2 +-
wrlib/po/fr.po | 6 +++---
wrlib/po/sr.po | 6 +++---
wrlib/xutil.c | 10 +++++-----
80 files changed, 131 insertions(+), 102 deletions(-)

--
2.45.2

Jeremy Sowden

unread,
Nov 9, 2024, 8:51:57 AM11/9/24
to Window Maker Dev
* "unknow" -> "unknown"
* "occured" -> "occurred"

Remove some entries from PO files where these entries contain spelling errors
and there are other entries that are identical except for these mistakes.

Signed-off-by: Jeremy Sowden <jer...@azazel.net>
---
ChangeLog | 8 ++++----
WINGs/ChangeLog | 2 +-
WINGs/po/nl.po | 6 ------
WPrefs.app/po/et.po | 4 ++--
po/be.po | 4 ++--
po/bg.po | 4 ++--
po/ca.po | 4 ++--
po/cs.po | 4 ++--
po/da.po | 4 ++--
po/de.po | 2 +-
po/el.po | 2 +-
po/es.po | 2 +-
po/et.po | 2 +-
po/fi.po | 4 ++--
po/fr.po | 2 +-
po/fy.po | 8 --------
po/gl.po | 4 ++--
po/hu.po | 4 ++--
po/it.po | 2 +-
po/ja.po | 2 +-
po/ko.po | 4 ++--
po/ms.po | 4 ++--
po/nl.po | 8 --------
po/pl.po | 2 +-
po/pt.po | 4 ++--
po/ru.po | 4 ++--
po/sk.po | 4 ++--
po/uk.po | 4 ++--
po/zh_CN.po | 4 ++--
po/zh_TW.po | 4 ++--
script/check-cmdline-options-doc.sh | 2 +-
script/check-translation-sources.sh | 4 ++--
script/check-wmaker-loaddef-callbacks.sh | 2 +-
script/generate-html-from-man.sh | 2 +-
script/generate-mapfile-from-header.sh | 2 +-
script/generate-po-from-template.sh | 2 +-
script/generate-txt-from-texi.sh | 8 ++++----
script/nested-func-to-macro.sh | 2 +-
script/replace-ac-keywords.sh | 2 +-
script/replace-generated-content.sh | 2 +-
wrlib/load_webp.c | 2 +-
wrlib/po/fr.po | 6 +++---
wrlib/po/sr.po | 6 +++---
wrlib/xutil.c | 10 +++++-----
44 files changed, 73 insertions(+), 95 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fc0697fa9ed2..4472c6a3add7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,7 @@ Changes since version 0.95.7:
- debian: Ignore missing documentation for --runstatedir.
- debian: Use dh_autoreconf.
- debian: Simplify debian/rules.
-- debian: Fix typo occured. (Thanks, lintian.)
+- debian: Fix typo occurred. (Thanks, lintian.)
- debian: wmaker manpage moved from 1x to 1.
(Andreas Metzler <amet...@bebt.de>)
- debian: Add wmiv to wmaker package.
@@ -498,7 +498,7 @@ Changes since version 0.95.6:
- doc: Add manpage for wmiv.
(Doug Torrance <dtor...@monmouthcollege.edu>)
- wmaker: replaced old email address with the official one
-- WINGs: Updated news with the API changes that occured between 0.95.6 and
+- WINGs: Updated news with the API changes that occurred between 0.95.6 and
0.95.7
- WINGs: ran spell checker on the NEWS file
- WINGs: fix non-portable int conversion for printf in font panel size handling
@@ -969,7 +969,7 @@ Changes since version 0.95.5:
- WMaker: moved XGrab/XUngrabPointer into the conditional code
- News: created section dedicated to the changes related to 0.95.3
- News: added description of a change that may be interesting to users
-- News: added section to describe the changes that have occured in 0.95.4
+- News: added section to describe the changes that have occurred in 0.95.4
- News: marked the current changes as part of 0.95.5 and describe the drawers
feature
- News: described the new features for future 0.95.6 release
@@ -1103,7 +1103,7 @@ Changes since version 0.95.5:
#50158)
- WPrefs: fix NULL pointer handling when getting the Modifiers (Coverity
#50200)
-- WPrefs: add warning when renderTexture encounters some unknow settings
+- WPrefs: add warning when renderTexture encounters some unknown settings
(Christophe CURIS <christop...@free.fr>)
- util/wmiv: add image auto orientation detection
(David Maciejak <david.m...@gmail.com>)
diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog
index da17b3730560..1ba50037be19 100644
--- a/WINGs/ChangeLog
+++ b/WINGs/ChangeLog
@@ -140,7 +140,7 @@ Changes since wmaker 0.64.0:
- Moved all internal handlers (timer, idle and input) to handlers.c
- simplified wevent.c and wutil.c.
- fixed handling of input with poll (was broken)
-- fixed mem leak that occured when input handling was done with poll
+- fixed mem leak that occurred when input handling was done with poll
- simpler and more straightforward event handling for timer, idle, input
and X events (also fixed some problems the old handling logic had)
- moved timer, idle and input handler definitions and prototypes from
diff --git a/WINGs/po/nl.po b/WINGs/po/nl.po
index 89b99b4a4192..1eb0d185eaa1 100644
--- a/WINGs/po/nl.po
+++ b/WINGs/po/nl.po
@@ -843,9 +843,6 @@ msgstr "Kon invoerbestand \"%s\" niet openen"
msgid "Could not create target file \"%s\""
msgstr "Kon doelbestand \"%s\" niet aanmaken"

-msgid "An error occured browsing '%s'."
-msgstr "Er trad 'n fout op bij bladeren door '%s'."
-
msgid ""
"invalid characted '%c' in arg-list for macro \"%s\" while expecting "
"parameter name"
@@ -860,9 +857,6 @@ msgstr ""
"ongeldig letterteken '%c' in arg.-lijst voor macro \"%s\", verwachtte ',' "
"of ')'"

-msgid "unknow directive '#%s'"
-msgstr "onbekende aanwijzing '#%s'"
-
msgid "found #%s but have no matching #if"
msgstr "#%s gevonden, maar heeft geen bijbehorende #if"

diff --git a/WPrefs.app/po/et.po b/WPrefs.app/po/et.po
index 5a7997300f02..5b70abacaa03 100644
--- a/WPrefs.app/po/et.po
+++ b/WPrefs.app/po/et.po
@@ -476,7 +476,7 @@ msgstr "Window Maker vőttis vastu signaali %i."

#: ../src/dialog.c:1707
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to bu...@windowmaker.info."
msgstr ""
" See fataalviga on arvatavasti pőhjustatud programmi veast. Palun täitke "
@@ -1438,7 +1438,7 @@ msgstr "ei őnnestu käivitada alternatiivset aknahaldurit. Annan alla."

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"aset on leidnud fataalne viga, arvatavasti programmi viga. Palun täida "
diff --git a/po/be.po b/po/be.po
index 780c2b2b1cef..fb29a54498e9 100644
--- a/po/be.po
+++ b/po/be.po
@@ -473,7 +473,7 @@ msgstr "Window Maker атрымаў сігнал %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Гэты крытычны збой магчыма вызваны памылкамі ў WindowMaker."
@@ -1434,7 +1434,7 @@ msgstr "не магчыма запусціць іншы ваконны мене

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
" Гэты крытычны збой магчыма вызваны памылкамі ў WindowMaker."
diff --git a/po/bg.po b/po/bg.po
index a93cd2b345b1..27787544ecbb 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -603,7 +603,7 @@ msgstr "Уиндоу Мейкър получи сигнал %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr "Възникналата критична грешка вероятно се дължи на програмен дефект. Моля попълнете формуляра от файла BUGFORM и го изпратете на адрес %s."

@@ -1794,7 +1794,7 @@ msgstr ""
# ../src/startup.c:352
#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr "възникна критична грешка, вероятно дължаща се на програмен дефект. Моля попълнете формуляра от файла BUGFORM и ни уведомете "

diff --git a/po/ca.po b/po/ca.po
index a65a3c8804e1..784596c38510 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -495,7 +495,7 @@ msgstr "Window Maker ha rebut un senyal %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Aquest error fatal probablement ha estat causat per un \"bug\". Si us plau, "
@@ -1472,7 +1472,7 @@ msgstr "no s'ha pogut iniciar cap gestor de finestres alternatiu. S'avorta."

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"s'ha produït un error fatal, probablement a causa d'un \"bug\". Si us plau, "
diff --git a/po/cs.po b/po/cs.po
index 61169589e294..04e59bb47fdd 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -478,7 +478,7 @@ msgstr "Window Maker přijal signál %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Tato závažná chyba se vyskytla pravděpodobně v důsledku chyby v kódu Window "
@@ -1393,7 +1393,7 @@ msgstr "alternativního správce oken nelze odstartovat. Konec."

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"fatální chyba, pravděpodobně chyba ve Window Makeru. Prosím vyplňte soubor "
diff --git a/po/da.po b/po/da.po
index 741ac35f0eb7..fbe8eeac3824 100644
--- a/po/da.po
+++ b/po/da.po
@@ -545,7 +545,7 @@ msgstr "Window Maker modtog signal %i"
# ../src/dialog.c:1450
#: ../src/dialog.c:1790
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"en fatal fejl er opstået, sikkert pga. en bug. Udfyld venligst den vedlagte "
@@ -1686,7 +1686,7 @@ msgstr "det lykkedes ikke at starte alternativ vindueshåndtering. Afbryder."
# ../src/startup.c:349
#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"en fatal fejl er opstået, sikkert pga. en bug. Udfyld venligst den vedlagte "
diff --git a/po/de.po b/po/de.po
index 4af01f94083f..4fd0c7aea64c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -472,7 +472,7 @@ msgstr "Window Maker erhielt Signal %i"

#: ../src/dialog.c:1602
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Dieser fatale Fehler trat möglicherweise wegen eines Bugs auf. Bitte füllen "
diff --git a/po/el.po b/po/el.po
index 98571d87ca64..bb42becfc05a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1174,7 +1174,7 @@ msgstr "αποτυχία εκκίνησης εναλλακτικού διαχε

#: ../src/startup.c:349
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""

diff --git a/po/es.po b/po/es.po
index 1825f7b9192f..b7a0a78d3991 100644
--- a/po/es.po
+++ b/po/es.po
@@ -491,7 +491,7 @@ msgstr "Window Maker recibió la señal %i."

#: ../src/dialog.c:1576
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Este error fatal ocurrió probablemente debido a un fallo.\n"
diff --git a/po/et.po b/po/et.po
index 6ca5de18631e..9c4323e5ef42 100644
--- a/po/et.po
+++ b/po/et.po
@@ -487,7 +487,7 @@ msgstr "Window Maker võttis vastu signaali %i."

#: ../src/dialog.c:1573
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" See fataalviga on arvatavasti põhjustatud programmi enese veast. Palun "
diff --git a/po/fi.po b/po/fi.po
index 6aa4e007e7ec..164a033c4d7c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -466,7 +466,7 @@ msgstr "Window Maker vastaanotti signaalin %i."

#: ../src/dialog.c:1707
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Tämä vakava virhe tapahtui luultavasti bugin johdosta. Ole hyvä ja täytä "
@@ -1390,7 +1390,7 @@ msgstr "vaihtoehtoisen ikkunamanagerin käynnistys epäonnistui. Keskeytetään.

#: ../src/startup.c:412
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"vakava virhe on tapahtunut - luultavasti bugin johdosta. Ole hyvä ja täytä "
diff --git a/po/fr.po b/po/fr.po
index 4e1642be6224..92328f60e9f3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -482,7 +482,7 @@ msgstr "Window Maker a reçu le signal %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Cette erreur est probablement due à un bogue. Remplissez le formulaire "
diff --git a/po/fy.po b/po/fy.po
index e9941f559ab5..8550d7944e5a 100644
--- a/po/fy.po
+++ b/po/fy.po
@@ -2086,11 +2086,3 @@ msgstr "toets %s (0x%x) generearret sawol %s as %s, wat ûnsinnich is"
#, c-format
msgid "Can't convert keymask 0x%04X to a shortcut label"
msgstr "Kin 'keymask' 0x%04X net omsette nei fluchtoetsbeneaming"
-
-# Keep next entry for wmaker-0.95.7
-msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
-"BUGFORM and report it to %s."
-msgstr ""
-" Dizze ûnwerstelbere flater trede mooglik op troch in bug. Folje a.j.w. "
-"bygeand BUGFORM yn, en rapportearje it oan %s."
diff --git a/po/gl.po b/po/gl.po
index 7aeb8cb720dc..2a96521a64a3 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -360,7 +360,7 @@ msgstr "O Window Maker recibiu un sinal %i."

#: ../src/dialog.c:1564
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Este erro grave ocorreu probablemente por mor dun erro do programa. Por "
@@ -1241,7 +1241,7 @@ msgstr "fallou o inicio dun xestor de fiestras alternativo. Abortando."

#: ../src/startup.c:352
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"ocorreu un erro moi grave, probablemente por mor dun erro de programación. "
diff --git a/po/hu.po b/po/hu.po
index 9f06df5d2f29..7cbd839c4f8f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -491,7 +491,7 @@ msgstr "A Window Maker %i jelzést kapott."

#: ../../wmaker-crm/src/dialog.c:1599
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr " Ezt a végzetes hibát valószínűleg egy programozási hiba okozta. Légy szíves töltsd ki a mellékelt BUGFORM kérdőívet és küldd el a %s e-mail címre!"

@@ -800,7 +800,7 @@ msgstr "a beállítás adatbázist tartalmazó egységet lecsatolták. \"--stati
msgid "Inotify: Reading config files in defaults database."
msgstr "Inotify: újraolvasom a konfigurációs fájlokat a beállítás adatbázisból."

-#. an error has occured
+#. an error has occurred
#: ../../wmaker-crm/src/event.c:391
msgid ""
"select failed. The inotify instance will be closed. Changes to the defaults "
diff --git a/po/it.po b/po/it.po
index a47f5df58657..7c81df1c815b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -527,7 +527,7 @@ msgstr "Window Maker ha ricevuto il segnale %i."

#: ../src/dialog.c:1768
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Questo errore fatale è probabilmente dovuto ad un bug. Si prega di "
diff --git a/po/ja.po b/po/ja.po
index ef71f0b4f065..05208a30589e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -460,7 +460,7 @@ msgstr "Window Maker は シグナル %i を受けました."

#: ../src/dialog.c:1576
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"この致命的なエラーはバグによるものかもしれません. 同梱のバグフォームを使って "
diff --git a/po/ko.po b/po/ko.po
index 3fb71fc45dbb..064ac12f8daf 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -472,7 +472,7 @@ msgstr "윈도우 메이커가 %i 신호를 받음."

#: ../src/dialog.c:1596
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"버그로 인해 치명적인 오류가 발생했습니다. BUGFORM을 작성하여 "
@@ -1954,7 +1954,7 @@ msgstr "마지막으로 사용됨"
#~ msgstr "대체용 창 관리자를 실행 실패. 종료."

#~ msgid ""
-#~ "a fatal error has occured, probably due to a bug. Please fill the "
+#~ "a fatal error has occurred, probably due to a bug. Please fill the "
#~ "included BUGFORM and report it."
#~ msgstr ""
#~ "치명적인 오류 발생, 아마도 버그인 것 같습니다. BUGFORM을 작성해 보내주시"
diff --git a/po/ms.po b/po/ms.po
index 096c7d04bcfd..97e4bd2c3854 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -457,7 +457,7 @@ msgstr "Window Maker menerima isyarat %i."

#: ../src/dialog.c:1786
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Ralat fatal ini berlaku kemungkinan disebabkan pepijat. Sila ini BUGFORM "
@@ -1415,7 +1415,7 @@ msgstr "gagl menghidupkan pengurus tetingkap lain. Diabaikan."

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"ralat fatal berlaku, mungkin kerana pepijat. Sila ini BUGFORM yang "
diff --git a/po/nl.po b/po/nl.po
index 89c598d693a2..acb24f189087 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2090,11 +2090,3 @@ msgstr "toets %s (0x%x) genereert zowel %s als %s, wat onzinnig is"
#, c-format
msgid "Can't convert keymask 0x%04X to a shortcut label"
msgstr "Kan 'keymask' 0x%04X niet omzetten naar sneltoetsbenaming"
-
-# Keep next entry for wmaker-0.95.7
-msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
-"BUGFORM and report it to %s."
-msgstr ""
-" Deze onherstelbare fout trad mogelijk op door 'n bug. Vul a.u.b. "
-"bijgaand BUGFORM in, en rapporteer 't aan %s."
diff --git a/po/pl.po b/po/pl.po
index c29e98428917..949716d8efc7 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -983,7 +983,7 @@ msgid "crashed while trying to do some post-crash cleanup. Aborting immediatelly
msgstr "załamanie podczas próby uporządkowania po załamaniu. Wyjście awaryjne."

#: ../src/startup.c:304
-msgid "a fatal error has occured, probably due to a bug. Please fill the included BUGFORM and report it."
+msgid "a fatal error has occurred, probably due to a bug. Please fill the included BUGFORM and report it."
msgstr "wystąpił poważny błąd, prawdopodobnie pluskwa. Prosimy o wypełnienie formularza BUGFORM i wysłanie go do nas."

#. restart another window manager so that the X session doesn't
diff --git a/po/pt.po b/po/pt.po
index b2be45046ca6..e1de71948ae4 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -353,7 +353,7 @@ msgstr "O Window Maker recebeu o sinal %i."

#: ../src/dialog.c:1564
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Este erro fatal ocorreu provavelmente devido a uma falha.\n"
@@ -1231,7 +1231,7 @@ msgstr "tentativa de iniciar gerenciador alternativo falhou. Abortando."

#: ../src/startup.c:352
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"um erro fatal ocorreu, provavelmente devido a uma falha. Por favor preencha "
diff --git a/po/ru.po b/po/ru.po
index 7e5adc7f09c8..ae03a6d05dda 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -488,7 +488,7 @@ msgstr "Window Maker: получен сигнал %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Эта критическая ошибка, возможно, является результатом ошибки в программе. "
@@ -1439,7 +1439,7 @@ msgstr "не удалось запустить альтернативный ди

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"возникла критическая ошибка. Возможно, это результат ошибки в программе. "
diff --git a/po/sk.po b/po/sk.po
index 014e50a30e84..221a550b7e4f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -499,7 +499,7 @@ msgstr "Window Maker prijal signál %i."
#: ../src/dialog.c:1632
#, c-format
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"Táto fatálna chyba sa vyskytla "
@@ -1481,7 +1481,7 @@ msgstr "nepodarilo sa spustiť alternatívny manažér okien. Koniec."

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"fatálna chyba nastala pravdepodobne v dôsledku chyby vo Window Makery. "
diff --git a/po/uk.po b/po/uk.po
index b03da2a58ec1..e3d90fa39e36 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -480,7 +480,7 @@ msgstr "Window Maker: отримано сигнал %i."

#: ../src/dialog.c:1790
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
" Ця критична помилка, можливо, є результатом помилки в програмі. Будь ласка, "
@@ -1449,7 +1449,7 @@ msgstr "не вдалось запустити альтернативний ме

#: ../src/startup.c:419
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"виникла критична помилка. Можливо, це результат помилки в програмі. Будь "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 56e613a66ddf..ce273e6aff5d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -301,7 +301,7 @@ msgstr "Window Maker收到信号%i."

#: ../src/dialog.c:1450
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"发生一个致命错误,也许是因为一个 bug.请填写好软件中包含的 BUGFORM 并向"
@@ -1164,7 +1164,7 @@ msgstr "无法启动替代的窗口管理器.中止."

#: ../src/startup.c:349
msgid ""
-"a fatal error has occured, probably due to a bug. Please fill the included "
+"a fatal error has occurred, probably due to a bug. Please fill the included "
"BUGFORM and report it."
msgstr ""
"发生一个致命错误,也许是因为一个 bug.请填写好软件中包含的 BUGFORM 并报告 bug."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5bd52b8691a2..fbaf4436b146 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -513,7 +513,7 @@ msgstr "Window Maker 收到訊號 %i。"

#: ../src/dialog.c:1768
msgid ""
-" This fatal error occured probably due to a bug. Please fill the included "
+" This fatal error occurred probably due to a bug. Please fill the included "
"BUGFORM and report it to %s."
msgstr ""
"這個嚴重錯誤可能是因為程式錯誤所致。請填寫附帶的 BUGFORM 並向 "
@@ -1928,7 +1928,7 @@ msgstr "刪除最後的工作區"
#~ msgstr "另一套視窗管理員啟動失敗。放棄中。"

#~ msgid ""
-#~ "a fatal error has occured, probably due to a bug. Please fill the "
+#~ "a fatal error has occurred, probably due to a bug. Please fill the "
#~ "included BUGFORM and report it."
#~ msgstr "發生嚴重錯誤,可能因為程式錯誤。請填寫 BUGFORM 並提出報告。"

diff --git a/script/check-cmdline-options-doc.sh b/script/check-cmdline-options-doc.sh
index ff4a4be9f1e0..da45f7f625af 100755
--- a/script/check-cmdline-options-doc.sh
+++ b/script/check-cmdline-options-doc.sh
@@ -91,7 +91,7 @@ while [ $# -gt 0 ]; do
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
arg_error "argument '$1' is not understood"
diff --git a/script/check-translation-sources.sh b/script/check-translation-sources.sh
index 8653fe7cb5bf..b5b9267248ac 100755
--- a/script/check-translation-sources.sh
+++ b/script/check-translation-sources.sh
@@ -75,7 +75,7 @@ while [ $# -gt 0 ]; do
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ "x$trans_dir" != "x" ] || arg_error "only 1 directory can be specified for translation"
@@ -226,7 +226,7 @@ END {
error_count++;
}

- # If error(s) occured, use non-zero status to stop 'make'
+ # If error(s) occurred, use non-zero status to stop 'make'
# We use 3 to distinguish for awk's possible own problems (status 1 or 2)
if (error_count > 0) { exit 3 }
}"
diff --git a/script/check-wmaker-loaddef-callbacks.sh b/script/check-wmaker-loaddef-callbacks.sh
index 57d4cda9674c..d2708d83edbc 100755
--- a/script/check-wmaker-loaddef-callbacks.sh
+++ b/script/check-wmaker-loaddef-callbacks.sh
@@ -120,7 +120,7 @@ $1"
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
arg_error "argument '$1' is not understood"
diff --git a/script/generate-html-from-man.sh b/script/generate-html-from-man.sh
index 1a921724a26b..43d952d1f1c8 100755
--- a/script/generate-html-from-man.sh
+++ b/script/generate-html-from-man.sh
@@ -119,7 +119,7 @@ while [ $# -gt 0 ]; do
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ -z "$input_file" ] || arg_error "only 1 man page can be specified"
diff --git a/script/generate-mapfile-from-header.sh b/script/generate-mapfile-from-header.sh
index 0b82a5bb2788..2a71ce5668a2 100755
--- a/script/generate-mapfile-from-header.sh
+++ b/script/generate-mapfile-from-header.sh
@@ -83,7 +83,7 @@ while [ $# -gt 0 ]; do
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ -r "$1" ] || arg_error "source file \"$1\" is not readable"
diff --git a/script/generate-po-from-template.sh b/script/generate-po-from-template.sh
index 6e73ba35193f..d41e0b5fbde6 100755
--- a/script/generate-po-from-template.sh
+++ b/script/generate-po-from-template.sh
@@ -90,7 +90,7 @@ while [ $# -gt 0 ]; do
project_version="$1"
;;

- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ "x$lang_file" = "x" ] || arg_error "only 1 po file can be specified, not \"$lang_file\" and \"$1\""
diff --git a/script/generate-txt-from-texi.sh b/script/generate-txt-from-texi.sh
index dcb3976070e8..941e3675286f 100755
--- a/script/generate-txt-from-texi.sh
+++ b/script/generate-txt-from-texi.sh
@@ -151,7 +151,7 @@ while [ $# -gt 0 ]; do
project_version="$1"
;;

- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ "x$input_file" = "x" ] || arg_error "only 1 input file can be specified, not \"$input_file\" and \"$1\""
@@ -903,7 +903,7 @@ function execute_commands(line, replaced_line, command) {
# Variable and Conditional commands ########################################
} else if (command == "value") {
if (variable[cmdargs] == "") {
- report_error("variable '" cmdargs "' is unknow, for @value at line " NR);
+ report_error("variable '" cmdargs "' is unknown, for @value at line " NR);
}
line = variable[cmdargs] line;

@@ -913,7 +913,7 @@ function execute_commands(line, replaced_line, command) {
line = "";

} else {
- report_error("unknow command @" command " at line " NR);
+ report_error("unknown command @" command " at line " NR);
}

}
@@ -971,7 +971,7 @@ function process_end(line) {
par_indent = 0;

} else {
- report_error("unknow command @end " line " at line " NR);
+ report_error("unknown command @end " line " at line " NR);
}
}

diff --git a/script/nested-func-to-macro.sh b/script/nested-func-to-macro.sh
index 416400fdd79a..3ccdbc47e1e7 100755
--- a/script/nested-func-to-macro.sh
+++ b/script/nested-func-to-macro.sh
@@ -108,7 +108,7 @@ while [ $# -gt 0 ]; do

-h|-help|--help) print_help ;;
-o) shift ; output_file="$1" ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ "x$input_file" = "x" ] || arg_error "only 1 input file can be specified, not \"$input_file\" and \"$1\""
diff --git a/script/replace-ac-keywords.sh b/script/replace-ac-keywords.sh
index 2fb195e5a59e..5c9819f7ce05 100755
--- a/script/replace-ac-keywords.sh
+++ b/script/replace-ac-keywords.sh
@@ -120,7 +120,7 @@ while [ $# -gt 0 ]; do
list_replaces="$list_replaces $1"
;;

- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ "x$input_file" = "x" ] || arg_error "only 1 input file can be specified, not \"$input_file\" and \"$1\""
diff --git a/script/replace-generated-content.sh b/script/replace-generated-content.sh
index 1bea00abdc5b..a5600b008bc0 100755
--- a/script/replace-generated-content.sh
+++ b/script/replace-generated-content.sh
@@ -93,7 +93,7 @@ while [ $# -gt 0 ]; do
;;

-h|-help|--help) print_help ;;
- -*) arg_error "unknow option '$1'" ;;
+ -*) arg_error "unknown option '$1'" ;;

*)
[ -z "$edit_file" ] || arg_error "only 1 file to modify can be specified"
diff --git a/wrlib/load_webp.c b/wrlib/load_webp.c
index ac8ff4f72d4e..e1a4ee31fbda 100644
--- a/wrlib/load_webp.c
+++ b/wrlib/load_webp.c
@@ -58,7 +58,7 @@ static const char *webp_message_from_status(VP8StatusCode status)
return known_message[status];

snprintf(custom_message, sizeof(custom_message),
- _("unknow status code %d"), status);
+ _("unknown status code %d"), status);
return custom_message;
}

diff --git a/wrlib/po/fr.po b/wrlib/po/fr.po
index 0bcaa8ba01d4..17a47bdb7943 100644
--- a/wrlib/po/fr.po
+++ b/wrlib/po/fr.po
@@ -96,7 +96,7 @@ msgstr "wrlib: impossible d'allouer un segment de mémoire partagé, %s: %s\n"
#: ../../../wrlib/xutil.c:125 ../../../wrlib/xutil.c:145
#: ../../../wrlib/xutil.c:147
#, c-format
-msgid "wrlib: error occured while aborting %s, %s\n"
+msgid "wrlib: error occurred while aborting %s, %s\n"
msgstr "wrlib: une erreur s'est produit en annulant %s, %s\n"

#: ../../../wrlib/xutil.c:141
@@ -106,7 +106,7 @@ msgstr "wrlib: impossible de lier le segment de mémoire partagé a une XImage\n

#: ../../../wrlib/xutil.c:169 ../../../wrlib/xutil.c:171
#, c-format
-msgid "wrlib: error occured while releasing XImage, %s: %s\n"
+msgid "wrlib: error occurred while releasing XImage, %s: %s\n"
msgstr "wrlib: une erreur s'est produite en libérant une XImage, %s: %s\n"

#: ../../../wrlib/load_ppm.c:57 ../../../wrlib/load_ppm.c:64
@@ -151,7 +151,7 @@ msgstr "pas assez de données"

#: ../../../wrlib/load_webp.c:61
#, c-format
-msgid "unknow status code %d"
+msgid "unknown status code %d"
msgstr "code de statut inconnu %d"

#: ../../../wrlib/load_webp.c:106
diff --git a/wrlib/po/sr.po b/wrlib/po/sr.po
index 0df592ebb8af..4b989e867f66 100644
--- a/wrlib/po/sr.po
+++ b/wrlib/po/sr.po
@@ -102,7 +102,7 @@ msgstr "wrlib: не може се алоцирати дељени сегмент

#: ../../wrlib/xutil.c:125 ../../wrlib/xutil.c:145 ../../wrlib/xutil.c:147
#, c-format
-msgid "wrlib: error occured while aborting %s, %s\n"
+msgid "wrlib: error occurred while aborting %s, %s\n"
msgstr "wrlib: грешка приликом прекидања %s, %s\n"

#: ../../wrlib/xutil.c:141
@@ -112,7 +112,7 @@ msgstr "wrlib: не може се придружити меморијски се

#: ../../wrlib/xutil.c:169 ../../wrlib/xutil.c:171
#, c-format
-msgid "wrlib: error occured while releasing XImage, %s: %s\n"
+msgid "wrlib: error occurred while releasing XImage, %s: %s\n"
msgstr "wrlib: грешка приликом ослобађања XImage-а, %s: %s\n"

#: ../../wrlib/load_ppm.c:57 ../../wrlib/load_ppm.c:64
@@ -163,7 +163,7 @@ msgstr "недовољно података"

#: ../../wrlib/load_webp.c:61
#, c-format
-msgid "unknow status code %d"
+msgid "unknown status code %d"
msgstr "непознат статусни код %d"

#: ../../wrlib/load_webp.c:106
diff --git a/wrlib/xutil.c b/wrlib/xutil.c
index 2ca872aedb94..c1fbfeef8652 100644
--- a/wrlib/xutil.c
+++ b/wrlib/xutil.c
@@ -122,7 +122,7 @@ RXImage *RCreateXImage(RContext * context, int depth, unsigned width, unsigned h
fprintf(stderr, _("wrlib: could not allocate shared memory segment, %s: %s\n"), "shmat", strerror(errno));
context->attribs->use_shared_memory = 0;
if (shmctl(rximg->info.shmid, IPC_RMID, 0) < 0)
- fprintf(stderr, _("wrlib: error occured while aborting %s, %s\n"), "shmctl", strerror(errno));
+ fprintf(stderr, _("wrlib: error occurred while aborting %s, %s\n"), "shmctl", strerror(errno));
XDestroyImage(rximg->image);
goto retry_without_shm;
}
@@ -142,9 +142,9 @@ RXImage *RCreateXImage(RContext * context, int depth, unsigned width, unsigned h
context->attribs->use_shared_memory = 0;
XDestroyImage(rximg->image);
if (shmdt(rximg->info.shmaddr) < 0)
- fprintf(stderr, _("wrlib: error occured while aborting %s, %s\n"), "shmdt", strerror(errno));
+ fprintf(stderr, _("wrlib: error occurred while aborting %s, %s\n"), "shmdt", strerror(errno));
if (shmctl(rximg->info.shmid, IPC_RMID, 0) < 0)
- fprintf(stderr, _("wrlib: error occured while aborting %s, %s\n"), "shmctl", strerror(errno));
+ fprintf(stderr, _("wrlib: error occurred while aborting %s, %s\n"), "shmctl", strerror(errno));
goto retry_without_shm;
}
}
@@ -166,9 +166,9 @@ void RDestroyXImage(RContext * context, RXImage * rximage)
XShmDetach(context->dpy, &rximage->info);
XDestroyImage(rximage->image);
if (shmdt(rximage->info.shmaddr) < 0)
- fprintf(stderr, _("wrlib: error occured while releasing XImage, %s: %s\n"), "shmdt", strerror(errno));
+ fprintf(stderr, _("wrlib: error occurred while releasing XImage, %s: %s\n"), "shmdt", strerror(errno));
if (shmctl(rximage->info.shmid, IPC_RMID, 0) < 0)
- fprintf(stderr, _("wrlib: error occured while releasing XImage, %s: %s\n"), "shmctl", strerror(errno));
+ fprintf(stderr, _("wrlib: error occurred while releasing XImage, %s: %s\n"), "shmctl", strerror(errno));
} else {
XDestroyImage(rximage->image);
}
--
2.45.2

Reply all
Reply to author
Forward
0 new messages