mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-07 01:55:48 +01:00
Fix internationalized format string warnings
A few internationalized format strings have only one %s in the default while two strings are being passed. Change those defaults to have two %s's, which means we also have to update the .po files to match. May as well throw in the extra %s in the translated version while we're at it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
6082f2d243
commit
35bcfa6a02
@@ -441,20 +441,20 @@ msgstr "Estrai"
|
||||
#: ../../WPrefs.app/MouseSettings.c:490 ../../WPrefs.app/WindowHandling.c:339
|
||||
#: ../../WPrefs.app/WindowHandling.c:351 ../../WPrefs.app/Workspace.c:90
|
||||
#: ../../WPrefs.app/Workspace.c:101
|
||||
#, c-format
|
||||
msgid "could not load icon %s"
|
||||
msgstr "Impossibile caricare l'icona %s"
|
||||
|
||||
#: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
|
||||
#, c-format
|
||||
msgid "could not process icon %s:"
|
||||
msgstr "Impossibile elaborare l'icona %s:"
|
||||
|
||||
#: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
|
||||
#, c-format
|
||||
msgid "could not load image file %s"
|
||||
msgstr "Impossibile caricare il file immagine %s"
|
||||
|
||||
#, c-format
|
||||
msgid "could not load icon %s"
|
||||
msgstr "Impossibile caricare l'icona %s"
|
||||
|
||||
#: ../../WPrefs.app/Configurations.c:164 ../../WPrefs.app/Workspace.c:109
|
||||
#, c-format
|
||||
msgid "could not process icon %s: %s"
|
||||
msgstr "Impossibile elaborare l'icona %s: %s"
|
||||
|
||||
#: ../../WPrefs.app/Configurations.c:189 ../../WPrefs.app/Workspace.c:164
|
||||
#, c-format
|
||||
msgid "could not load image file %s"
|
||||
msgstr "Impossibile caricare il file immagine %s"
|
||||
|
||||
#: ../../WPrefs.app/Configurations.c:203
|
||||
msgid "Icon Slide Speed"
|
||||
msgstr "Velocità di scorrimento delle icone"
|
||||
|
||||
Reference in New Issue
Block a user