L10N: Fixed ambiguity in the esp-ESP localization

- Thanks to Fidel Mato.
This commit is contained in:
Paul Beckingham 2016-04-28 21:02:09 -04:00
parent a3cc616151
commit 70dc1cc9ae
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY' - Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
virtual tag. virtual tag.
- Removed deprecated 'alias._query' setting. - Removed deprecated 'alias._query' setting.
- Fixed ambiguity in the esp-ESP localization
(thanks to Fidel Mato).
------ current release --------------------------- ------ current release ---------------------------

View file

@ -1048,7 +1048,7 @@
#define STRING_UTIL_CONFIRM_NO "no" // |esp-ESP|==|eng-USA| #define STRING_UTIL_CONFIRM_NO "no" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_CONFIRM_ALL "todos" #define STRING_UTIL_CONFIRM_ALL "todos"
#define STRING_UTIL_CONFIRM_ALL_U "Todos" #define STRING_UTIL_CONFIRM_ALL_U "Todos"
#define STRING_UTIL_CONFIRM_QUIT "sal" #define STRING_UTIL_CONFIRM_QUIT "canc"
#define STRING_UTIL_GIBIBYTES "GiB" // |esp-ESP|==|eng-USA| #define STRING_UTIL_GIBIBYTES "GiB" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_MEBIBYTES "MiB" // |esp-ESP|==|eng-USA| #define STRING_UTIL_MEBIBYTES "MiB" // |esp-ESP|==|eng-USA|
#define STRING_UTIL_KIBIBYTES "KiB" // |esp-ESP|==|eng-USA| #define STRING_UTIL_KIBIBYTES "KiB" // |esp-ESP|==|eng-USA|