Update the PT_BR .strings file.
Closes #2047. git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/newnet@11366 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
cdfb2625e3
commit
36c9b413a5
|
@ -1,29 +1,29 @@
|
||||||
/* Localized versions of Info.plist keys */
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
||||||
/* Only change the strings after the '='; '\n' gives you a new line, do not use it in the CFBundleName or CFBundleDisplayName strings */
|
/* Only change the strings after the '='; '\n' gives you a new line, do not use it in the CFBundleName or CFBundleDisplayName strings */
|
||||||
|
|
||||||
|
|
||||||
/* Warzone */ /* Name in the menubar */
|
/* Warzone */ /* Name in the menubar */
|
||||||
CFBundleName = "Warzone";
|
CFBundleName = "Warzone";
|
||||||
|
|
||||||
/* Warzone 2100 */ /* Name of the app bundle */
|
/* Warzone 2100 */ /* Name of the app bundle */
|
||||||
CFBundleDisplayName = "Warzone 2100";
|
CFBundleDisplayName = "Warzone 2100";
|
||||||
|
|
||||||
/* Copyright © 1999-2004 Eidos Interactive.\nCopyright © 2005-2010 The Warzone 2100 Project */ /* Copyright string */
|
/* Copyright © 1999-2004 Eidos Interactive.\nCopyright © 2005-2010 The Warzone 2100 Project */ /* Copyright string */
|
||||||
NSHumanReadableCopyright = "Copyright © 1999-2004 Eidos Interactive.\nCopyright © 2005-2010 The Warzone 2100 Project";
|
NSHumanReadableCopyright = "Copyright © 1999-2004 Eidos Interactive.\nCopyright © 2005-2010 The Warzone 2100 Project";
|
||||||
|
|
||||||
|
|
||||||
/* Warzone 2100 Map / Mod File */ /* Description of .wz files */
|
/* Warzone 2100 Map / Mod File */ /* Description of .wz files */
|
||||||
"Warzone 2100 Map / Mod File" = "Warzone 2100 Map / Mod File";
|
"Warzone 2100 Map / Mod File" = "Mapa/MOD de Warzone 2100";
|
||||||
|
|
||||||
/* Warzone 2100 Multiplayer Mod File */ /* Description of .mod.wz files */
|
/* Warzone 2100 Multiplayer Mod File */ /* Description of .mod.wz files */
|
||||||
"Warzone 2100 Multiplayer Mod File" = "Warzone 2100 Multiplayer Mod File";
|
"Warzone 2100 Multiplayer Mod File" = "Mod de multiplayer de Warzone 2100";
|
||||||
|
|
||||||
/* Warzone 2100 Campaign Mod File */ /* Description of .cam.wz files */
|
/* Warzone 2100 Campaign Mod File */ /* Description of .cam.wz files */
|
||||||
"Warzone 2100 Campaign Mod File" = "Warzone 2100 Campaign Mod File";
|
"Warzone 2100 Campaign Mod File" = "Mod de single player de Warzone 2100";
|
||||||
|
|
||||||
/* Warzone 2100 Global Mod File */ /* Description of .gmod.wz files */
|
/* Warzone 2100 Global Mod File */ /* Description of .gmod.wz files */
|
||||||
"Warzone 2100 Global Mod File" = "Warzone 2100 Global Mod File";
|
"Warzone 2100 Global Mod File" = "Mod global de Warzone 2100";
|
||||||
|
|
||||||
/* Warzone 2100 Music Mod File */ /* Description of .music.wz files */
|
/* Warzone 2100 Music Mod File */ /* Description of .music.wz files */
|
||||||
"Warzone 2100 Music Mod File" = "Warzone 2100 Music Mod File";
|
"Warzone 2100 Music Mod File" = "Mod de música de Warzone 2100";
|
||||||
|
|
Loading…
Reference in New Issue