Gustavo Henrique Milaré : sane.ds: Update Portuguese (Brazilian) translation.
Module: wine Branch: master Commit: 820358853dc8161979554c8ef40404f3b608162d URL: http://source.winehq.org/git/wine.git/?a=commit;h=820358853dc8161979554c8ef4... Author: Gustavo Henrique Milaré <gugamilare(a)gmail.com> Date: Fri Jun 25 00:45:14 2010 -0300 sane.ds: Update Portuguese (Brazilian) translation. --- dlls/sane.ds/sane_Pt.rc | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/dlls/sane.ds/sane_Pt.rc b/dlls/sane.ds/sane_Pt.rc index 9b0ff41..a0b0b3d 100644 --- a/dlls/sane.ds/sane_Pt.rc +++ b/dlls/sane.ds/sane_Pt.rc @@ -2,6 +2,7 @@ * Portuguese resources for Twain * * Copyright 2008 Ricardo Filipe + * Copyright 2010 Gustavo Henrique Milaré * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,7 +21,17 @@ #include "resource.h" -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN + +IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND +CAPTION "Escaneando" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "ESCANEANDO... Por Favor Espere",IDC_STATIC,5,19,176,8, SS_CENTER +END + +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND @@ -30,6 +41,9 @@ BEGIN LTEXT "A PESQUISAR... Por Favor Espere",IDC_STATIC,5,19,176,8, SS_CENTER END + +LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL + STRINGTABLE DISCARDABLE { 0 ""
participants (1)
-
Alexandre Julliard