Commit graph

6205 commits

Author SHA1 Message Date
Translation System
ec1b06c266 Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). 2012-12-02 14:01:33 +00:00
Translation System
8117039b5d Commit from LuCI Translation Portal by user jow.: 22 of 23 messages translated (0 fuzzy). 2012-12-02 14:01:32 +00:00
Translation System
d9c596fdd1 Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy). 2012-12-02 14:01:30 +00:00
Translation System
ab8793e17b Commit from LuCI Translation Portal by user jow.: 21 of 26 messages translated (0 fuzzy). 2012-12-02 14:01:12 +00:00
Translation System
3ba8063f42 Commit from LuCI Translation Portal by user jow.: 374 of 851 messages translated (0 fuzzy). 2012-12-02 14:01:10 +00:00
Translation System
b275370727 Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy). 2012-12-02 14:01:05 +00:00
Jo-Philipp Wich
3419d5389d po: sync statistics translations 2012-12-02 13:33:02 +00:00
Jo-Philipp Wich
a9d48d56e2 applications/luci-statistics: fix typo in collectd cbi 2012-12-02 13:32:54 +00:00
Jo-Philipp Wich
7c3c6b013b libs/web: let luci.i18n.setlanguage() return the lang that was actually loaded 2012-12-02 13:30:46 +00:00
Manuel Munz
c97ef199d6 modules/freifunk: sync translations 2012-12-01 00:10:08 +00:00
Manuel Munz
f13dd6c052 applications/luci-olsr: sync colors with map, add legend 2012-12-01 00:07:33 +00:00
Manuel Munz
e2bc45289e modules/freifunk: remove empty dir 2012-12-01 00:03:40 +00:00
Manuel Munz
cad7245af2 modules/freifunk: simplify colors in map, add a legend 2012-11-30 23:55:35 +00:00
Translation System
89b3e2ad7f Commit from LuCI Translation Portal by user jow.: 43 of 43 messages translated (0 fuzzy). 2012-11-29 15:25:57 +00:00
Translation System
ab853b2cb1 Commit from LuCI Translation Portal by user jow.: 73 of 73 messages translated (0 fuzzy). 2012-11-29 15:25:55 +00:00
Translation System
8f690ffb96 Commit from LuCI Translation Portal by user jow.: 170 of 177 messages translated (0 fuzzy). 2012-11-29 15:25:53 +00:00
Translation System
01797733ba Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). 2012-11-29 15:25:51 +00:00
Jo-Philipp Wich
e689fa8900 modules/admin-full: filter localhost<->localhost connections live connection graph 2012-11-27 14:16:42 +00:00
Jo-Philipp Wich
ce8a22d1b4 libs/core: remove unused luci.util.escape(), map luci.util.striptags() to luci.template.parser.striptags() 2012-11-26 14:26:46 +00:00
Jo-Philipp Wich
f7b4fd2979 libs/web: various changes in template library
- rename sanitize_pcdata() and sanitize_utf8() to pcdata() and utf8()
	- implement striptags()
