blob: 30f2ac83853adc23121b0a0a1631fd866448bd97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*
Localizable.strings
iosApp
Created by Iván on 23/01/22.
Copyright © 2022 orgName. All rights reserved.
*/
"app-name" = "TrackerMap";
"app-server-url" = "https://etbsa.net/api";
"username" = "Username";
"password" = "Password";
"server-url" = "Server URL";
"login" = "Login";
"devices" = "Devices";
"map" = "Map";
"search" = "Search";
"details" = "Details";
"reports" = "Reports";
"commands" = "Commands";
"select-action" = "Select an action";
|