[PA-CVS] paranoidandroid/Resources/APE/English.lproj Localizable.strings,1.1.1.1,1.2
Brought to you by:
smeger
From: Jason H. <sm...@us...> - 2006-02-21 22:16:41
|
Update of /cvsroot/paranoidandroid/paranoidandroid/Resources/APE/English.lproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7974/Resources/APE/English.lproj Modified Files: Localizable.strings Log Message: Updated to 1.3. PA now notifies you when attempting to open a file using an application other than the default. Index: Localizable.strings =================================================================== RCS file: /cvsroot/paranoidandroid/paranoidandroid/Resources/APE/English.lproj/Localizable.strings,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Localizable.strings 27 May 2004 11:33:51 -0000 1.1.1.1 --- Localizable.strings 21 Feb 2006 22:16:32 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- "yes" = "Allow"; "no" = "Cancel"; + "continue" = "Continue"; "unknownApp" = "(unknown)"; *************** *** 11,14 **** --- 12,20 ---- "allowSchemeDescription" = "The application %@ is attempting to open a URI with scheme '%@'. The url being attempted is\n\n%@\n\nIt will be opened using %@.\n\nA vulnerability in Mac OS X allows your system to be exploited by manipulating URI schemes, so you should only permit this operation if you're sure that the URI is legitimate. More info on this vulnerability can be found at http://www.haxies.com/pa.\n\nWould you like to allow this operation to continue?"; + // Allow Remapping + "allowRemappingHeader" = "Paranoid Android Warning"; + "allowRemappingDescription" = "The application \"%@\" is attempting to open the file:\n\t%@\nusing an application other than the default. The file will be opened using the application:\n\t%@.\n\nYou should only permit this operation if you're sure that this file should be executing this application.\n\nWould you like to allow this operation to continue?"; + "useDefault" = "Use Default Application"; + // Allow Registration "allowRegistrationHeader" = "Paranoid Android Warning"; |