Module: wine
Branch: master
Commit: 6f163d0c2bb88ad421372ff383ff6686f1322f77
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f163d0c2bb88ad421372ff38…
Author: Gustavo Henrique Milaré <gugamilare(a)gmail.com>
Date: Wed Jun 23 20:57:14 2010 -0300
notepad: Update Portuguese (Brazilian) translation.
---
programs/notepad/Pt.rc | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/notepad/Pt.rc b/programs/notepad/Pt.rc
index 959ff51..7569627 100644
--- a/programs/notepad/Pt.rc
+++ b/programs/notepad/Pt.rc
@@ -181,6 +181,16 @@ Gostaria de salvar as alterações?"
STRING_NOTFOUND, "'%s' não pode ser encontrado."
STRING_OUT_OF_MEMORY, "Não há memória suficiente para completar essa \
tarefa.\nFeche um ou mais aplicativos para aumentar a quantidade de memória livre."
+
+STRING_UNICODE_LE, "Unicode (UTF-16)"
+STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)"
+
+STRING_LOSS_OF_UNICODE_CHARACTERS, "%s\n\
+Este arquivo contém caracteres Unicode que serão perdidos se\n\
+for salvo na codificação %s.\n\
+Para manter estes caracteres, clique em Cancelar e depois selecione\n\
+uma das opções Unicode na lista de Codificações.\n\
+Continuar?"
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
Module: wine
Branch: master
Commit: 5038c2c286e365723d2067b8866831217777576c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5038c2c286e365723d2067b88…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Thu Jun 24 20:15:09 2010 +0200
wineps.drv: Update comments.
---
dlls/wineps.drv/afm.c | 7 ++++---
dlls/wineps.drv/truetype.c | 2 +-
dlls/wineps.drv/type1afm.c | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dlls/wineps.drv/afm.c b/dlls/wineps.drv/afm.c
index 5c9278a..6f7d8f8 100644
--- a/dlls/wineps.drv/afm.c
+++ b/dlls/wineps.drv/afm.c
@@ -273,9 +273,10 @@ static BOOL AddBuiltinAFMs(void)
*
* PSDRV_GetFontMetrics
*
- * Parses all afm files listed in [afmdirs] and [TrueType Font Directories]
- * sections of Wine configuration file. Adds built-in data last, so it can
- * be overridden by user-supplied AFM or TTF files.
+ * Parses all afm files listed in the
+ * HKEY_CURRENT_USER\\Software\\Wine\\Fonts registry key.
+ * Adds built-in data last, so it can be overridden by
+ * user-supplied AFM or TTF files.
*
* If this function fails, PSDRV_Init will destroy PSDRV_Heap, so don't worry
* about freeing all the memory that's been allocated.
diff --git a/dlls/wineps.drv/truetype.c b/dlls/wineps.drv/truetype.c
index 36ee404..e53b4ad 100644
--- a/dlls/wineps.drv/truetype.c
+++ b/dlls/wineps.drv/truetype.c
@@ -570,7 +570,7 @@ static BOOL ReadTrueTypeDir(FT_Library library, LPCSTR dirname)
* PSDRV_GetTrueTypeMetrics
*
* Reads font metrics from TrueType font files in directories listed in the
- * [TrueType Font Directories] section of the Wine configuration file.
+ * HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\Path registry string.
*
* If this function fails (returns FALSE), the driver will fail to initialize
* and the driver heap will be destroyed, so it's not necessary to HeapFree
diff --git a/dlls/wineps.drv/type1afm.c b/dlls/wineps.drv/type1afm.c
index e7248c4..f9a8bcb 100644
--- a/dlls/wineps.drv/type1afm.c
+++ b/dlls/wineps.drv/type1afm.c
@@ -1167,7 +1167,7 @@ static BOOL ReadAFMDir(LPCSTR dirname)
* PSDRV_GetType1Metrics
*
* Reads font metrics from Type 1 AFM font files in directories listed in the
- * [afmdirs] section of the Wine configuration file.
+ * HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\AFMPath registry string.
*
* If this function fails (returns FALSE), the driver will fail to initialize
* and the driver heap will be destroyed, so it's not necessary to HeapFree