Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
/* 
  Localizable.strings
  SafariArte

  Created by IntellitronikaUser on 09/06/15.
  Copyright (c) 2015 Nextrek. All rights reserved.
*/


"Ok" = "Ok";

"No" = "No";
"Yes" = "Yes";
"Cancel" = "Cancel";
"Mile" = "Mile";
"Km" = "Km";
"UnitOfMeasure" = "Unit of measure";
"All" = "All";
"YourRoutes" = "Your Routes";
"Free" = "Free";
"NoRoutesOnTable" = "No routes available";
"RouteEnd" = "Route Finished";
"FBLogin" = "Sign in with Facebook";
"Login" = "Login";
"Registrati" = "Sign in";
"ProseguiSenza" = "Continue without registering";
"NeedPwd" = "Did you forget your password?";
"PleaseTryAgain" = "You can not send the score in the absence of connection. The score will be sent to the next access with active connection.";
"ServerNotRespond" = "The server did not respond";
"ErrorHasJustBeFound" = "An error has just be found";

"Logout" = "Are you sure you want to logout from the app?";
"menu_iap" = "Buy credits";
"menu_home" = "Home";
"menu_0" = "What Safari d'Arte is";
"menu_1" = "Rate";
"menu_2" = "Tutorial";
"menu_3" = "FAQ";
"menu_4" = "Settings";
"menu_5" = "Partnership";
"menu_6" = "Credits";
"menu_7" = "Logout";

"ConfPass" = "Confirm password";
"NomeUtente" = "UserName";
"Terms" = "I agree to the contract terms and privacy";
"Terms_title" = "Contract terms and privacy";
"Save" = "Save";
"SignIn" = "SignIn";
"Male" = "Male";
"Female" = "Female";
"ConfirmPassMessage" = "The password you entered is incorrect.";
"ConfirmTermsMessage" = "You must accept the terms and conditions.";
"PasswordsNotOk" = "Passwords do not match.";
"HaveToFill" = "Enter the email and try again.";
"Sex" = "Sex";
"home_btn" = "City selection";
"home_0" = "Routes near me";
"home_1" = "Free routes";
"home_2" = "My routes";
"home_3" = "Routes";

"classifica" = "Ranking";

"StartRoute" = "Start";
"BuyRoute" = "Buy";

"PercorsoHeader" = "Route";

"TestQuestion" = "Test Question";
"StepOver" = "Step Over";
"StepOverClue" = "Are you sure? You can not go back until the end of the trail.";
"Questionary" = "Questionary";

"Continue" = "Continue";
"Completato" = "Finished";
"Acquistato" = "Purchased";
"Gratis" = "Free";

"RouteCompleted" = "Route Completed";

"PleaseRegistrati" = "Please first Sign In!";
"Help" = "Help";
"Curiosity" = "Curiosity";
"WantToStart" = "Want you to start the route?";
"NoRoutesAvailable" = "No routes available near you";
"ActivateLocalization" = "Localization active to allow Safari Art determine your location";

"buyCredits" = "You do not have enough credits. Want to buy more?";

"Indizio" = "CLUE";
"Coordinate" = "coordinates";


"TimeElapsed"="Time elapsed";
"CluesFound"= "Clues found";
"FinalScore"="Final score";
"ValutationTitle"="Final Valutation";
"SendResult"="SEND SCORE";
"NewRoute"="NEW ROUTE";
"ShareFb"="Share";
"Ranking"="Ranking";

"FBSharingMessage"="I completed the Art Safari on route %@!";
"FBShareRoute" = "I'm leaving for SafariArte the route %@ .";
"FBPopup" = "You have completed the Art Safari on route: %@, want to share it on Facebook?";


"NeverAskMeAgain" = "Never ask me again";
"RateItNow" = "Rate it now";
"RemindMeLater" = "Remind me later";
"RateMessage" = "If you enjoy it, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!";

"BadEmailFormat"="Incorrect email format";
"BadPassFormat"="Min 8 , max 16 characters";
"BadNameFormat"="Maximum 70 characters";
"PasswordsDoNotMatch"="Passwords do not match";


"StartedEndedLabel"="Routes started %i , routes finished %i";
"OrderByLenght" = "Sort by Lenght";
"OrderByDuration" = "Sort by Duration";
"SelectionOrder"="Select the desired sort";
"BtnOrder"="Sort";
"RouteDuration"="Duration ";
"Next" = "Next";
"CongraToAllPoint" = "Congratulations !!! You have finished your Treasure Hunt Art. Do you want to proceed with the final Quiz?";
"Or" = "- Or -";

"ShareRoute" = "Make it known to your friends that you're leaving for your Safari Art !!";

"ListPoi" = "List Clues";
"Clue" = "Clue";
"Correctly" = "Result sent correctly !!";
"ScoreAlreadySent" = "Result already sent!";

"ErrorPosition" = "It was unable to determine your location.";
"FunctionNotAvailable" = "Function not available in the absence of connection";
"ToMe" = " To me";
"professionalHunter" = "Professional Hunter";
"hunterApprentice" = "Hunter Apprentice";
"masterHunter" = "Master Hunter";
"emailSent" = "It 'was sent a link to reset your password to your email.";
"scaricato" = "Downloaded";
"Question" = "Question: ";

Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/Base.lproj/Localizable.strings

Diff revisions: vs.
Revision Author Commited Message
796 Diff Diff FAquili picture FAquili Wed 07 Oct, 2015 07:46:13 +0000

v.1 b.035
Bug Fixing

726 Diff Diff PBonamassa picture PBonamassa Thu 10 Sep, 2015 14:43:14 +0000

fixed bug

724 Diff Diff PBonamassa picture PBonamassa Wed 09 Sep, 2015 06:42:24 +0000

fixed sent score route & final valutation

722 Diff Diff PBonamassa picture PBonamassa Tue 08 Sep, 2015 13:42:51 +0000

fixed sent score route

668 Diff Diff PBonamassa picture PBonamassa Fri 04 Sep, 2015 10:52:23 +0000

fixed bug

655 Diff Diff PBonamassa picture PBonamassa Wed 02 Sep, 2015 13:34:39 +0000

added final valutation

597 Diff Diff PBonamassa picture PBonamassa Thu 27 Aug, 2015 15:24:36 +0000

fixed distanceToMe

588 Diff Diff PBonamassa picture PBonamassa Thu 27 Aug, 2015 13:39:33 +0000

fixed bug

536 Diff Diff PBonamassa picture PBonamassa Mon 24 Aug, 2015 13:48:30 +0000

Bug fixing

497 PBonamassa picture PBonamassa Wed 12 Aug, 2015 09:53:26 +0000

aggiunto metodo che restituisce tutti i percorsi nel caso in cui non viene definita la posizione gps dell utente