From e4fd11f80cc458a2573705b553df9f3bd6c59f57 Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Tue, 8 Apr 2014 14:59:30 +0800 Subject: [PATCH 001/514] Fix build failed problem pngcrush SourceForge folder structure has been changed --- .gitignore | 4 + imageoptim/tr.lproj/Help/prefs.html | 140 ++++++++++++++++++++++++++++ imageoptim/vi.lproj/Help/prefs.html | 140 ++++++++++++++++++++++++++++ pngcrush/Makefile | 2 +- 4 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 imageoptim/tr.lproj/Help/prefs.html create mode 100644 imageoptim/vi.lproj/Help/prefs.html diff --git a/.gitignore b/.gitignore index caa4e825..740d251d 100644 --- a/.gitignore +++ b/.gitignore @@ -199,3 +199,7 @@ zlib/README zlib/win32 zopfli-png/zopfli/ imageoptim/*.lproj/Help/Help.helpindex +pngquant/build/* +pngcrush/Makefile-nolib +pngcrush/pngcrush.c.orig +imageoptim/pngout-20130221-darwin/* \ No newline at end of file diff --git a/imageoptim/tr.lproj/Help/prefs.html b/imageoptim/tr.lproj/Help/prefs.html new file mode 100644 index 00000000..d038fb6d --- /dev/null +++ b/imageoptim/tr.lproj/Help/prefs.html @@ -0,0 +1,140 @@ + + + +Codestin Search App + + + + + + +

+ ImageOptim Preferences +

+

+ « Back to index +

+

+ General preferences +

+
+
+ Preserve file permissions, attributes and hardlinks +
+
+

+ Instead of deleting old file writing a new one with the same name, just replaces old file's content in-place. This ensures that all hardlinks, aliases, file ownership, permissions, extended file attributes will stay the same. +

+

+ It's slightly faster not to preserve permissions. +

+
+
+ Strip PNG metadata (gamma, color profiles, optional chunks) +
+
+

+ PNG files can have different brightness and saturation in different browsers, because not all browsers support gamma correction and color profiles features equally. Removal of this information makes PNG color more consistent across browsers and reduces file size. +

+

+ Other invisible information is removed as well, such as DPI and comments. +

+
+
+ Strip JPEG metadata (EXIF, color profiles, GPS, rotation, etc.) +
+
+

+ Removes image metadata, such as color profile, exposure time, GPS coordinates, camera model and name of software used to create the file. +

+

+ Embedded copyright information is removed as well. Please note that generally images are protected by copyright law regardless whether they contain such invisible metadata or not. +

+
+
+

+ Tools +

+

+ Zopfli and PNGOUT are very good PNG compressors, but are very slow. Disable them if you need to optimize PNG files quickly (leave only AdvPNG for fastest, but still good compression). +

+

+ Zopfli and OptiPNG will clean RGB values of transparent pixels (known as “dirty alpha”). Disable these two tools if you're optimizing special files that use alpha channel for something else than transparency (e.g. heightmap in game data files). +

+
+

+ JPEGOptim +

+
+
+ Maximum quality +
+
+

+ If set to 100%, optimization will be lossless. +

+

+ Anything below 100% will cause lower quality of files if they appear to have been saved with higher quality setting. +

+
+
+
+
+

+ PNGOUT +

+
+
+ Optimization type +
+
+

+ PNGOUT is very effective, but very slow. Use lower level if you're impatient. +

+
+
+ Interrupt if takes too long +
+
+

+ PNGOUT may need a lot of time to optimize very large images. This option gracefully interrupts PNGOUT after 1 minute. +

+
+
+
+
+

+ OptiPNG +

+
+
+ Optimization level +
+
+

+ Number of different setting combinations tested. It rarely makes sense to try them all. +

+
+
+ Make images interlaced (progressive) +
+
+

+ Interlaced images look better when they're loaded partially, but usually interlace makes compression less efficient. +

+

+ This checkbox has three states: if checked, will force images to be interlaced. When mixed, it will keep file's interlace unchanged, unchecked will remove interlace from files. +

+
+
+
+
+

+ Gifsicle +

+

+ For best compression, you should convert GIF files to PNGs (ImageOptim does not do that automatically). +

+
+ + diff --git a/imageoptim/vi.lproj/Help/prefs.html b/imageoptim/vi.lproj/Help/prefs.html new file mode 100644 index 00000000..d038fb6d --- /dev/null +++ b/imageoptim/vi.lproj/Help/prefs.html @@ -0,0 +1,140 @@ + + + +Codestin Search App + + + + + + +

+ ImageOptim Preferences +

+

+ « Back to index +

+

+ General preferences +

+
+
+ Preserve file permissions, attributes and hardlinks +
+
+

+ Instead of deleting old file writing a new one with the same name, just replaces old file's content in-place. This ensures that all hardlinks, aliases, file ownership, permissions, extended file attributes will stay the same. +

+

+ It's slightly faster not to preserve permissions. +

+
+
+ Strip PNG metadata (gamma, color profiles, optional chunks) +
+
+

+ PNG files can have different brightness and saturation in different browsers, because not all browsers support gamma correction and color profiles features equally. Removal of this information makes PNG color more consistent across browsers and reduces file size. +

+

+ Other invisible information is removed as well, such as DPI and comments. +

+
+
+ Strip JPEG metadata (EXIF, color profiles, GPS, rotation, etc.) +
+
+

+ Removes image metadata, such as color profile, exposure time, GPS coordinates, camera model and name of software used to create the file. +

+

+ Embedded copyright information is removed as well. Please note that generally images are protected by copyright law regardless whether they contain such invisible metadata or not. +

+
+
+

+ Tools +

+

+ Zopfli and PNGOUT are very good PNG compressors, but are very slow. Disable them if you need to optimize PNG files quickly (leave only AdvPNG for fastest, but still good compression). +

+

+ Zopfli and OptiPNG will clean RGB values of transparent pixels (known as “dirty alpha”). Disable these two tools if you're optimizing special files that use alpha channel for something else than transparency (e.g. heightmap in game data files). +

+
+

+ JPEGOptim +

+
+
+ Maximum quality +
+
+

+ If set to 100%, optimization will be lossless. +

+

+ Anything below 100% will cause lower quality of files if they appear to have been saved with higher quality setting. +

+
+
+
+
+

+ PNGOUT +

+
+
+ Optimization type +
+
+

+ PNGOUT is very effective, but very slow. Use lower level if you're impatient. +

+
+
+ Interrupt if takes too long +
+
+

+ PNGOUT may need a lot of time to optimize very large images. This option gracefully interrupts PNGOUT after 1 minute. +

+
+
+
+
+

+ OptiPNG +

+
+
+ Optimization level +
+
+

+ Number of different setting combinations tested. It rarely makes sense to try them all. +

+
+
+ Make images interlaced (progressive) +
+
+

+ Interlaced images look better when they're loaded partially, but usually interlace makes compression less efficient. +

+

+ This checkbox has three states: if checked, will force images to be interlaced. When mixed, it will keep file's interlace unchanged, unchecked will remove interlace from files. +

+
+
+
+
+

+ Gifsicle +

+

+ For best compression, you should convert GIF files to PNGs (ImageOptim does not do that automatically). +

+
+ + diff --git a/pngcrush/Makefile b/pngcrush/Makefile index 67bae123..b060e326 100755 --- a/pngcrush/Makefile +++ b/pngcrush/Makefile @@ -5,7 +5,7 @@ VERSION=1.7.70 all: pngcrush.c pngcrush.c: - curl -L http://downloads.sourceforge.net/project/pmt/pngcrush/$(VERSION)/pngcrush-$(VERSION).tar.gz | tar xz --strip-components=1 --exclude=Makefile + curl -L http://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/$(VERSION)/pngcrush-$(VERSION).tar.gz | tar xz --strip-components=1 --exclude=Makefile -rm png.h pngconf.h 2>/dev/null patch -p1 < pngcrush.patch From 4e08046d4a7112ca035583fea198d10243daf679 Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Tue, 8 Apr 2014 17:16:38 +0800 Subject: [PATCH 002/514] Trim pngcrush version number --- pngcrush/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pngcrush/Makefile b/pngcrush/Makefile index b060e326..962bb397 100755 --- a/pngcrush/Makefile +++ b/pngcrush/Makefile @@ -1,3 +1,4 @@ + VERSION=1.7.70 .PHONY: all @@ -5,7 +6,7 @@ VERSION=1.7.70 all: pngcrush.c pngcrush.c: - curl -L http://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/1.7/$(VERSION)/pngcrush-$(VERSION).tar.gz | tar xz --strip-components=1 --exclude=Makefile + curl -L http://downloads.sourceforge.net/project/pmt/pngcrush/old-versions/$(word 1, $(subst ., ,$(VERSION))).$(word 2, $(subst ., ,$(VERSION)))/$(VERSION)/pngcrush-$(VERSION).tar.gz | tar xz --strip-components=1 --exclude=Makefile -rm png.h pngconf.h 2>/dev/null patch -p1 < pngcrush.patch @@ -13,3 +14,6 @@ clean: -rm *.c *.h 2>/dev/null install: + + + From 6765d4f298c9d4e9e64876e4f9fa4dc7d563acac Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Tue, 8 Apr 2014 17:19:19 +0800 Subject: [PATCH 003/514] Trim empty lines --- pngcrush/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pngcrush/Makefile b/pngcrush/Makefile index 962bb397..2383de80 100755 --- a/pngcrush/Makefile +++ b/pngcrush/Makefile @@ -1,4 +1,3 @@ - VERSION=1.7.70 .PHONY: all @@ -13,7 +12,4 @@ pngcrush.c: clean: -rm *.c *.h 2>/dev/null -install: - - - +install: \ No newline at end of file From d01c64cb4c9b7609443d700e9cd76acadbad6fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Tue, 15 Apr 2014 00:52:28 +0100 Subject: [PATCH 004/514] Normalized strings --- imageoptim/cs.lproj/Localizable.strings | 6 ------ imageoptim/da.lproj/Localizable.strings | 2 +- imageoptim/de.lproj/Localizable.strings | 4 +--- imageoptim/el.lproj/Localizable.strings | 6 ------ imageoptim/es.lproj/Localizable.strings | 2 +- imageoptim/fr.lproj/Localizable.strings | 3 +-- imageoptim/it.lproj/Localizable.strings | 1 + imageoptim/ja.lproj/Localizable.strings | 1 + imageoptim/ko.lproj/Localizable.strings | 5 ----- imageoptim/lt.lproj/Localizable.strings | 2 +- imageoptim/nl.lproj/Localizable.strings | 4 +--- imageoptim/no.lproj/Localizable.strings | 6 ------ imageoptim/pl.lproj/Localizable.strings | 2 +- imageoptim/pt-BR.lproj/Localizable.strings | 4 +--- imageoptim/pt.lproj/Localizable.strings | 4 +--- imageoptim/ru.lproj/Localizable.strings | 2 +- imageoptim/sv.lproj/Localizable.strings | 6 ------ imageoptim/tr.lproj/Localizable.strings | 9 --------- imageoptim/vi.lproj/Localizable.strings | 6 ------ imageoptim/zh-Hant.lproj/Localizable.strings | 3 --- 20 files changed, 12 insertions(+), 66 deletions(-) diff --git a/imageoptim/cs.lproj/Localizable.strings b/imageoptim/cs.lproj/Localizable.strings index 4af69635..2e1338a2 100644 --- a/imageoptim/cs.lproj/Localizable.strings +++ b/imageoptim/cs.lproj/Localizable.strings @@ -22,12 +22,6 @@ /* tooltip */ "Inspecting file" = "Soubor se zkoumá"; -/* kilobytes suffix */ -"KB" = "KB"; - -/* megabytes suffix */ -"MB" = "MB"; - /* newly added to the queue */ "New file" = "Nový soubor"; diff --git a/imageoptim/da.lproj/Localizable.strings b/imageoptim/da.lproj/Localizable.strings index 52774f8b..d5bcb613 100644 --- a/imageoptim/da.lproj/Localizable.strings +++ b/imageoptim/da.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Inspicerer fil"; - /* newly added to the queue */ "New file" = "Ny fil"; @@ -46,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Venter på at starte flere optimeringer"; + diff --git a/imageoptim/de.lproj/Localizable.strings b/imageoptim/de.lproj/Localizable.strings index 8c9edcea..4bca24ad 100644 --- a/imageoptim/de.lproj/Localizable.strings +++ b/imageoptim/de.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Analysiere die Datei"; - /* newly added to the queue */ "New file" = "Neue Datei"; @@ -32,8 +31,6 @@ /* tooltip */ "Optimized successfully with %@" = "Erfolgreich mit %@ optimiert"; - - /* command name, tooltip */ "Started %@" = "%@ wurde gestartet"; @@ -42,3 +39,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Warte darauf weitere Optimierungen starten zu können"; + diff --git a/imageoptim/el.lproj/Localizable.strings b/imageoptim/el.lproj/Localizable.strings index 3a59d544..2ca438a9 100644 --- a/imageoptim/el.lproj/Localizable.strings +++ b/imageoptim/el.lproj/Localizable.strings @@ -22,12 +22,6 @@ /* tooltip */ "Inspecting file" = "Επιθεώρηση αρχείου"; -/* kilobytes suffix */ -"KB" = "KB"; - -/* megabytes suffix */ -"MB" = "MB"; - /* newly added to the queue */ "New file" = "Νεο αρχειο"; diff --git a/imageoptim/es.lproj/Localizable.strings b/imageoptim/es.lproj/Localizable.strings index b17bfa5a..fd5ff97b 100644 --- a/imageoptim/es.lproj/Localizable.strings +++ b/imageoptim/es.lproj/Localizable.strings @@ -47,4 +47,4 @@ /* tooltip */ "Waiting to start more optimizations" = "A la espera de iniciar más optimizaciones"; -"%@ failed to start" = "%@ no se pudo iniciar"; + diff --git a/imageoptim/fr.lproj/Localizable.strings b/imageoptim/fr.lproj/Localizable.strings index 53c628da..01e04e08 100644 --- a/imageoptim/fr.lproj/Localizable.strings +++ b/imageoptim/fr.lproj/Localizable.strings @@ -37,8 +37,6 @@ /* tooltip */ "Optimized successfully with %@" = "Optimisé avec succès (%@)"; - - /* command name, tooltip */ "Started %@" = "%@ démarré"; @@ -47,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "En attente d'autres optimisations"; + diff --git a/imageoptim/it.lproj/Localizable.strings b/imageoptim/it.lproj/Localizable.strings index 49c4aa7e..9b2cb94f 100644 --- a/imageoptim/it.lproj/Localizable.strings +++ b/imageoptim/it.lproj/Localizable.strings @@ -45,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Attendi prima di effettuare ulteriori ottimizzazioni"; + diff --git a/imageoptim/ja.lproj/Localizable.strings b/imageoptim/ja.lproj/Localizable.strings index ebd05fa4..0a590bfe 100644 --- a/imageoptim/ja.lproj/Localizable.strings +++ b/imageoptim/ja.lproj/Localizable.strings @@ -45,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "追加の最適化の開始を待っています"; + diff --git a/imageoptim/ko.lproj/Localizable.strings b/imageoptim/ko.lproj/Localizable.strings index 681a70dc..31c8b807 100644 --- a/imageoptim/ko.lproj/Localizable.strings +++ b/imageoptim/ko.lproj/Localizable.strings @@ -1,9 +1,6 @@ /* tooltip */ "%@ failed to start" = "%@을 시작하지 못했습니다"; -/* undo command name */ -"Add" = "Add"; - /* tooltip */ "All neccessary tools have been disabled in Preferences" = "환경설정 안에 있는 모든 필요한 도구들이 비활성화되었습니다"; @@ -22,10 +19,8 @@ /* tooltip */ "Inspecting file" = "파일을 정검 중입니다."; - /* newly added to the queue */ "New file" = "새 파일"; -"%@ failed to start" = "%@을 시작하지 못했습니다"; /* tooltip */ "Optimized file could not be saved" = "최적화된 파일은 저장될 수 없습니다"; diff --git a/imageoptim/lt.lproj/Localizable.strings b/imageoptim/lt.lproj/Localizable.strings index 36998e8f..7535650d 100644 --- a/imageoptim/lt.lproj/Localizable.strings +++ b/imageoptim/lt.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Tikrinam failą"; - /* newly added to the queue */ "New file" = "Naujas failas"; @@ -46,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Laukiama optimizacijų pradžios"; + diff --git a/imageoptim/nl.lproj/Localizable.strings b/imageoptim/nl.lproj/Localizable.strings index 4291f4e4..57bceadc 100644 --- a/imageoptim/nl.lproj/Localizable.strings +++ b/imageoptim/nl.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Bezig met analyseren van bestand"; - /* newly added to the queue */ "New file" = "Nieuw bestand"; @@ -32,8 +31,6 @@ /* tooltip */ "Optimized successfully with %@" = "De optimalisatie is geslaagd (%@)"; - - /* command name, tooltip */ "Started %@" = "%@ gestart"; @@ -42,3 +39,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Wachten op verdere optimalisaties"; + diff --git a/imageoptim/no.lproj/Localizable.strings b/imageoptim/no.lproj/Localizable.strings index 5a9e4011..13fda450 100644 --- a/imageoptim/no.lproj/Localizable.strings +++ b/imageoptim/no.lproj/Localizable.strings @@ -22,12 +22,6 @@ /* tooltip */ "Inspecting file" = "Inspiserer fil"; -/* kilobytes suffix */ -"KB" = "KB"; - -/* megabytes suffix */ -"MB" = "MB"; - /* newly added to the queue */ "New file" = "Ny fil"; diff --git a/imageoptim/pl.lproj/Localizable.strings b/imageoptim/pl.lproj/Localizable.strings index 5e07480d..8ff936ca 100644 --- a/imageoptim/pl.lproj/Localizable.strings +++ b/imageoptim/pl.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Sprawdzam plik"; - /* newly added to the queue */ "New file" = "Nowo dodany"; @@ -48,3 +47,4 @@ "Waiting to start more optimizations" = "Oczekuje na kolejną rundę optymalizacji"; "%@+%@" = "%@ i %@"; + diff --git a/imageoptim/pt-BR.lproj/Localizable.strings b/imageoptim/pt-BR.lproj/Localizable.strings index 4e663bbc..42a74ffa 100644 --- a/imageoptim/pt-BR.lproj/Localizable.strings +++ b/imageoptim/pt-BR.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Analisando arquivo"; - /* newly added to the queue */ "New file" = "Novo arquivo"; @@ -32,8 +31,6 @@ /* tooltip */ "Optimized successfully with %@" = "Optimizado com sucesso com o %@"; - - /* command name, tooltip */ "Started %@" = "Iniciado o %@"; @@ -42,3 +39,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Aguardando para iniciar mais otimizações"; + diff --git a/imageoptim/pt.lproj/Localizable.strings b/imageoptim/pt.lproj/Localizable.strings index 9b233002..946da61a 100644 --- a/imageoptim/pt.lproj/Localizable.strings +++ b/imageoptim/pt.lproj/Localizable.strings @@ -18,7 +18,6 @@ /* tooltip */ "Inspecting file" = "A inspeccionar ficheiro"; - /* newly added to the queue */ "New file" = "Novo ficheiro"; @@ -28,8 +27,6 @@ /* tooltip */ "Optimized successfully with %@" = "Optimizado com sucesso com o %@"; - - /* command name, tooltip */ "Started %@" = "Iniciado o %@"; @@ -38,3 +35,4 @@ /* tooltip */ "Waiting to start more optimizations" = "A aguardar para iniciar mais optimizações"; + diff --git a/imageoptim/ru.lproj/Localizable.strings b/imageoptim/ru.lproj/Localizable.strings index c057cede..734a104a 100644 --- a/imageoptim/ru.lproj/Localizable.strings +++ b/imageoptim/ru.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Проверка файла"; - /* newly added to the queue */ "New file" = "Новый файл"; @@ -46,3 +45,4 @@ /* tooltip */ "Waiting to start more optimizations" = "Ожидание начала дальнейших оптимизаций"; + diff --git a/imageoptim/sv.lproj/Localizable.strings b/imageoptim/sv.lproj/Localizable.strings index a56d4411..d4e4d6cf 100644 --- a/imageoptim/sv.lproj/Localizable.strings +++ b/imageoptim/sv.lproj/Localizable.strings @@ -22,7 +22,6 @@ /* tooltip */ "Inspecting file" = "Inspekterar fil"; - /* newly added to the queue */ "New file" = "Ny fil"; @@ -32,14 +31,9 @@ /* tooltip */ "Optimized successfully with %@" = "Optimering med %@ lyckades"; - - /* command name, tooltip */ "Started %@" = "%@ har startat"; /* tooltip */ "Waiting to be optimized" = "Väntar på optimering"; -/* tooltip */ -"Waiting to start more optimizations" = "Waiting to start more optimizations"; - diff --git a/imageoptim/tr.lproj/Localizable.strings b/imageoptim/tr.lproj/Localizable.strings index a8721cc9..5983345d 100644 --- a/imageoptim/tr.lproj/Localizable.strings +++ b/imageoptim/tr.lproj/Localizable.strings @@ -1,6 +1,3 @@ -/* tooltip */ -"%@ failed to start" = "%@ failed to start"; - /* undo command name */ "Add" = "Ekle"; @@ -22,12 +19,6 @@ /* tooltip */ "Inspecting file" = "Dosya inceleniyor"; -/* kilobytes suffix */ -"KB" = "KB"; - -/* megabytes suffix */ -"MB" = "MB"; - /* newly added to the queue */ "New file" = "Yeni dosya"; diff --git a/imageoptim/vi.lproj/Localizable.strings b/imageoptim/vi.lproj/Localizable.strings index 16f48c9a..bb25aebf 100644 --- a/imageoptim/vi.lproj/Localizable.strings +++ b/imageoptim/vi.lproj/Localizable.strings @@ -22,12 +22,6 @@ /* tooltip */ "Inspecting file" = "Đang tìm hiểu về tập tin"; -/* kilobytes suffix */ -"KB" = "KB"; - -/* megabytes suffix */ -"MB" = "MB"; - /* newly added to the queue */ "New file" = "Tập tin mới"; diff --git a/imageoptim/zh-Hant.lproj/Localizable.strings b/imageoptim/zh-Hant.lproj/Localizable.strings index 05c95131..ef2f0c3b 100644 --- a/imageoptim/zh-Hant.lproj/Localizable.strings +++ b/imageoptim/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,3 @@ - /* undo command name */ "Add" = "新增"; @@ -17,8 +16,6 @@ /* tooltip */ "Optimized successfully with %@" = "利用%@成功最佳化檔案"; - - /* tooltip */ "Waiting to be optimized" = "檔案最佳化中"; From cf26c8daa6b678cac50b31e69c295062c20e3d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Tue, 15 Apr 2014 01:41:17 +0100 Subject: [PATCH 005/514] IB magic numbers --- imageoptim/cs.lproj/MainMenu.xib | 10 +++++----- imageoptim/cs.lproj/PrefsController.xib | 8 ++++---- imageoptim/da.lproj/MainMenu.xib | 10 +++++----- imageoptim/da.lproj/PrefsController.xib | 8 ++++---- imageoptim/de.lproj/MainMenu.xib | 10 +++++----- imageoptim/de.lproj/PrefsController.xib | 8 ++++---- imageoptim/el.lproj/MainMenu.xib | 10 +++++----- imageoptim/en-GB.lproj/MainMenu.xib | 10 +++++----- imageoptim/en-GB.lproj/PrefsController.xib | 8 ++++---- imageoptim/es.lproj/MainMenu.xib | 10 +++++----- imageoptim/es.lproj/PrefsController.xib | 8 ++++---- imageoptim/fr.lproj/MainMenu.xib | 10 +++++----- imageoptim/fr.lproj/PrefsController.xib | 8 ++++---- imageoptim/it.lproj/MainMenu.xib | 10 +++++----- imageoptim/it.lproj/PrefsController.xib | 8 ++++---- imageoptim/ja.lproj/MainMenu.xib | 10 +++++----- imageoptim/ja.lproj/PrefsController.xib | 8 ++++---- imageoptim/ko.lproj/MainMenu.xib | 10 +++++----- imageoptim/ko.lproj/PrefsController.xib | 8 ++++---- imageoptim/lt.lproj/MainMenu.xib | 10 +++++----- imageoptim/lt.lproj/PrefsController.xib | 8 ++++---- imageoptim/nl.lproj/MainMenu.xib | 10 +++++----- imageoptim/nl.lproj/PrefsController.xib | 8 ++++---- imageoptim/no.lproj/MainMenu.xib | 10 +++++----- imageoptim/no.lproj/PrefsController.xib | 8 ++++---- imageoptim/pl.lproj/MainMenu.xib | 10 +++++----- imageoptim/pl.lproj/PrefsController.xib | 8 ++++---- imageoptim/pt-BR.lproj/MainMenu.xib | 10 +++++----- imageoptim/pt-BR.lproj/PrefsController.xib | 8 ++++---- imageoptim/pt.lproj/MainMenu.xib | 10 +++++----- imageoptim/pt.lproj/PrefsController.xib | 8 ++++---- imageoptim/ru.lproj/MainMenu.xib | 10 +++++----- imageoptim/ru.lproj/PrefsController.xib | 8 ++++---- imageoptim/sk.lproj/MainMenu.xib | 10 +++++----- imageoptim/sk.lproj/PrefsController.xib | 8 ++++---- imageoptim/sv.lproj/MainMenu.xib | 10 +++++----- imageoptim/sv.lproj/PrefsController.xib | 8 ++++---- imageoptim/tr.lproj/MainMenu.xib | 10 +++++----- imageoptim/tr.lproj/PrefsController.xib | 8 ++++---- imageoptim/vi.lproj/MainMenu.xib | 10 +++++----- imageoptim/vi.lproj/PrefsController.xib | 8 ++++---- imageoptim/zh-Hant.lproj/MainMenu.xib | 10 +++++----- imageoptim/zh-Hant.lproj/PrefsController.xib | 8 ++++---- 43 files changed, 194 insertions(+), 194 deletions(-) diff --git a/imageoptim/cs.lproj/MainMenu.xib b/imageoptim/cs.lproj/MainMenu.xib index 60995d27..f0e2a781 100644 --- a/imageoptim/cs.lproj/MainMenu.xib +++ b/imageoptim/cs.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/cs.lproj/PrefsController.xib b/imageoptim/cs.lproj/PrefsController.xib index 089fcfde..6efbb5b6 100644 --- a/imageoptim/cs.lproj/PrefsController.xib +++ b/imageoptim/cs.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/da.lproj/MainMenu.xib b/imageoptim/da.lproj/MainMenu.xib index 19cd8890..82f8c696 100644 --- a/imageoptim/da.lproj/MainMenu.xib +++ b/imageoptim/da.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/da.lproj/PrefsController.xib b/imageoptim/da.lproj/PrefsController.xib index 852527a1..dbb71e32 100644 --- a/imageoptim/da.lproj/PrefsController.xib +++ b/imageoptim/da.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/de.lproj/MainMenu.xib b/imageoptim/de.lproj/MainMenu.xib index 2efc1658..82a6e3d7 100644 --- a/imageoptim/de.lproj/MainMenu.xib +++ b/imageoptim/de.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/de.lproj/PrefsController.xib b/imageoptim/de.lproj/PrefsController.xib index 9befde35..66d01753 100644 --- a/imageoptim/de.lproj/PrefsController.xib +++ b/imageoptim/de.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/el.lproj/MainMenu.xib b/imageoptim/el.lproj/MainMenu.xib index 0c49e3f4..da6057d2 100644 --- a/imageoptim/el.lproj/MainMenu.xib +++ b/imageoptim/el.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/en-GB.lproj/MainMenu.xib b/imageoptim/en-GB.lproj/MainMenu.xib index 7b74bfbc..264fabae 100644 --- a/imageoptim/en-GB.lproj/MainMenu.xib +++ b/imageoptim/en-GB.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/en-GB.lproj/PrefsController.xib b/imageoptim/en-GB.lproj/PrefsController.xib index d5b09f3b..02eaed19 100644 --- a/imageoptim/en-GB.lproj/PrefsController.xib +++ b/imageoptim/en-GB.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/es.lproj/MainMenu.xib b/imageoptim/es.lproj/MainMenu.xib index 4ec18cde..cb1b7ae4 100644 --- a/imageoptim/es.lproj/MainMenu.xib +++ b/imageoptim/es.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/es.lproj/PrefsController.xib b/imageoptim/es.lproj/PrefsController.xib index 2f933320..15fbaa15 100644 --- a/imageoptim/es.lproj/PrefsController.xib +++ b/imageoptim/es.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/fr.lproj/MainMenu.xib b/imageoptim/fr.lproj/MainMenu.xib index ec7bc034..421791f3 100644 --- a/imageoptim/fr.lproj/MainMenu.xib +++ b/imageoptim/fr.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/fr.lproj/PrefsController.xib b/imageoptim/fr.lproj/PrefsController.xib index 7f786313..87cf0439 100644 --- a/imageoptim/fr.lproj/PrefsController.xib +++ b/imageoptim/fr.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/it.lproj/MainMenu.xib b/imageoptim/it.lproj/MainMenu.xib index 9f4bb3e8..e2c12e36 100644 --- a/imageoptim/it.lproj/MainMenu.xib +++ b/imageoptim/it.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/it.lproj/PrefsController.xib b/imageoptim/it.lproj/PrefsController.xib index a7878bc8..6b427b83 100644 --- a/imageoptim/it.lproj/PrefsController.xib +++ b/imageoptim/it.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/ja.lproj/MainMenu.xib b/imageoptim/ja.lproj/MainMenu.xib index 4eb40f41..c8d1879b 100644 --- a/imageoptim/ja.lproj/MainMenu.xib +++ b/imageoptim/ja.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/ja.lproj/PrefsController.xib b/imageoptim/ja.lproj/PrefsController.xib index a1b6dc46..bfc2e53e 100644 --- a/imageoptim/ja.lproj/PrefsController.xib +++ b/imageoptim/ja.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/ko.lproj/MainMenu.xib b/imageoptim/ko.lproj/MainMenu.xib index 66e23798..18f74234 100644 --- a/imageoptim/ko.lproj/MainMenu.xib +++ b/imageoptim/ko.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/ko.lproj/PrefsController.xib b/imageoptim/ko.lproj/PrefsController.xib index ff699eff..2e271efd 100644 --- a/imageoptim/ko.lproj/PrefsController.xib +++ b/imageoptim/ko.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/lt.lproj/MainMenu.xib b/imageoptim/lt.lproj/MainMenu.xib index be0ef0b2..e8837170 100644 --- a/imageoptim/lt.lproj/MainMenu.xib +++ b/imageoptim/lt.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/lt.lproj/PrefsController.xib b/imageoptim/lt.lproj/PrefsController.xib index c3c29b66..b7d5150f 100644 --- a/imageoptim/lt.lproj/PrefsController.xib +++ b/imageoptim/lt.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/nl.lproj/MainMenu.xib b/imageoptim/nl.lproj/MainMenu.xib index 8f73021d..68779421 100644 --- a/imageoptim/nl.lproj/MainMenu.xib +++ b/imageoptim/nl.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/nl.lproj/PrefsController.xib b/imageoptim/nl.lproj/PrefsController.xib index 8e15ed90..4f1edf7a 100644 --- a/imageoptim/nl.lproj/PrefsController.xib +++ b/imageoptim/nl.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/no.lproj/MainMenu.xib b/imageoptim/no.lproj/MainMenu.xib index f59f9e96..501489f3 100644 --- a/imageoptim/no.lproj/MainMenu.xib +++ b/imageoptim/no.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/no.lproj/PrefsController.xib b/imageoptim/no.lproj/PrefsController.xib index b254fc61..75628544 100644 --- a/imageoptim/no.lproj/PrefsController.xib +++ b/imageoptim/no.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/pl.lproj/MainMenu.xib b/imageoptim/pl.lproj/MainMenu.xib index dab09b15..56fe01dd 100644 --- a/imageoptim/pl.lproj/MainMenu.xib +++ b/imageoptim/pl.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/pl.lproj/PrefsController.xib b/imageoptim/pl.lproj/PrefsController.xib index e0c84e58..c80880a8 100644 --- a/imageoptim/pl.lproj/PrefsController.xib +++ b/imageoptim/pl.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/pt-BR.lproj/MainMenu.xib b/imageoptim/pt-BR.lproj/MainMenu.xib index ef7c6da5..68080a9f 100644 --- a/imageoptim/pt-BR.lproj/MainMenu.xib +++ b/imageoptim/pt-BR.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/pt-BR.lproj/PrefsController.xib b/imageoptim/pt-BR.lproj/PrefsController.xib index 9d5bf446..04c1ddc8 100644 --- a/imageoptim/pt-BR.lproj/PrefsController.xib +++ b/imageoptim/pt-BR.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/pt.lproj/MainMenu.xib b/imageoptim/pt.lproj/MainMenu.xib index 8353d992..3895f1a6 100644 --- a/imageoptim/pt.lproj/MainMenu.xib +++ b/imageoptim/pt.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/pt.lproj/PrefsController.xib b/imageoptim/pt.lproj/PrefsController.xib index 8052247d..70f8786e 100644 --- a/imageoptim/pt.lproj/PrefsController.xib +++ b/imageoptim/pt.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/ru.lproj/MainMenu.xib b/imageoptim/ru.lproj/MainMenu.xib index f9da5d68..d07916a4 100644 --- a/imageoptim/ru.lproj/MainMenu.xib +++ b/imageoptim/ru.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/ru.lproj/PrefsController.xib b/imageoptim/ru.lproj/PrefsController.xib index 294c7400..3d2e8bb1 100644 --- a/imageoptim/ru.lproj/PrefsController.xib +++ b/imageoptim/ru.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/sk.lproj/MainMenu.xib b/imageoptim/sk.lproj/MainMenu.xib index e0616104..56513460 100644 --- a/imageoptim/sk.lproj/MainMenu.xib +++ b/imageoptim/sk.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/sk.lproj/PrefsController.xib b/imageoptim/sk.lproj/PrefsController.xib index 37f0aeb6..053a2b74 100644 --- a/imageoptim/sk.lproj/PrefsController.xib +++ b/imageoptim/sk.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/sv.lproj/MainMenu.xib b/imageoptim/sv.lproj/MainMenu.xib index 5fb60a2f..8b4acb10 100644 --- a/imageoptim/sv.lproj/MainMenu.xib +++ b/imageoptim/sv.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/sv.lproj/PrefsController.xib b/imageoptim/sv.lproj/PrefsController.xib index 51c76c55..4a33a670 100644 --- a/imageoptim/sv.lproj/PrefsController.xib +++ b/imageoptim/sv.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/tr.lproj/MainMenu.xib b/imageoptim/tr.lproj/MainMenu.xib index 9741ecf6..c9fe8899 100644 --- a/imageoptim/tr.lproj/MainMenu.xib +++ b/imageoptim/tr.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/tr.lproj/PrefsController.xib b/imageoptim/tr.lproj/PrefsController.xib index c28116fc..662b3070 100644 --- a/imageoptim/tr.lproj/PrefsController.xib +++ b/imageoptim/tr.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/vi.lproj/MainMenu.xib b/imageoptim/vi.lproj/MainMenu.xib index bcb61a52..6f532208 100644 --- a/imageoptim/vi.lproj/MainMenu.xib +++ b/imageoptim/vi.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/vi.lproj/PrefsController.xib b/imageoptim/vi.lproj/PrefsController.xib index 42eb8f86..bd6b6382 100644 --- a/imageoptim/vi.lproj/PrefsController.xib +++ b/imageoptim/vi.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + diff --git a/imageoptim/zh-Hant.lproj/MainMenu.xib b/imageoptim/zh-Hant.lproj/MainMenu.xib index 89db230e..c38a2cbc 100644 --- a/imageoptim/zh-Hant.lproj/MainMenu.xib +++ b/imageoptim/zh-Hant.lproj/MainMenu.xib @@ -2,13 +2,13 @@ 1060 - 13C53 - 4514 - 1265.19 - 697.40 + 13D33 + 5056 + 1265.20 + 698.00 com.apple.InterfaceBuilder.CocoaPlugin - 4514 + 5056 NSArrayController diff --git a/imageoptim/zh-Hant.lproj/PrefsController.xib b/imageoptim/zh-Hant.lproj/PrefsController.xib index cc7c6c0a..ae0fb7b5 100644 --- a/imageoptim/zh-Hant.lproj/PrefsController.xib +++ b/imageoptim/zh-Hant.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -696,4 +696,4 @@ - \ No newline at end of file + From fd967eca5373a0d5c3c790aa2e576fd0417eee8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Tue, 15 Apr 2014 01:38:13 +0100 Subject: [PATCH 006/514] Updated translations --- imageoptim/el.lproj/Help/index.html | 32 +++++++-------- imageoptim/el.lproj/Help/prefs.html | 52 ++++++++++++------------- imageoptim/el.lproj/MainMenu.xib | 8 ++-- imageoptim/el.lproj/PrefsController.xib | 50 ++++++++++++------------ imageoptim/it.lproj/MainMenu.xib | 2 +- imageoptim/ja.lproj/Help/index.html | 2 +- imageoptim/ja.lproj/MainMenu.xib | 2 +- imageoptim/pl.lproj/MainMenu.xib | 4 +- imageoptim/pt.lproj/MainMenu.xib | 4 +- imageoptim/ru.lproj/MainMenu.xib | 4 +- 10 files changed, 80 insertions(+), 80 deletions(-) diff --git a/imageoptim/el.lproj/Help/index.html b/imageoptim/el.lproj/Help/index.html index 23fc8453..3a492621 100644 --- a/imageoptim/el.lproj/Help/index.html +++ b/imageoptim/el.lproj/Help/index.html @@ -8,51 +8,51 @@

