Module: wine Branch: master Commit: 5ba1b6a82e2056c6b415e5723b06088a9279afc4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5ba1b6a82e2056c6b415e5723b...
Author: Luca Bennati lucak3@gmail.com Date: Mon Sep 20 23:39:47 2010 +0200
wineps.drv: Update Italian translation.
---
dlls/wineps.drv/wps_It.rc | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dlls/wineps.drv/wps_It.rc b/dlls/wineps.drv/wps_It.rc index a698041..1ba13b9 100644 --- a/dlls/wineps.drv/wps_It.rc +++ b/dlls/wineps.drv/wps_It.rc @@ -2,6 +2,7 @@ * Copyright 2000 Huw D M Davies * Copyright 2003-2004 Ivan Leo Puoti * Copyright 2006 Antonio Codazzi + * Copyright 2010 Luca Bennati * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,6 +21,9 @@
#include "psdlg.h"
+/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
PAPER DIALOG 5, 43, 227, 215 @@ -31,11 +35,11 @@ FONT 8, "MS Shell Dlg" LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS | WS_TABSTOP GROUPBOX "Orientamento", -1, 10, 80, 200, 50 - CONTROL "&Orizzontale", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | + CONTROL "&Ritratto", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 20, 90, 60, 10 - CONTROL "&Verticale", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, + CONTROL "&Paesaggio", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON, 20, 110, 60, 10 - LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 100, 8 + LTEXT "Fronte retro:", IDD_DUPLEX_NAME, 10, 140, 100, 8 COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP }