Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

English translation improvements #167

Merged
merged 3 commits into from
Apr 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.strings diff=localizablestrings
*.strings text
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[diff "localizablestrings"]
textconv = "iconv -f utf-16 -t utf-8"
2 changes: 1 addition & 1 deletion Translations/Base.lproj/Credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@


<!-- START LICENSE -->
<p class="license">The source code of Keka 1.0 will be not public due some legal issues. Legal support is needed, if you can help the project, please get in contact on info@kekaosx.com or the Project page in the official Keka website. Any help is welcome.</p>
<p class="license">The source code of Keka 1.0 will not be public due some legal issues. Legal support is needed, if you can help the project, please get in contact on info@kekaosx.com or the Project page on the official Keka website. Any help is welcome.</p>
<!-- END LICENSE -->

<!-- START WARRANTY -->
Expand Down
10 changes: 5 additions & 5 deletions Translations/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Set as default compressor" = "Set as default compressor";
"Not now" = "Not now";
"Want to make Keka your default compressor?" = "Want to make Keka your default compressor?";
"This means that all the compatible files will be extracted with Keka by now. You can set this later in the Keka Preferences." = "This means that all the compatible files will be extracted with Keka by now. You can set this later in the Keka Preferences.";
"This means that all the compatible files will be extracted with Keka by now. You can set this later in the Keka Preferences." = "This means that all the compatible files will be extracted with Keka. You can set this later in the Keka Preferences.";
"Really want to close Keka?" = "Really want to close Keka?";
"The current operations will be canceled. If you choose to wait and quit Keka will exit when all work is done." = "The current operations will be canceled. If you choose to wait and quit Keka will exit when all work is done.";
"Password needed" = "Password needed";
Expand All @@ -24,7 +24,7 @@
"Compression fail" = "Compression failed";
"File \"%@\" cannot be created" = "File \"%@\" cannot be created";
"Operation not implemented" = "Operation not implemented";
"This operation is not implemented yet so Keka is in beta process." = "This operation is not implemented yet so Keka is in beta process.";
"This operation is not implemented yet so Keka is in beta process." = "This operation is not implemented yet as Keka is in Beta.";
"Performing operation..." = "Performing operation...";
"Waiting..." = "Waiting...";
"Extracting \"%@\"" = "Extracting \"%@\"";
Expand Down Expand Up @@ -55,7 +55,7 @@
"Keka can't create this ISO image" = "Keka can't create this ISO image";
"You can only create an ISO image with a single folder. Try to put all your files in a folder and drop it to Keka to create the ISO image." = "You can only create an ISO image with a single folder. Try to put all your files in a folder and drop it to Keka to create the ISO image.";
"Keka can't create this xz tarball" = "Keka can't create this xz tarball";
"This operation is not supported on OS X 10.8.\nPlease update your system or manually create a Tar and then xz it." = "This operation is not supported on OS X 10.8.\nPlease update your system or manually create a Tar and then xz it.";
"This operation is not supported on OS X 10.8.\nPlease update your system or manually create a Tar and then xz it." = "This operation is not supported on OS X 10.8.\nPlease update your system or manually create a TAR and then XZ it.";
"Compress \"%@\" in %@ to..." = "Compress \"%@\" in %@ to...";
"Compress in %@ to..." = "Compress in %@ to...";
"Save as:" = "Save as:";
Expand Down Expand Up @@ -86,7 +86,7 @@
"Slowest, more compression" = "Slowest, more compression";
"Compression" = "Compression";
"Extraction" = "Extraction";
"Keka can't use the \"extlx.plist\" list, please get in contact with the developers.\n\nNow Keka will quit." = "Keka can't use the \"extlx.plist\" list, please get in contact with the developers.\n\nKeka will quit now.";
"Keka can't use the \"extlx.plist\" list, please get in contact with the developers.\n\nNow Keka will quit." = "Keka can't use the \"extlx.plist\" list, please get in contact with the developers.\n\nKeka will now quit.";
"Keka is dying!" = "Keka is dying!";
"Ask each time" = "Ask each time";
"Next to original file" = "Next to original file";
Expand All @@ -110,7 +110,7 @@
"Unknown error" = "Unknown error";
"Error code %d using \"%@\"\n%@" = "Error code %d using \"%@\"\n%@";
"No errors found" = "No errors found";
"Minor error, the operation may be done well" = "Minor error, the operation may be done well";
"Minor error, the operation may be done well" = "Minor error, the operation may have been completed";
"Fatal error" = "Fatal error";
"CRC error occurred, maybe the file is corrupt" = "CRC error occurred, maybe the file is corrupt";
"Attempt to modify an archive previously locked" = "Attempt to modify an archive previously locked";
Expand Down
Binary file modified Translations/Base.lproj/advanced.strings
Binary file not shown.
Binary file modified Translations/Base.lproj/compression.strings
Binary file not shown.
Binary file modified Translations/Base.lproj/extraction.strings
Binary file not shown.
1 change: 1 addition & 0 deletions Translations/Base.lproj/gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.strings diff=localizablestrings
Binary file modified Translations/Base.lproj/main.strings
Binary file not shown.
Binary file modified Translations/Base.lproj/preferences.strings
Binary file not shown.
Loading