ImageOptim

-

How to use

+

Πώς χρησιμοποιείται

    -
  1. Drag'n'drop PNG or JPEG files or directories onto main table view in ImageOptim's window.
  2. +
  3. Σύρετε και αφήστε αρχεία PNG, JPEG ή φακέλους μέσα στο κεντρικό παράθυρο του ImageOptim
  4. -
  5. Wait until it finishes.
  6. +
  7. Περιμένετε μέχρι να τελειώσει.
  8. -
  9. Profit! (from smaller files)
  10. +
  11. Κέρδος! (από μικρότερα αρχεία)
-

You can also drop files onto ImageOptim's Dock icon.

+

Μπορείτε επίσεις να ρίξετε αρχεία στο εικονίδιο του ImageOptim στο Dock

-

Learn how to change Preferences.

+

Μάθετε πως να αλλάζετε τις Προτιμήσεις.

-

Icons in file table

+

Επεξήγηση εικονιδίων

- + - + - + - + - +
Green CheckmarkImage has been optimized successfully.Η εικόνα έχει βελτιστοποιηθεί με επιτυχία.
Green XEverything went fine, but image couldn't be optimized any further.Όλα πήγαν μια χαρά, αλλά η εικόνα δεν θα μπορούσε να βελτιστοποιηθεί περαιτέρω.
Gray starOptimization of this file is in progress.Η βελτιστοποίηση αυτού του αρχείου βρίσκεται σε εξέλιξη.
Gray dotsFile is queued to be optimized after other files are finished.Το αρχείο είναι στην ουρά για βελτιστοποίηση, μετά το τέλος των άλλων.
Orange exclamation markThere was an error during optimization. You'll find explanation by running Console.app.Παρουσιάστηκε σφάλμα κατά τη διάρκεια της βελτιστοποίησης. Θα βρείτε εξήγηση εκτελώντας το Console.app.
-

