winefile: fix portuguese translation

Ricardo Filipe ricardojdfilipe at gmail.com
Thu Jul 16 14:13:56 CDT 2009


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090716/8a7dd2c7/attachment.htm>
-------------- next part --------------
From 84d52fae5fe303b92f9dc4d3883ead13a54b3c24 Mon Sep 17 00:00:00 2001
From: Ricardo Filipe <ricardojdfilipe at gmail.com>
Date: Thu, 16 Jul 2009 12:13:08 -0700
Subject: winefile: fix portuguese translation

---
 programs/winefile/Pt.rc |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/programs/winefile/Pt.rc b/programs/winefile/Pt.rc
index 5bf0c6b..d95b0d5 100644
--- a/programs/winefile/Pt.rc
+++ b/programs/winefile/Pt.rc
@@ -385,7 +385,7 @@ STRINGTABLE
 }
 
 
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 
 STRINGTABLE
 {
@@ -394,29 +394,12 @@ STRINGTABLE
  IDS_ROOT_FS                "root fs"
  IDS_UNIXFS                 "unixfs"
  IDS_DESKTOP                "Área de trabalho"
- IDS_SHELL                  "Shell"
- IDS_TITLEFMT               "%s - %s"
- IDS_NO_IMPL                "Ainda não implementado"
- IDS_WINE_FILE              "Wine File"
-}
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
-
-STRINGTABLE
-{
- IDS_WINEFILE               "Winefile"
- IDS_ERROR                  "Erro"
- IDS_ROOT_FS                "root fs"
- IDS_UNIXFS                 "unixfs"
- IDS_DESKTOP                "Ecrã"
- IDS_SHELL                  "Linha de Comandos"
+ IDS_SHELL                  "Linha de comandos"
  IDS_TITLEFMT               "%s - %s"
  IDS_NO_IMPL                "Ainda não implementado"
  IDS_WINE_FILE              "Ficheiro Wine"
 }
 
-LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
-
 STRINGTABLE
 {
  IDS_COL_NAME               "Nome"
-- 
1.6.0.4


More information about the wine-patches mailing list