pt-BR.rc (3e23cdf9) pt-BR.rc (fa4c72b7)
1/*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
4 * PURPOSE: Portuguese (Brazilian) resource file
5 * TRANSLATORS: Copyright 2009 Wagner Leandro Bueno Angelo <wagner.snake@gmail.com>
6 * Copyright 2011 Matheus Macabu <mkbu95@gmail.com>
7 */
8

--- 248 unchanged lines hidden (view full) ---

257 IDS_LOADERRORTEXT "The file %s could not be loaded."
258 IDS_ENLARGEPROMPTTEXT "The image in the clipboard is larger than the bitmap.\nWould you like the bitmap enlarged?"
259 IDS_BOLD "Bold"
260 IDS_ITALIC "Italic"
261 IDS_UNDERLINE "Underline"
262 IDS_VERTICAL "Vertical"
263 IDS_PRINTRES "%d x %d pixel/cm"
264 IDS_CANTPASTE "Failed to paste from the clipboard. The data format is either incorrect or not supported."
1/*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
4 * PURPOSE: Portuguese (Brazilian) resource file
5 * TRANSLATORS: Copyright 2009 Wagner Leandro Bueno Angelo <wagner.snake@gmail.com>
6 * Copyright 2011 Matheus Macabu <mkbu95@gmail.com>
7 */
8

--- 248 unchanged lines hidden (view full) ---

257 IDS_LOADERRORTEXT "The file %s could not be loaded."
258 IDS_ENLARGEPROMPTTEXT "The image in the clipboard is larger than the bitmap.\nWould you like the bitmap enlarged?"
259 IDS_BOLD "Bold"
260 IDS_ITALIC "Italic"
261 IDS_UNDERLINE "Underline"
262 IDS_VERTICAL "Vertical"
263 IDS_PRINTRES "%d x %d pixel/cm"
264 IDS_CANTPASTE "Failed to paste from the clipboard. The data format is either incorrect or not supported."
265 IDS_SAVEERROR "Failed to save an image as the following file:\n\n%s"
265 IDS_SAVEERROR "Failed to save the bitmap to file:\n\n%s"
266END
266END