How does it work

+

Πώς λειτουργεί

-

ImageOptim is a front-end (GUI) for these applications:

+

Το ImageOptim είναι ένα front-end (GUI) για αυτές τις εφαρμογές:

  • OptiPNG
  • @@ -65,8 +65,8 @@

    How does it work

  • JpegTran
  • -
  • and optionally PNGOUT.
  • +
  • και προαιρετικά PNGOUT.
-

ImageOptim runs them and automatically selects smallest file.

+

Το ImageOptim τα τρέχει, και επιλέγει αυτόματα το μικρότερο αρχείο.

diff --git a/imageoptim/el.lproj/Help/prefs.html b/imageoptim/el.lproj/Help/prefs.html index edaecbf8..771d13a5 100644 --- a/imageoptim/el.lproj/Help/prefs.html +++ b/imageoptim/el.lproj/Help/prefs.html @@ -7,68 +7,68 @@

Προτιμήσεις ImageOptim

-

« Back to index

-

General preferences

+

« Επιστροφή στην κεντρική

+

Γενικές προτιμήσεις

-
Διατήρηση δικαιωμάτων αρχείων, ιδιοτήτων και hard συνδέσμων.
+
Διατήρηση δικαιωμάτων αρχείων, χαρακτηριστικών και hardlinks
-

