1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

- Fixed a few typos

- Added new italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
This commit is contained in:
dan
2005-03-04 23:47:09 +00:00
parent e3df52ca51
commit fe381eca77
5 changed files with 724 additions and 756 deletions

1472
po/it.po

File diff suppressed because it is too large Load Diff

View File

@@ -2485,7 +2485,7 @@ getKeybind(WScreen *scr, WDefaultEntry *entry, WMPropList *value, void *addr,
*k = 0;
mod = wXModifierFromKey(b);
if (mod<0) {
wwarning(_("%s:invalid key modifier \"%s\""), entry->key, b);
wwarning(_("%s: invalid key modifier \"%s\""), entry->key, b);
return False;
}
shortcut.modifier |= mod;

View File

@@ -2612,7 +2612,7 @@ saveMenuRecurs(WMPropList *menus, WScreen *scr, WMenu *menu)
#endif /* !LITE */
#define COMPLAIN(key) wwarning(_("bad value in menus state info:%s"), key)
#define COMPLAIN(key) wwarning(_("bad value in menus state info: %s"), key)
static Bool

View File

@@ -528,7 +528,7 @@ addShortcut(char *file, char *shortcutDefinition, WMenu *menu,
*k = 0;
mod = wXModifierFromKey(b);
if (mod<0) {
wwarning(_("%s:invalid key modifier \"%s\""), file, b);
wwarning(_("%s: invalid key modifier \"%s\""), file, b);
wfree(ptr);
return False;
}

View File

@@ -1444,7 +1444,7 @@ createInspectorForWindow(WWindow *wwin, int xpos, int ypos,
caption = _("Do not bind mouse clicks");
flag = WFLAGP(wwin, no_bind_mouse);
descr = _("Do not bind mouse actions, such as `Alt'+drag\n"
"in the window (when alt is the modifier you have"
"in the window (when alt is the modifier you have\n"
"configured).");
break;
case 2: