diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-02 13:43:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-02 13:43:02 +0000 |
commit | 170bc1e725d52b2b5398527b32cca68579f8d891 (patch) | |
tree | c3af37f20baf2cf5e6b5120b34a5e6f9721e5299 /tools/IconPatcher/{res}/iconpatcher_en.isl | |
parent | fb4cf44484ba83e69730c613adbe0271517b70f1 (diff) |
IconPatcher initial commit (thanks dracosha)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/IconPatcher/{res}/iconpatcher_en.isl')
-rw-r--r-- | tools/IconPatcher/{res}/iconpatcher_en.isl | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/IconPatcher/{res}/iconpatcher_en.isl b/tools/IconPatcher/{res}/iconpatcher_en.isl new file mode 100644 index 0000000000..6a0585dba0 --- /dev/null +++ b/tools/IconPatcher/{res}/iconpatcher_en.isl @@ -0,0 +1,37 @@ +[LangOptions]
+LanguageName=English
+LanguageID=$0409
+LanguageCodePage=0
+
+[CustomMessages]
+; *** "UpdateForm form"
+cmFileNotFound=Archives not found.
+cmBinariesPath=Enter path to executable file Miranda32/64.exe:
+cmFilter=Miranda??.exe file (Miranda??.exe)|Miranda??.exe
+cmSelectArchive=Select an archive from the list:
+cmSelectResources=Select resources:
+cmSelectResButtonCaption1a=Select all
+cmSelectResButtonCaption1b=Nothing
+cmSelectResButtonCaption1c=Reset
+cmPatchButtonCaption=Patch
+cmStatusLabelCaption1a=Processing: %1
+cmStatusLabelCaption1b=Ready
+
+; *** "Logs"
+cmLogFindResource7ZipFile1a=Resource archive search started
+cmLogFindResource7ZipFile1b=Resource archive search finished
+cmLogResource7ZipFile=Archive found: %1
+cmLogResource7ZipFileContent=List of archive files: %1
+cmLogSelectedBinaryFile=Executable file selected: %1
+cmLogSelectedResource7ZipFile=Resource file selected: %1
+cmLogUpdateResources1a=Resource patching started
+cmLogUpdateResources1b=Resource patching finished
+cmLogExtractResource7ZipFile=Resource unpacking for %1.* is %2
+cmLogUpdateFileResourcesStatus1a=Resource replacement for file %1: succeeded
+cmLogUpdateFileResourcesStatus1b=Resource replacement for file %1: failed
+cmLogUpdateFileResourcesStatus1c=Resource updating: skipped. None of %1 files found
+cmLogResultCode=Return code: %1
+
+; *** "Help Message"
+cmHelpMsgCaption=Command-line syntax %1
+cmHelpMsg=Usage:%n %1 [ /? | /bin="exepath" | /arc="arcname" | /res=reslist|* ]%n%nWhere%n /? - displays this help message%n exepath - path to Miranda32/64.exe%n arcname - 7z-archive filename with resources without extension%n reslist - resource list (or list of root folders), comma separated
\ No newline at end of file |