aboutsummaryrefslogtreecommitdiff
path: root/po/uk/minetest.po
Commit message (Collapse)AuthorAge
* Run updatepo.shIlya Zhuravlev2013-09-08
|
* Run util/updatepo.shPilzAdam2013-08-25
|
* Fix *.po errors caused by rebase.Ilya Zhuravlev2013-08-25
|
* Translated using Weblate (Ukrainian)Vladimir a2013-08-25
|
* Translated using Weblate (Ukrainian)sfan52013-08-25
|
* Fix i18n of some strings.arsdragonfly2013-07-02
|
* Fix Problem with uk Translationsfan52013-05-17
|
* Update po filesPilzAdam2013-05-13
|
* Translated using Weblate (Ukrainian)?????? ????????2013-05-01
|
* Add Ukrainian language.Ilya Zhuravlev2013-04-07
m"> #include "profiler.h" #define NO_MAP_LOCK_REQUIRED \ ScopeProfiler nolocktime(g_profiler,"Scriptapi: unlockable time",SPT_ADD) #endif */ #define GET_ENV_PTR_NO_MAP_LOCK \ ServerEnvironment *env = (ServerEnvironment *)getEnv(L); \ if (env == NULL) \ return 0 #define GET_ENV_PTR \ MAP_LOCK_REQUIRED; \ GET_ENV_PTR_NO_MAP_LOCK #endif /* L_INTERNAL_H_ */