2012-11-26 14:26:43 +00:00
Manuel Munz
e2f3b8923d libs/web: Allow to disable buttons in cbi models from the controller 2012-11-26 13:11:41 +00:00
Jo-Philipp Wich
848e43a5b4 remove .i18n annotations from controller files 2012-11-26 12:53:43 +00:00
Jo-Philipp Wich
264aae7910 po: resync base translations 2012-11-26 12:32:23 +00:00
Translation System
4a47572a4d Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy). 2012-11-26 12:26:24 +00:00
Translation System
38010cc532 Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). 2012-11-26 12:26:21 +00:00
Translation System
5f659223e1 Commit from LuCI Translation Portal by user jow.: 109 of 109 messages translated (0 fuzzy). 2012-11-26 12:26:20 +00:00
Translation System
4e7171938b Commit from LuCI Translation Portal by user jow.: 26 of 26 messages translated (0 fuzzy). 2012-11-26 12:26:18 +00:00
Translation System
79fb9c21b8 Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). 2012-11-26 12:26:15 +00:00
Translation System
65d15830b3 Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). 2012-11-26 12:26:12 +00:00
Translation System
8677b27987 Commit from LuCI Translation Portal by user jow.: 852 of 852 messages translated (0 fuzzy). 2012-11-26 12:26:07 +00:00
Daniel Golle
d07036b59c "Waiting for router..." is misleading on non-router devices. Use "Waiting for changes to be applied..." instead. 2012-11-26 11:07:11 +00:00
Jo-Philipp Wich
68e9458ae0 libs/web: remove unneeded include 2012-11-25 19:22:38 +00:00
Jo-Philipp Wich
cd0bb63394 libs/web: remove leftover debugging code in template_parser.c 2012-11-25 19:18:15 +00:00
Jo-Philipp Wich
bb276a7c7b libs/core: use luci.template.parser.hash() instead of lmo.hash() 2012-11-25 19:18:10 +00:00
Jo-Philipp Wich
8575facc25 contrib/package: remove luci-lib-lmo package 2012-11-25 19:18:04 +00:00
Jo-Philipp Wich
ee584460ad luci: host-build libs/web instead of libs/lmo to create po2lmo executable 2012-11-25 19:18:00 +00:00
Jo-Philipp Wich
0e50aa690a libs/web: rewrite template engine, merge lmo library
- template parser: merge lmo library
	- template parser: rewrite to operate on memory mapped files
	- template parser: implement proper line number reporting on syntax errors
	- template parser: process translate tags directly and bypass Lua
	- template lmo: introduce load_catalog(), change_catalog() and close_catalog()
	- template lmo: rewrite index processing to operate directly on the memory mapped file
	- template lmo: implement binary search keys, reducing the lookup complexity to O(log n)
	- po2lmo: write sorted indixes when generating *.lmo archives
	- i18n: use the template parser for translations
	- i18n: stub load(), loadc() and clear()
	- i18n: map setlanguage() to load_catalog()
2012-11-25 19:17:55 +00:00
Jo-Philipp Wich
c647ff9f0e libs/lmo: fix whitespace handling in string hashing, optimize code 2012-11-23 10:15:02 +00:00
Translation System
5fdf562669 Commit from LuCI Translation Portal by user jow.: 11 of 11 messages translated (0 fuzzy). 2012-11-23 09:18:42 +00:00
Translation System
baff40a145 Commit from LuCI Translation Portal by user jow.: 8 of 8 messages translated (0 fuzzy). 2012-11-23 09:18:39 +00:00
Jo-Philipp Wich
72d1549e8b libs/lmo: canonize key strings before hashing them, fixes missing translations for original strings with line breaks or white spaces embedded 2012-11-21 23:26:30 +00:00
Jo-Philipp Wich
838c82fa9e applications/luci-p910nd: expose bind parameter 2012-11-21 20:13:56 +00:00
Jo-Philipp Wich
06c8c28bab libs/core: introduce get_status_by_address() in luci.model.network 2012-11-21 20:13:53 +00:00
Jo-Philipp Wich
7399e07593 modules/admin-full: remove leftover setTimeout() call in load graph 2012-11-21 19:34:13 +00:00
Jo-Philipp Wich
69ac1031b7 applications/luci-commands, applications/luci-upnp, modules/admin-core, modules/admin-full, modules/freifunk: clean up argument handling of leaf nodes 2012-11-21 19:29:47 +00:00
Translation System
ef8e4eb991 Commit from LuCI Translation Portal by user jow.: 159 of 159 messages translated (0 fuzzy). 2012-11-21 18:54:59 +00:00
Translation System
791791a47c Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy). 2012-11-21 18:54:57 +00:00
Translation System
06502df63f Commit from LuCI Translation Portal by user jow.: 109 of 109 messages translated (0 fuzzy). 2012-11-21 18:54:55 +00:00
Translation System
93db36666d Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated (0 fuzzy). 2012-11-21 18:54:53 +00:00
Translation System
c9baed7b01 Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy). 2012-11-21 18:54:51 +00:00