Luca Bennati : oleaut32: Update Italian translation.
Module: wine Branch: master Commit: 0cbc51d6816e65f3749ae8e91f74b08584a82ded URL: http://source.winehq.org/git/wine.git/?a=commit;h=0cbc51d6816e65f3749ae8e91f... Author: Luca Bennati <lucak3(a)gmail.com> Date: Mon Sep 27 15:33:47 2010 +0200 oleaut32: Update Italian translation. --- 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 561675c..753614a 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 { 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