<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/English.lproj/JRFeedbackProvider.strings</filename>
    </added>
    <added>
      <filename>lib/English.lproj/JRFeedbackProvider.xib</filename>
    </added>
    <added>
      <filename>lib/French.lproj/JRFeedbackProvider.strings</filename>
    </added>
    <added>
      <filename>lib/French.lproj/JRFeedbackProvider.xib</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -40,11 +40,11 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
         &amp;&amp; !(reachabilityFlags &amp; kSCNetworkFlagsInterventionRequired);
     
     if (!showFeedbackWindow) {
-        int alertResult = [[NSAlert alertWithMessageText:@&quot;Feedback Host Not Reachable&quot;
-                                           defaultButton:@&quot;Proceed Anyway&quot;
-                                         alternateButton:@&quot;Cancel&quot;
+        int alertResult = [[NSAlert alertWithMessageText:NSLocalizedStringFromTable(@&quot;Feedback Host Not Reachable&quot;, @&quot;JRFeedbackProvider&quot;, nil)
+                                           defaultButton:NSLocalizedStringFromTable(@&quot;Proceed Anyway&quot;, @&quot;JRFeedbackProvider&quot;, nil)
+                                         alternateButton:NSLocalizedStringFromTable(@&quot;Cancel&quot;, @&quot;JRFeedbackProvider&quot;, nil)
                                              otherButton:nil
-                               informativeTextWithFormat:@&quot;You may not be able to send feedback because %@ isn't reachable.\n\nPlease ensure you have a network connection before proceeding.\n&quot;, [[JRFeedbackController postURL] host]
+                               informativeTextWithFormat:NSLocalizedStringFromTable(@&quot;Unreachable Explanation&quot;, @&quot;JRFeedbackProvider&quot;, nil), [[JRFeedbackController postURL] host]
                             ] runModal];
         if (NSAlertDefaultReturn == alertResult) {
             showFeedbackWindow = YES;
@@ -80,21 +80,22 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
     [segmentedControl setSegmentStyle:NSSegmentStyleTexturedSquare];
     [segmentedControl setSegmentStyle:NSSegmentStyleTexturedSquare];
 #endif
-    NSString* title = [NSString stringWithFormat:@&quot;%@ Feedback&quot;, [[[NSBundle bundleForClass:[self class]] infoDictionary] objectForKey:(NSString*)kCFBundleNameKey]];
+    NSString* fmt = NSLocalizedStringFromTable(@&quot;Title&quot;, @&quot;JRFeedbackProvider&quot;, nil);
+    NSString* title = [NSString stringWithFormat:fmt, [[[NSBundle bundleForClass:[self class]] infoDictionary] objectForKey:(NSString*)kCFBundleNameKey]];
     [[self window] setTitle:title];
     
     NSTextStorage *text = [textView textStorage];
     
-    NSString *seperator = @&quot;\n\n--\n\n&quot;;
+    NSString *separator = @&quot;\n\n--\n\n&quot;;
     
-    NSRange seperatorRange = [[text string] rangeOfString:seperator];
-    sectionStrings[JRFeedbackController_BugReport] = [[text attributedSubstringFromRange:NSMakeRange(0, seperatorRange.location)] retain];
-    [text deleteCharactersInRange:NSMakeRange(0, seperatorRange.location + [seperator length])];
+    NSRange separatorRange = [[text string] rangeOfString:separator];
+    sectionStrings[JRFeedbackController_BugReport] = [[text attributedSubstringFromRange:NSMakeRange(0, separatorRange.location)] retain];
+    [text deleteCharactersInRange:NSMakeRange(0, separatorRange.location + [separator length])];
     //NSLog(@&quot;bugReport: &lt;%@&gt;&quot;, [sectionStrings[JRFeedbackController_BugReport] string]);
     
-    seperatorRange = [[text string] rangeOfString:seperator];
-    sectionStrings[JRFeedbackController_FeatureRequest] = [[text attributedSubstringFromRange:NSMakeRange(0, seperatorRange.location)] retain];
-    [text deleteCharactersInRange:NSMakeRange(0, seperatorRange.location + [seperator length])];
+    separatorRange = [[text string] rangeOfString:separator];
+    sectionStrings[JRFeedbackController_FeatureRequest] = [[text attributedSubstringFromRange:NSMakeRange(0, separatorRange.location)] retain];
+    [text deleteCharactersInRange:NSMakeRange(0, separatorRange.location + [separator length])];
     //NSLog(@&quot;featureRequest: &lt;%@&gt;&quot;, [sectionStrings[JRFeedbackController_FeatureRequest] string]);
     
     sectionStrings[JRFeedbackController_SupportRequest] = [[text attributedSubstringFromRange:NSMakeRange(0, [text length])] retain];</diff>
      <filename>lib/JRFeedbackController.m</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/JRFeedbackProvider.xib</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>29ce60a780e6d20e189f331fca1f8690e5f5beca</id>
    </parent>
  </parents>
  <author>
    <name>Philippe Casgrain</name>
    <email>philippe@casgrain.com</email>
  </author>
  <url>http://github.com/rentzsch/jrfeedbackprovider/commit/88221115a3b511eb1011fc44e6e00ca777bf4e68</url>
  <id>88221115a3b511eb1011fc44e6e00ca777bf4e68</id>
  <committed-date>2009-07-16T20:07:33-07:00</committed-date>
  <authored-date>2009-07-16T19:52:30-07:00</authored-date>
  <message>Moved localizable strings in .strings file. Created French Localization. Fixed typo in variable name.

Signed-off-by: Jonathan 'Wolf' Rentzsch &lt;jwr.git@redshed.net&gt;</message>
  <tree>5ee78fcdec25e56f8f5675683c85118df82d0a2a</tree>
  <committer>
    <name>Jonathan 'Wolf' Rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