Instead of deleting old file writing a new one with the same name, just replaces old file's content in-place. This ensures that all hardlinks, aliases, file ownership, permissions, extended file attributes will stay the same.

-

It's slightly faster not to preserve permissions.

+

Αντί να διαγράψετε το παλιό αρχείο δημιουργώντας ένα καινούργιο με το ίδιο όνομα, απλά αντικαθιστά το παλιό αρχείο επιτόπου. Αυτό εξασφαλίζει ότι όλα τα hardlinks, συντομεύσεις, δικαιώματα και χαρακτηριστικά του αρχείου θα παραμείνουν ίδια.

+

Είναι ελαφρώς πιο γρήγορο χωρίς την διατήρηση δικαιωμάτων.

-
Strip PNG metadata (gamma, color profiles, optional chunks)
+
Strip PNG μεταδεδομένων (gamma, color profiles, optional chunks)
-

PNG files can have different brightness and saturation in different browsers, because not all browsers support gamma correction and color profiles features equally. Removal of this information makes PNG color more consistent across browsers and reduces file size.

-

Other invisible information is removed as well, such as DPI and comments.

+

Τα PNG αρχεία μπορεί να έχουν διαφορετική φωτεινότητα και κορεσμό σε διαφορετικούς φυλλομετρητές, επειδή δεν τα υποστηρίζουν το ίδιο. Η αφαίρεση αυτών των πληροφοριών καθιστά το αρχείο "πιο όμοιο" σε όλους τους φυλλομετρητές και μειώνει το μέγεθος του.

