summaryrefslogtreecommitdiff
path: root/src/proguard/gui/GUIResources.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/gui/GUIResources.properties')
-rw-r--r--src/proguard/gui/GUIResources.properties44
1 files changed, 30 insertions, 14 deletions
diff --git a/src/proguard/gui/GUIResources.properties b/src/proguard/gui/GUIResources.properties
index b27075d..12b6f28 100644
--- a/src/proguard/gui/GUIResources.properties
+++ b/src/proguard/gui/GUIResources.properties
@@ -1,5 +1,5 @@
# ProGuard -- shrinking, optimization, and obfuscation of Java class files.
-# Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
+# Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)
#
# Tab names.
@@ -25,7 +25,7 @@ preverification = Preverification
#
# Panel titles.
#
-welcome = Welcome to ProGuard, version 4.10
+welcome = Welcome to ProGuard, version 5.1
options = Options
keepAdditional = Keep additional classes and class members
keepNamesAdditional = Keep additional class names and class member names
@@ -70,7 +70,7 @@ proGuardInfo = \
<p>\
Distributed under the GNU General Public License.\
<br>\
- Copyright &copy; 2002-2013.</html>
+ Copyright &copy; 2002-2014.</html>
processingInfo = \
You can now start processing your code, \
@@ -86,8 +86,8 @@ reTraceInfo = \
#
# Titles and labels corresponding to common ProGuard options.
#
-programJars = Program jars, wars, ears, zips, and directories
-libraryJars = Library jars, wars, ears, zips, and directories
+programJars = Program jars, aars, wars, ears, zips, apks, and directories
+libraryJars = Library jars, aars, wars, ears, zips, apks, and directories
shrink = Shrink
printUsage = Print usage
@@ -129,7 +129,7 @@ skipNonPublicLibraryClassMembers = Skip non-public library class members
keepDirectories = Keep directories
forceProcessing = Force processing
target = Target
-targets = 1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7
+targets = 1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8
printSeeds = Print seeds
printConfiguration = Print configuration
dump = Print class files
@@ -138,10 +138,10 @@ mappingFile = Mapping file
obfuscatedStackTrace = Obfuscated stack trace
programJarsTip = \
- <html>The input jars (wars, ears, zips, directories), followed by<br>\
- their corresponding output jars (wars, ears, zips, directories).</html>
+ <html>The input jars (aars, wars, ears, zips, apks, directories), followed by<br>\
+ their corresponding output jars (wars, ears, zips, apks, directories).</html>
libraryJarsTip = \
- <html>The library jars (wars, ears, zips, directories), on which the program jars depend.<br>\
+ <html>The library jars (aars, wars, ears, zips, directories), on which the program jars depend.<br>\
The library jars are required for processing, but they are not copied to the output.</html>
shrinkTip = \
@@ -270,7 +270,7 @@ skipNonPublicLibraryClassMembersTip = \
<html>Skip reading non-public library fields and methods, for efficiency.<br>\
You may have to unset this option if ProGuard complains about missing class members.</html>
keepDirectoriesTip = \
- Keep the specified directories in the output jars, wars, ears, zips, or directories.
+ Keep the specified directories in the output jars, wars, ears, zips, apks, or directories.
directoriesTip = \
<html>A filter on directory names,<br>\
e.g. <code>mydirectory1,mydirectory2/**</code><br>\
@@ -306,6 +306,10 @@ keep = Keep classes and class members
keepClassMembers = Keep class members only
keepClassesWithMembers = Keep classes and class members, if members are present
+alsoKeepTitle = Also keep
+
+keepDescriptorClasses = Keep descriptor classes
+
allowTitle = Allow
allowShrinking = Allow shrinking
@@ -323,6 +327,14 @@ keepClassesWithMembersTip = \
<html>Keep the specified classes, fields, and methods,<br>\
on the condition that the fields and methods are present.</html>
+alsoKeepTitleTip = \
+ <html>Optionally keeping more classes.<br>\
+ <i>These are advanced options.</i></html>
+
+keepDescriptorClassesTip = \
+ <html>Automatically keep the classes in the descriptors of matching<br>\
+ fields and methods. Mostly useful for keeping their names.</html>
+
allowTitleTip = \
<html>Optionally relax keeping the specified classes, fields, and methods.<br>\
<i>These are advanced options.</i></html>
@@ -539,8 +551,8 @@ cantParseConfigurationFile = Can''t parse the configuration file [{0}]
cantSaveConfigurationFile = Can''t save the configuration file [{0}]
cantOpenStackTraceFile = Can''t open the stack trace file [{0}]
-jarWarEarZipExtensions = *.jar, *.war, *.ear, *.zip (archives and directories)
-proExtension = *.pro (ProGuard configurations)
+jarExtensions = *.jar, *.aar, *.war, *.ear, *.zip, *.apk, *.ap_ (archives and directories)
+proExtension = *.pro (ProGuard configurations)
addJars = Add one or more jars or directories...
chooseJars = Choose different jars or directories...
@@ -548,7 +560,9 @@ enterFilter = Optionally filter the file names contained in the selected entries
filters = Filters
nameFilter = File name filter
+apkNameFilter = Apk name filter
jarNameFilter = Jar name filter
+aarNameFilter = Aar name filter
warNameFilter = War name filter
earNameFilter = Ear name filter
zipNameFilter = Zip name filter
@@ -557,7 +571,9 @@ outputFileTip = The optional output file.
inputFileTip = The input file.
nameFilterTip = A filter on plain class file names and resource file names.
+apkNameFilterTip = A filter on apk file names.
jarNameFilterTip = A filter on jar file names.
+aarNameFilterTip = A filter on aar file names.
warNameFilterTip = A filter on war file names.
earNameFilterTip = A filter on ear file names.
zipNameFilterTip = A filter on zip file names.
@@ -601,8 +617,8 @@ reTrace = ReTrace!
advancedTip = Toggle between showing basic options and advanced options.
-addInputTip = Add an input jar, war, ear, zip, or directory.
-addOutputTip = Add an output jar, war, ear, zip, or directory.
+addInputTip = Add an input jar, aar, war, ear, zip, apk, or directory.
+addOutputTip = Add an output jar, aar, war, ear, zip, apk, or directory.
addTip = Add an entry.
editTip = Edit the selected entries.
filterTip = Put filters on the contents of the selected entries.