Use TopfieldUSBEcode for received values too.
[MacTF.git] / English.lproj / Localizable.strings
blob2e45b8ceee86d7edb4af9a19c95164e111e097a9
1 /* This file was modified by Kalle Olavi Niemitalo on 2007-10-31.  */
3 /* URL where the plist with the latest version numbers is.
4         Outdated. Instead, create a MacPAD.url file containing the URL
5         and put it in your bundle's "Resources" directory. */
6 "UPDATE_PLIST_URL" = "http://www.zathras.de/new_versions.plist";
8 /* E-Mail Address where feedback messages will be sent: */
9 "FEEDBACK_EMAIL" = "nathan@noates.com";
11 /* Prefix for e-mail's subject: */
12 "FEEDBACK_SUBJECT_PREFIX" = "[MacTF] ";
14 /* URL where the user can provide feedback. */
15 "FEEDBACK_URL" = "mailto:nathan@noates.com?subject=MacTF%20Feedback";
17 /* Status Messages. */
18 "CONNECTED_MESSAGE" = "Connected at USB %i";
19 "INIT_PROBLEM" = "Problem connecting: initialization";
20 "NO_CONNECT" = "Not connected";
21 "LAST_ERROR" = "Connected - error on last command";
22 "SEL_ERROR" = "Selection error";
23 "CONNECTED_OK" = "Connected - OK";
24 "NO_FOLDER_DL" = "Folder download not supported yet";
25 "UNEXPECTED" = "Unexpected response";
26 "DOWNLOADING" = "Downloading: ";
27 "UPLOADING" = "Uploading: ";
28 "NOT_CONNECTED_ENTRY" = "Not connected…";
29 "IDLE" = "Idle";
30 "PAUSED" = "Paused: ";
31 "FETCHING" = "Connecting and fetching file list…";
33 /* Menu items - needed for menu validation */
34 "DL_MENUITEM" = "Download selected…";
35 "DEL_MENUITEM" = "Delete selected…";
36 "RN_MENUITEM" = "Rename…";
37 "UL_MENUITEM" = "Upload file…";
38 "NF_MENUITEM" = "New folder…";
40  /* Dynamic Button Names */
41  "DC_BUTTON" = "Disconnect";
42  "CON_BUTTON" = "Connect";
44  /* Deletion sheet */
45  "WARNING" = "Warning!";
46  "DEL" = "Delete";
47  "NO_DEL" = "Don't Delete";
48  "DEL_MESSAGE" = "Are you sure you want to delete the selected file(s)?";
50 /* CRC mismatch in a received communication block */
51 "ERR_COMMUNICATION_BLOCK_CRC" = "CRC mismatch in received data.  The header claims %1$#.4x but the data computes to %2$#.4x.";
53 /* Topfield's USB protocol requires an 8-byte header in every communication block but the received block was too short for that */
54 "ERR_COMMUNICATION_BLOCK_LT_8_BYTES" = "Received only %u bytes; eight are required";
56 /* A communication block was expected but not received */
57 "ERR_COMMUNICATION_BLOCK_MISSING" = "The PVR did not respond";