+

Άλλες αόρατες πληροφορίες αφαιρούνται, όπως DPI και σχόλια.

-
Strip JPEG metadata (EXIF, color profiles, GPS, rotation, etc.)
+
Strip JPEG μεταδεδομένων (EXIF, color profiles, GPS, rotation, κλπ.)
-

Removes image metadata, such as color profile, exposure time, GPS coordinates, camera model and name of software used to create the file.

-

Embedded copyright information is removed as well. Please note that generally images are protected by copyright law regardless whether they contain such invisible metadata or not.

+

Αφαιρεί τα μεταδεδομένα της εικόνας, όπως το προφίλ χρωμάτων, χρόνο έκθεσης, συντεταγμένες GPS, μοντέλο κάμερας και το όνομα του λογισμικού που χρησιμοποιείται για τη δημιουργία του αρχείου.

+

Ενσωματωμένες πληροφορίες πνευματικών δικαιωμάτων αφαιρούνται. Παρακαλείστε να σημειώσετε ότι γενικά εικόνες προστατεύονται από νόμο περί πνευματικών δικαιωμάτων ανεξάρτητα είτε περιέχουν τέτοια αόρατο μεταδεδομένων ή όχι.

Εργαλεία

-

Zopfli and PNGOUT are very good PNG compressors, but are very slow. Disable them if you need to optimize PNG files quickly (leave only AdvPNG for fastest, but still good compression).

