diff --git a/linux/build/build.sh b/linux/build/build.sh index 6190d07..71c8bbb 100755 --- a/linux/build/build.sh +++ b/linux/build/build.sh @@ -14,11 +14,11 @@ ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version" curlfind=$(which curl) if [ -z $curlfind ]; then - echo "Can't find 'cURL' installed. That script needs it!"; + echo "'cURL' does not seem to be installed. The script needs it!"; exit 1; fi -echo "This script prepearing $application $version for use with I2Pd" +echo "This script is preparing $application $version for use with I2Pd" file="$application-$version.tar.bz2" filepath="linux-$arch/$language/$file" @@ -26,13 +26,13 @@ filepath="linux-$arch/$language/$file" echo "Downloading $application..." curl -L -f -# -O $ftpmirror/$filepath if [ $? -ne 0 ]; then # Not found error, trying to cut language variable - echo "[TRY 2] I'll try download Firefox with shortener language code"; + echo "[TRY 2] I'll try downloading Firefox with shorter language code"; language=$(echo $language | cut -c-2) # re-create variable with cutted lang filepath="linux-$arch/$language/$file" curl -L -f -# -O $ftpmirror/$filepath if [ $? -ne 0 ]; then # Not found error, trying to download english version - echo "[TRY 3] I'll try download Firefox with English language code"; + echo "[TRY 3] I'll try downloading Firefox with the English language code"; language="en_US" # re-create lang variable filepath="linux-$arch/$language/$file" @@ -45,7 +45,7 @@ if [ $? -ne 0 ]; then # Not found error, trying to cut language variable fi if [ ! -f $file ]; then - echo "[Error] Can't find downloaded file. Is it really exists?" + echo "[Error] Can't find downloaded file. Does it really exist?" exit 1; fi @@ -85,7 +85,7 @@ echo "Downloading NoScript extension..." curl -L -f -# -O https://addons.mozilla.org/firefox/downloads/latest/noscript/addon-722-latest.xpi mv addon-722-latest.xpi ../app/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi -echo "Adding standart configs..." +echo "Adding standard configs..." cp profile/* ../data/ mkdir -p ../app/browser/defaults cp -r preferences ../app/browser/defaults/ diff --git a/windows/build/build.cmd b/windows/build/build.cmd index 5e9e3f1..55befd7 100644 --- a/windows/build/build.cmd +++ b/windows/build/build.cmd @@ -14,10 +14,10 @@ call :GET_PROXY call :GET_ARCH if "%locale%"=="Russian" ( - echo ઠ I2Pd Browser Portable - echo ⥬ : %locale%, ⥪: %xOS% + echo ���ઠ I2Pd Browser Portable + echo ���⥬��� ������: %locale%, ����⥪����: %xOS% echo. - echo 㧪 ⠭騪 Firefox Portable ESR + echo ����㧪� ��⠭��騪� Firefox Portable ESR ) else ( echo Building I2Pd Browser Portable echo System locale: %locale%, architecture: %xOS% @@ -34,9 +34,9 @@ if errorlevel 1 ( echo. if "%locale%"=="Russian" ( - echo ᯠ ⠭騪 㤠 㦭 䠩 + echo ��ᯠ����� ��⠭��騪� � 㤠����� �� �㦭�� 䠩��� ) else ( - echo Unpacking the installer and delete unnecessary files + echo Unpacking the installer and deleting unnecessary files ) 7z x -y -o..\Firefox FirefoxPortableESR_%FFversion%_%locale%.paf.exe > nul @@ -69,7 +69,7 @@ rem rmdir /S /Q ..\Firefox\App\Firefox rem ) if "%locale%"=="Russian" ( - echo ⪫祭 ⮢ + echo �⪫�祭�� ����⮢ � ������� ) else ( echo Disabling crash reports ) @@ -82,7 +82,7 @@ rem ) else ( rem ) if "%locale%"=="Russian" ( - echo 㧪 NoScript + echo ����㧪� ���������� NoScript ) else ( echo Downloading NoScript extension ) @@ -95,7 +95,7 @@ del /Q addon-722-latest.xpi echo. if "%locale%"=="Russian" ( - echo ஢ 䠩 ஥ Firefox + echo ����஢���� 䠩��� ����஥� � ����� Firefox ) else ( echo Copying Firefox settings ) @@ -108,7 +108,7 @@ copy /Y preferences\* ..\Firefox\App\Firefox\browser\defaults\preferences\ > nul copy /Y preferences\* ..\Firefox\App\Firefox64\browser\defaults\preferences\ > nul if "%locale%"=="Russian" ( - echo 㧪 I2Pd + echo ����㧪� I2Pd ) else ( echo Downloading I2Pd ) @@ -127,9 +127,9 @@ xcopy /E /I /Y i2pd ..\i2pd > nul echo. if "%locale%"=="Russian" ( - echo I2Pd Browser portable ⮢ ! + echo I2Pd Browser Portable ��⮢ � �������! ) else ( - echo I2Pd Browser portable is ready to start! + echo I2Pd Browser Portable is ready to start! ) pause exit @@ -152,4 +152,4 @@ set xOS=x86 if defined PROCESSOR_ARCHITEW6432 (set xOS=x64) else if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set xOS=x64 goto :eof -:eof \ No newline at end of file +:eof