-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalizable.strings
More file actions
13 lines (9 loc) · 844 Bytes
/
Copy pathLocalizable.strings
File metadata and controls
13 lines (9 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Localizable.strings
CellTransport
Created by Raúl Montón Pinillos on 28/2/21.
Copyright © 2021 Raúl Montón Pinillos. All rights reserved.
*/
"wON_string_prob_gt_1" = "You tried to set an attachment probability factor value that could result in a probability of attachment greater than 1 when evaluating the probability due to limited 32-bit floating-point precision.";
"wON_string_prob_lt_0" = "You tried to set an attachment probability factor value that could result in a negative probability of attachment when evaluating the probability due to limited 32-bit floating-point precision.";
"wON_string_numerical_precision" = "You tried to set an attachment probability factor value that could result in unacceptable numerical precision loss due to limited 32-bit floating-point precision when evaluating the probability";