-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
physphil
committed
Jun 5, 2016
1 parent
637324a
commit ca52530
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Derecho de Autor 2015 Phil Shadlyn | ||
~ | ||
~ Licenciado bajo la Licencia Apache, Versión 2.0 (la "Licencia"); | ||
~ Usted no puede utilizar este archivo excepto en cumplimiento con la Licencia. | ||
~ Usted puede obtener una copia de la Licencia en | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ A menos que lo requiera la ley aplicable o sea acordado por escrito, programas | ||
~ informaticos distribuidos bajo la Licencia son distribuidos con BASE "TAL CUAL", | ||
~ SIN GARANTIA O CONDICIONES DE ALGUN TIPO, ya sea expreso o implícito. | ||
~ Vea la Licencia para el lenguaje especifico de los permisos gobernantes y las | ||
~ limitaciones bajo la Licencia. | ||
--> | ||
|
||
<resources> | ||
<string name="default_number_decimals">4</string> | ||
<string name="default_group_separator">Ninguna</string> | ||
<string name="default_decimal_separator">.</string> | ||
<integer name="num_digits_from">15</integer> | ||
</resources> |