-

Zopfli and OptiPNG will clean RGB values of transparent pixels (known as “dirty alpha”). Disable these two tools if you're optimizing special files that use alpha channel for something else than transparency (e.g. heightmap in game data files).

+

Τα Zopfli και PNGOUT είναι πολύ καλοί PNG συμπιεστές, αλλά και πολύ αργοί. Απενεργοποιήστε τους αν χρειάζεται να βελτιστοποιήσετε PNG αρχεία γρήγορα (αφήστε μόνο το AdvPNG για ταχύτερη και συγχρόνως καλή συμπίεση).

+

Τα Zopfli και OptiPNG θα καθαρίσουν τις RGB τιμές διάφανων pixel (γνωστά ως «dirty alpha»). Απενεργοποιήσετε αυτά τα δύο εργαλεία, εάν βελτιστοποιείται αρχεία που χρησιμοποιούν άλφα κανάλι για κάτι άλλο εκτός από διαφάνεια.

JPEGOptim

-
Maximum quality
+
Μέγιστη ποιότητα
-

If set to 100%, optimization will be lossless.

-

Anything below 100% will cause lower quality of files if they appear to have been saved with higher quality setting.

+

Εάν οριστεί σε 100%, η βελτιστοποίηση θα είναι χωρίς απώλειες.

