Luca Bennati : oleaut32: Update Italian translation.
Module: wine Branch: stable Commit: fe58a5278a65f4cb61e4f5263a8c8bf31bde74ae URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe58a5278a65f4cb61e4f5263a... Author: Luca Bennati <lucak3(a)gmail.com> Date: Mon Sep 27 15:33:47 2010 +0200 oleaut32: Update Italian translation. (cherry picked from commit 0cbc51d6816e65f3749ae8e91f74b08584a82ded) --- dlls/oleaut32/oleaut32_It.rc | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dlls/oleaut32/oleaut32_It.rc b/dlls/oleaut32/oleaut32_It.rc index 69fa31a..430fe68 100644 --- a/dlls/oleaut32/oleaut32_It.rc +++ b/dlls/oleaut32/oleaut32_It.rc @@ -20,13 +20,16 @@ #include "resource.h" +/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL STRINGTABLE DISCARDABLE { IDS_TRUE "Vero" IDS_FALSE "Falso" - IDS_YES "Si" + IDS_YES "Sì" IDS_NO "No" IDS_ON "On" IDS_OFF "Off"
participants (1)
-
Alexandre Julliard