Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define NE_V_MAJOR "1"
#define NE_V_MINOR "12"
#define NE_V_PATCH "15"
#define NE_V_PATCH "16"

#define NE_VERSION NE_V_MAJOR..."."...NE_V_MINOR..."."...NE_V_PATCH

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@
"chi" "无法加载用户设置."
}

"Cookies are not cached"
{
"chi" "Cookies 尚未缓存,请稍后再试."
}

"Map was not found"
{
"chi" "未找到地图 '{1}'."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@
"es" "No se puede cargar la configuracion de las cookies."
}

"Cookies are not cached"
{
"es" "Las cookies aun no estan en cache. Intentalo de nuevo en un momento."
}

"Map was not found"
{
"es" "El mapa '{1}' no se ha encontrado."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@
"fr" "Impossible de charger les paramètres des cookies."
}

"Cookies are not cached"
{
"fr" "Les cookies ne sont pas encore en cache. Réessayez dans un instant."
}

"Map was not found"
{
"fr" "La carte '{1}' n'a pas été trouvée."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
"en" "Can not load cookies settings."
}

"Cookies are not cached"
{
"en" "Cookies are not cached yet. Please try again in a moment."
}

"Map was not found"
{
// 1: Name of map
Expand Down Expand Up @@ -447,4 +452,5 @@
{
"en" "Show Maps Tiers"
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
"ru" "Не удается загрузить настройки cookies."
}

"Cookies are not cached"
{
"ru" "Cookies еще не закешированы. Попробуйте снова через минуту."
}

"Map was not found"
{
"ru" "Карта '{1}' не была найдена."
Expand Down