Skip to content

Commit

Permalink
Merge pull request #2 from aonez/master
Browse files Browse the repository at this point in the history
Pull from source
  • Loading branch information
vitu authored Nov 2, 2018
2 parents 16c2ddd + ae026ac commit da17b07
Show file tree
Hide file tree
Showing 104 changed files with 1,622 additions and 299 deletions.
24 changes: 24 additions & 0 deletions .github/move.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configuration for move-issues - https://github.com/dessant/move-issues

# Delete the command comment when it contains no other content
deleteCommand: true

# Close the source issue after moving
closeSourceIssue: true

# Lock the source issue after moving
lockSourceIssue: true

# Mention issue and comment authors
mentionAuthors: true

# Preserve mentions in the issue content
keepContentMentions: false

# Set custom aliases for targets
# aliases:
# r: repo
# or: owner/repo

# Repository to extend settings from
# _extends: repo
2 changes: 2 additions & 0 deletions Translations/Base.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"WIM Disk Image" = "WIM Disk Image";
"Comic Book RAR Archive" = "Comic Book RAR Archive";
"Comic Book ZIP Archive" = "Comic Book ZIP Archive";
"iOS App" = "iOS App";
"JAR Archive" = "JAR Archive";
"WAR Archive" = "WAR Archive";
"Android Application Package" = "Android Application Package";
"Cross-Platform Installer Module (XPI)" = "Cross-Platform Installer Module (XPI)";
"APPX Archive" = "APPX Archive";
"Keka WorkFlow" = "Keka WorkFlow";
7 changes: 5 additions & 2 deletions Translations/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"Creating \"%@\"" = "Creating \"%@\"";
"Prepearing extraction..." = "Preparing extraction…";
"Choose a folder to extract this file" = "Choose a folder to extract this file";
"Choose where do you want to extract \"%@\"" = "Choose where do you want to extract \"%@\"";
"Select all the volumes from \"%@\" or the folder that contains them" = "Select all the volumes from \"%@\" or the folder that contains them";
"Select the folder that contains \"%@\"" = "Select the folder that contains \"%@\"";
"Extraction of \"%@\" failed" = "Extraction of \"%@\" failed";
"Keka - %i on queue" = "Keka - %i on queue";
"Keka can't create this %@ image" = "Keka can't create this %@ image";
Expand Down Expand Up @@ -143,8 +146,8 @@
"Cannot set Keka as default" = "Cannot set Keka as default";
"The intermediate application failed to launch. There is more information in the Console.app." = "The intermediate application failed to launch. There is more information in the Console.app.";
"The intermediate application returned an undefined code." = "The intermediate application returned an undefined code.";
"Keka is now set as the default application for it's known formats." = "Keka is now set as the default application for it's known formats.";
"Keka is now set as the default application for its known formats." = "Keka is now set as the default application for its known formats.";
"Keka set as default" = "Keka set as default";
"There where some errors while registering the formats. There is more information in the Console.app." = "There where some errors while registering the formats. There is more information in the Console.app.";
"There were some errors while registering the formats. There is more information in the Console.app." = "There were some errors while registering the formats. There is more information in the Console.app.";
"The intermediate application can't get access to Keka." = "The intermediate application can't get access to Keka.";
"The intermediate application can't find Keka." = "The intermediate application can't find Keka.";
18 changes: 18 additions & 0 deletions Translations/Base.lproj/advanced.strings
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@
/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[3] = "4.7 GB DVD"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[3]" = "4.7 GB DVD";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[4] = "7.8 GB Mini Blu-ray (SL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[4]" = "7.8 GB Mini Blu-ray (SL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[5] = "15.6 GB Mini Blu-ray (DL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[5]" = "15.6 GB Mini Blu-ray (DL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[6] = "25 GB Blu-ray (SL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[6]" = "25 GB Blu-ray (SL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[7] = "50 GB Blu-ray (DL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[7]" = "50 GB Blu-ray (DL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[8] = "100 GB Blu-ray XL (TL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[8]" = "100 GB Blu-ray XL (TL)";

/* Class = "NSComboBoxCell"; 2271.ibShadowedObjectValues[9] = "128 GB Blu-ray XL (QL)"; ObjectID = "2271"; */
"2271.ibShadowedObjectValues[9]" = "128 GB Blu-ray XL (QL)";

/* Class = "NSTextFieldCell"; title = "Volume name:"; ObjectID = "2343"; */
"2343.title" = "Volume name:";

Expand Down
4 changes: 2 additions & 2 deletions Translations/Base.lproj/preferences.strings
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
/* Class = "NSMenuItem"; title = "Slow, more compression"; ObjectID = "169"; */
"169.title" = "Slow, more compression";

/* Class = "NSButtonCell"; title = "Set Keka as default compressor/uncompressor"; ObjectID = "184"; */
"184.title" = "Set Keka as default compressor/uncompressor";
/* Class = "NSButtonCell"; title = "Set Keka as the default uncompressor"; ObjectID = "184"; */
"184.title" = "Set Keka as the default uncompressor";

/* Class = "NSButtonCell"; title = "Close Keka when no windows are open"; ObjectID = "187"; */
"187.title" = "Close Keka when no windows are open";
Expand Down
35 changes: 33 additions & 2 deletions Translations/Common/Donations.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<body>
<p>
Andy R.<br />
PSW GROUP <a href="https://www.psw.net/?Keka">http://www.psw.net</a><br />
PSW GROUP <a href="https://www.psw.net/?Keka">https://www.psw.net</a><br />
IMELA Software <a href="https://www.imela.at/?Keka">https://www.imela.at</a><br />
Albeta bonica <span class="emoji">🌙</span><br />
Precious Elena & Anton JR <span class="emoji">🤱🏻</span><br />
Precious Elena &amp; Antón JR <span class="emoji">👶🏻</span><br />
<!-- 1.00 -->
Alex Behar<br />
Diego De Bergia Bispo<br />
Expand Down Expand Up @@ -42,6 +42,7 @@
Gerald Fox<br />
Andrew Judge<br />
Steven Smith<br />
Dominic Burri<br />
<!-- 1.5 -->
Bintoro Tedjosiswoyo (x3)<br />
Harrison Neal (x2)<br />
Expand All @@ -51,6 +52,15 @@
Dilek Akten<br />
Fatima Hajji Rodriguez<br />
Ako Tulu<br />
<!-- 1.0.10 -->
Matthias Rebbe<br />
Daniel Kucherenko<br />
<!-- 1.0.5 -->
Alexander Usoltsev<br />
Andrew France<br />
Duncan McKee<br />
Ivaylo Iordanov<br />
Arild Andersen<br />
<!-- 1.0 -->
Gerard Gos (x2)<br />
永怡 梁<br />
Expand Down Expand Up @@ -403,6 +413,27 @@
Toby Sanchez<br />
Jay Barra<br />
Hyeonsoo Kim<br />
Antonio Pedro Gimenez Lorenzo<br />
The Pneumatic Attic<br />
Max Wagenaar<br />
Jakub Neumann<br />
Johannes Winterhoff<br />
Julian Ferreira da Silva<br />
Charles W Jr Sharp<br />
Drew Griffin<br />
Bernard Cote<br />
Jacob Willem Berends<br />
Martin Boissier<br />
耕維 李<br />
Mauricio Castano Londono<br />
Christopher Tipper<br />
Никита Гоман<br />
Gabor Steinhofer<br />
逯 李<br />
Chi Yiu Vicker Leung<br />
Daniel Ignacio<br />
Emilio Morgia<br />
James Alkire<br />
</p>
</body>
</html>
6 changes: 6 additions & 0 deletions Translations/Common/Translators.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
</head>
<body class="translators">
<p>
<!-- Translations ordered alphabetically by the English name -->

<!-- Bulgarian -->
<b>български</b>:<br />
&nbsp;&nbsp;Deyan Marinov <a href="https://github.com/deyanm">https://github.com/deyanm</a><br />
Expand Down Expand Up @@ -43,6 +45,9 @@
<!-- Korean -->
<br /><b>한국어</b>:<br />
&nbsp;&nbsp;JiHoon <a href="mailto:jihoongks@gmail.com">jihoongks@gmail.com</a><br />
<!-- Norwegian Bokmål -->
<br /><b>Norsk Bokmål</b>:<br />
&nbsp;&nbsp;Patrick Sletvold <a href="https://github.com/16patsle">https://github.com/16patsle</a><br />
<!-- Polish -->
<br /><b>Polskie</b>:<br />
&nbsp;&nbsp;@lboratynski <a href="https://github.com/lboratynski">https://github.com/lboratynski</a><br />
Expand All @@ -56,6 +61,7 @@
<!-- Russian -->
<br /><b>Русский</b>:<br />
&nbsp;&nbsp;Александр Токарев <a href="mailto:alexander.tokarev@gmail.com">alexander.tokarev@gmail.com</a><br />
&nbsp;&nbsp;Никита Карамов <a href="https://karamoff.ru">karamoff.ru</a><br />
<!-- Spanish -->
<br /><b>Castellano</b>:<br />
&nbsp;&nbsp;aONe <a href="mailto:aone@keka.io">aone@keka.io</a><br />
Expand Down
69 changes: 69 additions & 0 deletions Translations/Web/lang_nb.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?php // Keka lang - version 0.3 - Started on 26/11/09 - by aone

//
//
// Language: Norwegian Bokmål
// Translated by 16patsle
//
//
// General

$content_download = "Last ned";
$content_issues = "Feil";
$content_help = "Hjelp";
$content_forum = "Forum";
$content_changelog = "Endringslogg";
$content_title = "fil-arkivereren for macOS";

// Download
$content_plataform = "Krever $version_replace eller nyere";
$content_download_text = "Arkiver mer, del med personvern";
$content_download_love = "Liker du det?";
$content_download_legacy = "Foreldet";

// Like
$content_donation_button = "Doner";
$content_donation_title = 'Hvis du liker Keka, bare gi det litt <i class="fa fa-heart" aria-hidden="true"></i>,<br />skaff det fra App Store eller send driks med PayPal!';
$content_donation_mas = "Hvis du kjøper Keka på App Store, støtter du videre utvikling,<br />appen er den samme som versjonen du får via denne nettsiden, bare oppdatert gjennom App Store.";
$content_donation_paypal = "Hvis du ikke liker MAS eller bare vile prøve ut Keka,<br />men også liker prosjektet og ønsker å støtte det, kan du sende driks via PayPal.";

// Beta
$content_plataform_beta = "Beta";
$content_beta_title = "Beta-versjonen av Keka";
$content_beta_text = "Du kan teste de nyeste funksjonene til Keka før de blir lansert.<br />Hvis du oppdager en feil, eller ønsker å rapportere noe annet, gå til ";
$content_beta_unavailable = "Det er ikke noen beta-versjon tilgjengelig for øyeblikket.";
$content_beta_up = "Skaff nyeste versjon";


// Legacy
$content_plataform_legacy = "For $version_replace";
$content_legacy_title = "Foreldete versjoner av Keka";
$content_legacy_text = 'Med tiden vil din Mac bli eldre, og vil ikke støtte<br /> den nyeste versjonen av Keka, men slapp av <i class="fa fa-coffee" aria-hidden="true"></i>, de gamle versjonene vil være tilgjengelig her.';

// Info
$content_info_title1 = "Så enkelt, så kraftig";
$content_info_title2 = "Personvern er veldig viktig";
$content_info_title3 = "Fortsatt for stor...";
$content_info_text1 = "Du trenger ikke engang åpne Keka for å komprimere en fil, behold Keka i dokken din og bruk det derfra.<br />Bare dra og slipp filene og mappene dine på Dock-ikonet eller et Keka-vindu for å opprette en mindre versjon av dem.";
$content_info_text2 = "Del trygt ved kun å sette et passord og opprette sterkt komprimerte filer.<br />Keka bruker AES-256-kryptering for 7z-filene dine og<br />Zip 2.0 legacy-kryptering for Zip-filene.";
$content_info_text3 = "Hvis filene er veldig store, og ikke får plass i en epost eller på en server, bare splitt dem i flere biter.<br />Slapp av, de vil fortsatt pakkes ut til originalfilen :)";
$content_info_compression = "Keka kan opprette filer i disse formatene:";
$content_info_extraction = "Og pakke ut alle disse formatene:";

// Main content of the page
$content_context_menu = "Kontekstmeny";

// Changelog info
$content_changelog_title = "Ta en titt på Kekas utvikling";
$content_changelog_entry_title = "Endringer i versjon";
$content_changelog_firstpublic = "Første lanserte versjon:";

// 404
$content_404 = "Siden ble ikke funnet";
$content_404_start = "Du kan gå til <a href=\"https://www.keka.io\">forsiden</a>,";
$content_404_more = "eller kanskje du vil dette?";

// Bottom info
$content_bottom_copying = 'Alle rettigheter forbeholdt. Oversatt av <a href="https://github.com/16patsle">Patrick Sletvold</a>';

?>
69 changes: 69 additions & 0 deletions Translations/Web/lang_ru.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?php // Keka lang - version 0.3 - Started on 26/11/09 - by aone

//
//
// Language: Russian
// Translated by NickKaramoff (nick@karamoff.ru)
//
//

// General
$content_download = "Скачать";
$content_issues = "Нашли баг?";
$content_help = "Помощь";
$content_forum = "Форум";
$content_changelog = "Изменения";
$content_title = "архиватор файлов для macOS";

// Download
$content_plataform = "Требуется $version_replace или новее";
$content_download_text = "Храните больше, делитесь безопасно";
$content_download_love = "Понравилось?";
$content_download_legacy = "Старые версии";

// Like
$content_donation_button = "Пожертвовать";
$content_donation_title = 'Если вы <i class="fa fa-heart" aria-hidden="true"></i> Keka,<br />то купите её в App Store или пожертвуйте через PayPal!';
$content_donation_mas = "Покупая Keka в App Store, вы поддерживаете разработчика,<br />приложение ничем не отличается от версии на сайте, только обновляется через App Store.";
$content_donation_paypal = "Если вам не нравится MAS или вы просто пробуете Keka,<br />но хотите поддержать проект, вы можете пожертвовать деньги через PayPal.";

// Beta
$content_plataform_beta = "Бета";
$content_beta_title = "Бета-версия Keka";
$content_beta_text = "Вы можете протестировать новые возможности Keka перед релизом.<br />Если вы найдёте баг, следуйте в раздел ";
$content_beta_unavailable = "На данный момент нет доступных бета-версий.";
$content_beta_up = "Скачать новейшую версию";


// Legacy
$content_plataform_legacy = "Для $version_replace";
$content_legacy_title = "Старые версии Keka";
$content_legacy_text = 'Рано или поздно ваш Mac устареет и не будет поддерживать<br />новые версии Keka, но не волнуйтесь <i class="fa fa-coffee" aria-hidden="true"></i>, старые версии будут здесь.';

// Info
$content_info_title1 = "Простая и мощная";
$content_info_title2 = "Конфиденциальность — это важно";
$content_info_title3 = "Всё ещё тяжело...";
$content_info_text1 = "Даже не нужно открывать Keka, чтобы сжать файл, оставьте иконку в Dock и используйте оттуда.<br />Просто перетащите ваши файлы и папки на иконку в Dock или окно Keka, чтобы создать сжатую версию.";
$content_info_text2 = "Передавайте данные более безопасно, создавая зашифрованные паролем архивы.<br />Используя шифрование AES-256 для файлов 7z files и<br />шифрование Zip 2.0 для файлов Zip.";
$content_info_text3 = "Если ваши файлы действительно огромны, и не помещаются в электронное письмо или на сервер,поделите их на части.<br />Не волнуйтесь, они вновь объединятся в исходный файл :)";
$content_info_compression = "Keka может создавать файлы этих форматов:";
$content_info_extraction = "И распаковывать эти форматы:";

// Main content of the page
$content_context_menu = "Контекстное меню";

// Changelog info
$content_changelog_title = "Взгляните на эволюцию Keka";
$content_changelog_entry_title = "Изменения в версии";
$content_changelog_firstpublic = "Первый публичный релиз:";

// 404
$content_404 = "Страница не найдена";
$content_404_start = "Вы можете перейти на <a href=\"https://www.keka.io\">главную</a>,";
$content_404_more = "или, может, вы ищете это?";

// Bottom info
$content_bottom_copying = 'Все права защищены. Перевёл <a href="https://karamoff.ru">Никита Карамов</a>.';

?>
Loading

0 comments on commit da17b07

Please sign in to comment.