+

Οτιδήποτε κάτω από το 100% θα προκαλέσει χαμηλότερη ποιότητα αρχείων αν φαίνεται να έχουν σωθεί με υψηλότερη ρύθμιση ποιότητας.

PNGOUT

-
Optimization type
+
Τύπος βελτιστοποίησης
-

PNGOUT is very effective, but very slow. Use lower level if you're impatient.

+

Το PNGOUT είναι πολύ αποτελεσματικό, αλλά πολύ αργό. Χρησιμοποιήστε το χαμηλότερο επίπεδο, εάν είστε ανυπόμονοι.

-
Interrupt if takes too long
+
Διακοπή εάν παίρνει πάρα πολύ ώρα
-

PNGOUT may need a lot of time to optimize very large images. This option gracefully interrupts PNGOUT after 1 minute.

+

Το PNGOUT μπορεί να χρειαστεί πολύ χρόνο για να βελτιστοποιήσει τις πολύ μεγάλες εικόνες. Αυτή η επιλογή διακόπτει το PNGOUT μετά από 1 λεπτό.

OptiPNG

-
Optimization level
+
Επίπεδο βελτιστοποίησης
-

Number of different setting combinations tested. It rarely makes sense to try them all.

+

Αριθμός διαφορετικών συνδυασμών έχουν δοκιμαστεί. Σπάνια έχει νόημα να τα δοκιμάσουμε όλα.

