Skip to content

Commit

Permalink
English translation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbeardman committed Apr 4, 2018
1 parent eeb7c78 commit 1299667
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.strings text
*.strings diff=localizablestrings

This comment has been minimized.

Copy link
@Alhadis

Alhadis Mar 13, 2024

Tip

There's a better way to work with UTF-16-encoded files:

*.strings working-tree-encoding=UTF-16LE eol=CRLF

The files will continue to be stored internally in the index using UTF-8, but Git will automatically re-encode them using the value of the working-tree-encoding= attribute (in this case, little-endian UTF-16). Note that a BOM is required for files marked simply as UTF-16 rather than UTF-16LE or UTF-16BE.

Don't forget to run git add --renormalize . after updating your .gitattributes to employ this method (You may need to add or remove byte-order marks for files being marked as UTF-16).

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.

0 comments on commit 1299667

Please sign in to comment.