-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
328 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
#tag Module | ||
Protected Module KajuLocale | ||
#tag Note, Name = About | ||
|
||
Any data that needs to be localized (strings, mostly) goes here. | ||
|
||
The only exceptions are strings that might need to be compared by the developer, | ||
like error messages in KajuException. | ||
#tag EndNote | ||
|
||
|
||
#tag Constant, Name = kAppMarker, Type = String, Dynamic = False, Default = \"<<AppName>>", Scope = Protected | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kBadDownloadMessage, Type = String, Dynamic = True, Default = \"The downloaded file appears to be corrupted.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Die heruntergeladene Datei scheint defekt zu sein." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kBinaryInfoInvalidReason, Type = String, Dynamic = True, Default = \"Binary information is not valid", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Bin\xC3\xA4re Informationen sind nicht valide" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kCancelButton, Type = String, Dynamic = True, Default = \"&Cancel", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"&Abbrechen" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kCannotSkipVersionsMessage, Type = String, Dynamic = True, Default = \"You cannot skip versions until you have updated to version <<Version>> or beyond.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Sie k\xC3\xB6nnen keine Versionen \xC3\xBCberspringen bevor Sie nicht mindestens <<Version>> oder h\xC3\xB6her installiert haben." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kDownloadingMessage, Type = String, Dynamic = True, Default = \"Downloading...", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Herunterladen..." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kDryRunMessage, Type = String, Dynamic = True, Default = \"(Dry run\x2C not really installing)", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"(Testlauf\x2C keine wirkliche Installation)" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kErrorBadUpdateData, Type = String, Dynamic = True, Default = \"The update data cannot be read.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Update Informationen k\xC3\xB6nnen nicht gelesen werden." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kErrorIncorrectPacketMarker, Type = String, Dynamic = True, Default = \"The update packet signature marker was incorrect.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Die Update Paket Signatur war inkorrekt." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kErrorIncorrectPacketSignature, Type = String, Dynamic = True, Default = \"The RSA signature of the update packet cannot be verified.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Die RSA Signatur des Update Paket kann nicht verifiziert werden." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kErrorNoUpdateData, Type = String, Dynamic = True, Default = \"No update data was available.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Es standen keine Update Informationen zur Verf\xC3\xBCgung." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kErrorOccurredMessage, Type = String, Dynamic = True, Default = \"An error has occurred. Would you like to try again now or later\?", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Es ist ein Fehler aufgetreten. M\xC3\xB6chten Sie es jetzt oder sp\xC3\xA4ter noch einmal versuchen\?" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kGenericErrorMessage, Type = String, Dynamic = True, Default = \"An error has occurred.", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Es ist ein Fehler aufgetreten." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kInstallButton, Type = String, Dynamic = True, Default = \"Install Update", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Update installieren" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kLaterButton, Type = String, Dynamic = True, Default = \"Later", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Sp\xC3\xA4ter" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kMainNotice, Type = String, Dynamic = True, Default = \"A new version of <<AppName>> is available!", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Eine neue <<AppName>> Version ist verf\xC3\xBCgbar!" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kMissingAppNameReason, Type = String, Dynamic = True, Default = \"Missing app name", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"App Name fehlt" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kMissingReason, Type = String, Dynamic = False, Default = \"Missing", Scope = Protected | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kNewVersionMarker, Type = String, Dynamic = False, Default = \"<<NewVersion>>", Scope = Protected | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kNoUpdateInfoMessage, Type = String, Dynamic = True, Default = \"NO UPDATE INFORMATION", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"KEINE UPDATE INFORMATIONEN" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kPaymentRequiredMessage, Type = String, Dynamic = True, Default = \"This update is not free and will require payment. Proceed anyway\?", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Das ist ein kostenpflichtiges Update. Dennoch installieren\?" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kProceedButton, Type = String, Dynamic = True, Default = \"Proceed", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Weiter" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kProcessingFileMessage, Type = String, Dynamic = True, Default = \"Processing file...", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Verarbeite Datei..." | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kQuitButton, Type = String, Dynamic = True, Default = \"Quit && Install", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Beenden && Installieren" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kReadyMessage, Type = String, Dynamic = True, Default = \"Ready to install", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Zum Update bereit" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kReleaseNotesLabel, Type = String, Dynamic = True, Default = \"Release Notes:", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Informationen zur Ver\xC3\xB6ffentlichung:" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kRemindMeLaterButton, Type = String, Dynamic = True, Default = \"Remind Me Later", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Jetzt nicht" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kSecondaryNoticeMultiple, Type = String, Dynamic = True, Default = \"You have version <<ThisVersion>> and there are multiple updates available. Install one\?", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Sie haben Version <<ThisVersion>> und es stehen mehrere Updates zur Verf\xC3\xBCgung. Ein Update installieren\?" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kSecondaryNoticeOne, Type = String, Dynamic = True, Default = \"You have version <<ThisVersion>>. Would you like to install version <<NewVersion>>\?", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Sie haben Version <<ThisVersion>>. M\xC3\xB6chten Sie die Version <<NewVersion>> installieren\?" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kSkipVersionButton, Type = String, Dynamic = True, Default = \"Skip Version", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Version \xC3\xBCberspringen" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kStopButton, Type = String, Dynamic = True, Default = \"Stop", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Stopp" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kThisApplication, Type = String, Dynamic = True, Default = \"this application", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"diese Anwendung" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kThisVersionMarker, Type = String, Dynamic = False, Default = \"<<ThisVersion>>", Scope = Protected | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kTryAgainButton, Type = String, Dynamic = True, Default = \"Try Again", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Erneut versuchen" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kTryLaterButton, Type = String, Dynamic = True, Default = \"Try Later", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Sp\xC3\xA4ter erneut versuchen" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kVersionMarker, Type = String, Dynamic = False, Default = \"<<Version>>", Scope = Protected | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kVersionMustBeInFormReason, Type = String, Dynamic = True, Default = \"Version must be in one of these forms", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Version muss in einer der folgenden Formen eingegeben werden" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kVersionsLabel, Type = String, Dynamic = True, Default = \"Available Versions:", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Verf\xC3\xBCgbare Versionen:" | ||
#tag EndConstant | ||
|
||
#tag Constant, Name = kWindowTitle, Type = String, Dynamic = True, Default = \"Update Available", Scope = Protected | ||
#Tag Instance, Platform = Any, Language = de, Definition = \"Update verf\xC3\xBCgbar" | ||
#tag EndConstant | ||
|
||
|
||
#tag ViewBehavior | ||
#tag ViewProperty | ||
Name="Index" | ||
Visible=true | ||
Group="ID" | ||
InitialValue="-2147483648" | ||
Type="Integer" | ||
#tag EndViewProperty | ||
#tag ViewProperty | ||
Name="Left" | ||
Visible=true | ||
Group="Position" | ||
InitialValue="0" | ||
Type="Integer" | ||
#tag EndViewProperty | ||
#tag ViewProperty | ||
Name="Name" | ||
Visible=true | ||
Group="ID" | ||
Type="String" | ||
#tag EndViewProperty | ||
#tag ViewProperty | ||
Name="Super" | ||
Visible=true | ||
Group="ID" | ||
Type="String" | ||
#tag EndViewProperty | ||
#tag ViewProperty | ||
Name="Top" | ||
Visible=true | ||
Group="Position" | ||
InitialValue="0" | ||
Type="Integer" | ||
#tag EndViewProperty | ||
#tag EndViewBehavior | ||
End Module | ||
#tag EndModule |
Oops, something went wrong.