-
Make images interlaced (progressive)
+
Κάνει εικόνες interlaced (progressive)
-

Interlaced images look better when they're loaded partially, but usually interlace makes compression less efficient.

-

This checkbox has three states: if checked, will force images to be interlaced. When mixed, it will keep file's interlace unchanged, unchecked will remove interlace from files.

+

Οι interlaced εικόνες φαίνονται καλύτερα όταν είναι φορτωμένες εν μέρει, αλλά συνήθως η συμπίεση είναι λιγότερο αποτελεσματική.

+

Αυτό το πλαίσιο ελέγχου έχει τρεις καταστάσεις: Επιλεγμένο (1 κλικ), εξαναγκάζει τις εικόνες σε interlaced. Επιλεγμένο (2 κλικ), θα κρατήσει το interlace αρχείο αμετάβλητο. Αποεπιλεγμένο θα κατάργησει το interlace από τα αρχεία.

Gifsicle

-

For best compression, you should convert GIF files to PNGs (ImageOptim does not do that automatically).

+

Για την καλύτερη συμπίεση, θα πρέπει να μετατρέψει τα αρχεία GIF σε PNGs (Το ImageOptim δεν το κάνει αυτό αυτόματα).

diff --git a/imageoptim/el.lproj/MainMenu.xib b/imageoptim/el.lproj/MainMenu.xib index da6057d2..4a6e52e6 100644 --- a/imageoptim/el.lproj/MainMenu.xib +++ b/imageoptim/el.lproj/MainMenu.xib @@ -655,7 +655,7 @@ - Προτιμίσεις... + Προτιμήσεις... , 1048576 2147483647 @@ -887,7 +887,7 @@ - Αντιγραφή Data URL + Αντιγραφή ως δεδομένα URL c 1572864 2147483647 @@ -1096,7 +1096,7 @@ - Όλα σε πρώτο πλάνο + Μεταφορά όλων σε πρώτο πλάνο 1048576 2147483647 @@ -3161,7 +3161,7 @@ AccessibilityDescription - Λίστα αρχείω προς βελτιστοποίηση + Λίστα αρχείων προς βελτιστοποίηση com.apple.InterfaceBuilder.CocoaPlugin diff --git a/imageoptim/el.lproj/PrefsController.xib b/imageoptim/el.lproj/PrefsController.xib index b34a008a..35cd912c 100644 --- a/imageoptim/el.lproj/PrefsController.xib +++ b/imageoptim/el.lproj/PrefsController.xib @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -118,7 +118,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -270,7 +270,7 @@ - + @@ -279,7 +279,7 @@ - + @@ -297,7 +297,7 @@ - + @@ -306,7 +306,7 @@ - + @@ -326,7 +326,7 @@