Use TopfieldUSBEcode for received values too.
[MacTF.git] / Finnish.lproj / Localizable.strings
blob5e109ddecd495dae6eac7af27d54ec60ff4b47f4
1 /* This file was modified by Kalle Olavi Niemitalo on 2007-11-06.  */
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"="Yhdistetty (USB %i)";
20 /* */
21 "INIT_PROBLEM"="Yhteysongelma: yhdistäminen epäonnistui";
23 /* */
24 "NO_CONNECT"="Yhteys katkaistu";
26 /* */
27 "LAST_ERROR"="Yhdistetty - Edellisessä komennossa tapahtui virhe";
29 /* */
30 "SEL_ERROR"="Virheellinen valinta";
32 /* */
33 "CONNECTED_OK"="Yhdistetty - Valmis";
35 /* */
36 "NO_FOLDER_DL"="Kansioiden lataamista ei tueta vielä";
38 /* */
39 "UNEXPECTED"="Tuntematon vastaus";
41 /* */
42 "DOWNLOADING"="Lataan: ";
44 /* */
45 "UPLOADING"="Lähetän: ";
47 "NOT_CONNECTED_ENTRY"="Ei yhdistetty…";
48 "IDLE"="Odotan komentoa";
49 "PAUSED"="Pysäytetty: ";
50 "FETCHING"="Yhdistän ja haen tiedostoluetteloa…";
52 /* Menu items - needed for menu validation */
53 "DL_MENUITEM"="Lataa valitut…";
55 /* */
56 "DEL_MENUITEM"="Poista valitut…";
58 /* */
59 "RN_MENUITEM"="Nimeä uudelleen…";
61 /* */
62 "UL_MENUITEM"="Lähetä tiedosto…";
64 /* */
65 "NF_MENUITEM"="Uusi kansio…";
67 /* Dynamic Button Names */
68 "DC_BUTTON"="Katkaise yhteys";
70 /* */
71 "CON_BUTTON"="Yhdistä Topfieldiin";
73 /* Deletion sheet */
74 "WARNING"="Varoitus!";
76 /* */
77 "DEL"="Poista";
79 /* */
80 "NO_DEL"="Älä poista";
82 /* */
83 "DEL_MESSAGE"="Oletko varma, että haluat poistaa valitun tiedoston tai tiedostot?";
85 /* CRC mismatch in a received communication block */
86 "ERR_COMMUNICATION_BLOCK_CRC" = "CRC-virhe vastaanotetuissa tiedoissa. CRC on %2$#.4x vaikka otsakkeen mukaan sen pitäisi olla %1$#.4x.";
88 /* Topfield's USB protocol requires an 8-byte header in every communication block but the received block was too short for that */
89 "ERR_COMMUNICATION_BLOCK_LT_8_BYTES" = "Tuli vain %u tavua; pitäisi olla vähintään kahdeksan";
91 /* A communication block was expected but not received */
92 "ERR_COMMUNICATION_BLOCK_MISSING" = "Tallennin ei vastannut";