15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
/*
|
|
Localizable.strings
|
|
nRFBlinky
|
|
|
|
Created by Leif-Alexandre Aschehoug on 08/02/2019.
|
|
Copyright © 2019 Nordic Semiconductor ASA. All rights reserved.
|
|
*/
|
|
"ON" = "ON";
|
|
"OFF" = "OFF";
|
|
"PRESSED" = "APPUYÉ";
|
|
"RELEASED" = "RELACHÉ";
|
|
"UNKNOWN" = "INCONNU";
|
|
"Reading..." = "Lecture en cours...";
|
|
"Unknown Device" = "Appareil Inconnu";
|