project/luci.git
12 years agoCommit from LuCI Translation Portal by user jow.: 19 of 29 messages translated (3...
Translation System [Mon, 2 Apr 2012 23:58:10 +0000 (23:58 +0000)]
Commit from LuCI Translation Portal by user jow.: 19 of 29 messages translated (3 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 8 of 29 messages translated (0...
Translation System [Mon, 2 Apr 2012 23:57:16 +0000 (23:57 +0000)]
Commit from LuCI Translation Portal by user jow.: 8 of 29 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0...
Translation System [Mon, 2 Apr 2012 23:57:14 +0000 (23:57 +0000)]
Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy).

12 years agobuild: rework i18n-scan.pl defined checks
Jo-Philipp Wich [Mon, 2 Apr 2012 23:57:11 +0000 (23:57 +0000)]
build: rework i18n-scan.pl defined checks

12 years agoCommit from LuCI Translation Portal by user jow.: 43 of 179 messages translated ...
Translation System [Mon, 2 Apr 2012 23:56:57 +0000 (23:56 +0000)]
Commit from LuCI Translation Portal by user jow.: 43 of 179 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 155 of 156 messages translated...
Translation System [Mon, 2 Apr 2012 23:56:54 +0000 (23:56 +0000)]
Commit from LuCI Translation Portal by user jow.: 155 of 156 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy).
Translation System [Mon, 2 Apr 2012 23:56:45 +0000 (23:56 +0000)]
Commit from LuCI Translation Portal by user jow.: 1 of 4 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 784 of 812 messages translated...
Translation System [Mon, 2 Apr 2012 23:56:40 +0000 (23:56 +0000)]
Commit from LuCI Translation Portal by user jow.: 784 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 808 of 812 messages translated...
Translation System [Mon, 2 Apr 2012 23:54:48 +0000 (23:54 +0000)]
Commit from LuCI Translation Portal by user jow.: 808 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 165 of 179 messages translated...
Translation System [Mon, 2 Apr 2012 23:54:14 +0000 (23:54 +0000)]
Commit from LuCI Translation Portal by user jow.: 165 of 179 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy).
Translation System [Mon, 2 Apr 2012 23:54:10 +0000 (23:54 +0000)]
Commit from LuCI Translation Portal by user jow.: 1 of 1 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0...
Translation System [Mon, 2 Apr 2012 23:54:00 +0000 (23:54 +0000)]
Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 170 of 171 messages translated...
Translation System [Mon, 2 Apr 2012 23:53:55 +0000 (23:53 +0000)]
Commit from LuCI Translation Portal by user jow.: 170 of 171 messages translated (1 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 370 of 812 messages translated...
Translation System [Mon, 2 Apr 2012 23:53:52 +0000 (23:53 +0000)]
Commit from LuCI Translation Portal by user jow.: 370 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0...
Translation System [Mon, 2 Apr 2012 23:53:49 +0000 (23:53 +0000)]
Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 169 of 179 messages translated...
Translation System [Mon, 2 Apr 2012 23:53:27 +0000 (23:53 +0000)]
Commit from LuCI Translation Portal by user jow.: 169 of 179 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0...
Translation System [Mon, 2 Apr 2012 23:53:09 +0000 (23:53 +0000)]
Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 52 of 223 messages translated ...
Translation System [Mon, 2 Apr 2012 23:52:21 +0000 (23:52 +0000)]
Commit from LuCI Translation Portal by user jow.: 52 of 223 messages translated (0 fuzzy).

12 years agobuild/i18n-scan.pl: avoid a possible endless loop
Jo-Philipp Wich [Mon, 2 Apr 2012 22:50:40 +0000 (22:50 +0000)]
build/i18n-scan.pl: avoid a possible endless loop

Issuing './build/i18n-scan.pl libs/core/' leads to this
endless loop with some perl implementations:

<...>
Use of uninitialized value in concatenation (.) or string at../build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69.
substr outside of string at ./build/i18n-scan.pl line 69.
<...>

Experienced with this perl version:
"This is perl, v5.8.8 built for i386-linux"

Fix it by undefining the 'sub' variable if it is an
empty string.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
12 years agopo/templates: update ahcp template
Jo-Philipp Wich [Mon, 2 Apr 2012 22:50:37 +0000 (22:50 +0000)]
po/templates: update ahcp template

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
12 years agoapplications/luci-ahcp: allow to translate AHCP service status string
Jo-Philipp Wich [Mon, 2 Apr 2012 22:50:34 +0000 (22:50 +0000)]
applications/luci-ahcp: allow to translate AHCP service status string

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
12 years agopo/templates: update base template
Jo-Philipp Wich [Mon, 2 Apr 2012 22:50:30 +0000 (22:50 +0000)]
po/templates: update base template

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
12 years agoadmin-full: allow to use translations for 'Not connected' state
Jo-Philipp Wich [Mon, 2 Apr 2012 22:50:26 +0000 (22:50 +0000)]
admin-full: allow to use translations for 'Not connected' state

This allows to use translated version of the 'Net connected' string in
the Status/Overview/Network section.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
12 years agoCommit from LuCI Translation Portal by user juhosg.: 803 of 827 messages translated...
Translation System [Mon, 2 Apr 2012 15:41:19 +0000 (15:41 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 803 of 827 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 31 of 31 messages translated...
Translation System [Mon, 2 Apr 2012 15:41:11 +0000 (15:41 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 31 of 31 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 21 of 21 messages translated...
Translation System [Mon, 2 Apr 2012 15:41:00 +0000 (15:41 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 21 of 21 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated ...
Translation System [Mon, 2 Apr 2012 15:40:55 +0000 (15:40 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated...
Translation System [Mon, 2 Apr 2012 15:40:51 +0000 (15:40 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 137 of 154 messages translated...
Translation System [Mon, 2 Apr 2012 15:40:47 +0000 (15:40 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 137 of 154 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated ...
Translation System [Mon, 2 Apr 2012 15:39:11 +0000 (15:39 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 1 of 1 messages translated ...
Translation System [Mon, 2 Apr 2012 15:39:01 +0000 (15:39 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 1 of 1 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 27 of 27 messages translated...
Translation System [Mon, 2 Apr 2012 15:38:52 +0000 (15:38 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 27 of 27 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 12 of 12 messages translated...
Translation System [Mon, 2 Apr 2012 15:38:44 +0000 (15:38 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 12 of 12 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated ...
Translation System [Mon, 2 Apr 2012 15:38:05 +0000 (15:38 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated ...
Translation System [Mon, 2 Apr 2012 15:37:57 +0000 (15:37 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 9 of 9 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 23 of 23 messages translated...
Translation System [Mon, 2 Apr 2012 15:37:39 +0000 (15:37 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 23 of 23 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 69 of 69 messages translated...
Translation System [Mon, 2 Apr 2012 15:37:30 +0000 (15:37 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 69 of 69 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 20 of 20 messages translated...
Translation System [Mon, 2 Apr 2012 15:37:16 +0000 (15:37 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 20 of 20 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 146 of 177 messages translated...
Translation System [Mon, 2 Apr 2012 15:36:59 +0000 (15:36 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 146 of 177 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated...
Translation System [Mon, 2 Apr 2012 15:35:56 +0000 (15:35 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 42 of 42 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 7 of 7 messages translated ...
Translation System [Mon, 2 Apr 2012 15:35:47 +0000 (15:35 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 7 of 7 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 5 of 5 messages translated ...
Translation System [Mon, 2 Apr 2012 15:35:35 +0000 (15:35 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 5 of 5 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 16 of 16 messages translated...
Translation System [Mon, 2 Apr 2012 15:35:16 +0000 (15:35 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 16 of 16 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 2 of 2 messages translated ...
Translation System [Mon, 2 Apr 2012 15:35:07 +0000 (15:35 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 2 of 2 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated ...
Translation System [Mon, 2 Apr 2012 15:34:58 +0000 (15:34 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 4 of 4 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user juhosg.: 11 of 11 messages translated...
Translation System [Mon, 2 Apr 2012 15:34:14 +0000 (15:34 +0000)]
Commit from LuCI Translation Portal by user juhosg.: 11 of 11 messages translated (0 fuzzy).

12 years agocontrib/package: add entry for hungarian translation
Jo-Philipp Wich [Mon, 2 Apr 2012 09:49:55 +0000 (09:49 +0000)]
contrib/package: add entry for hungarian translation

12 years agoi18n: package hungarian translations
Jo-Philipp Wich [Mon, 2 Apr 2012 09:48:31 +0000 (09:48 +0000)]
i18n: package hungarian translations

12 years agopo: fix bad charsets in various translation files
Jo-Philipp Wich [Thu, 29 Mar 2012 16:27:21 +0000 (16:27 +0000)]
po: fix bad charsets in various translation files

12 years agopo: initialize hungarian translations
Jo-Philipp Wich [Wed, 28 Mar 2012 10:51:40 +0000 (10:51 +0000)]
po: initialize hungarian translations

12 years agocontrib: samba36 -> samba36-server, thanks swalker
Jo-Philipp Wich [Tue, 20 Mar 2012 00:06:49 +0000 (00:06 +0000)]
contrib: samba36 -> samba36-server, thanks swalker

12 years agomodules/admin-full: since switch port numbers depend on model and current solar cycle...
Jo-Philipp Wich [Mon, 19 Mar 2012 21:04:15 +0000 (21:04 +0000)]
modules/admin-full: since switch port numbers depend on model and current solar cycle, give up on making the human readable but just give the raw index

12 years agocontrib: depend on samba36
Jo-Philipp Wich [Sun, 18 Mar 2012 21:17:48 +0000 (21:17 +0000)]
contrib: depend on samba36

12 years agoCommit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:05:54 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:05:52 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:48 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 0 of 1 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:05:42 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 0 of 1 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:37 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 21 of 21 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 197 of 812 messages translated...
Translation System [Wed, 14 Mar 2012 13:05:35 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 197 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 8 of 69 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:28 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 8 of 69 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 68 of 177 messages translated ...
Translation System [Wed, 14 Mar 2012 13:05:27 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 68 of 177 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 7 of 23 messages translated (6...
Translation System [Wed, 14 Mar 2012 13:05:24 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 7 of 23 messages translated (6 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 33 of 54 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:23 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 33 of 54 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 46 of 156 messages translated ...
Translation System [Wed, 14 Mar 2012 13:05:20 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 46 of 156 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:19 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 16 of 108 messages translated ...
Translation System [Wed, 14 Mar 2012 13:05:16 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 16 of 108 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 154 of 154 messages translated...
Translation System [Wed, 14 Mar 2012 13:05:15 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 1 of 42 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:13 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 1 of 42 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:05:12 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 503 of 812 messages translated...
Translation System [Wed, 14 Mar 2012 13:05:10 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 503 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0...
Translation System [Wed, 14 Mar 2012 13:05:08 +0000 (13:05 +0000)]
Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 2 of 5 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:02:59 +0000 (13:02 +0000)]
Commit from LuCI Translation Portal by user jow.: 2 of 5 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy).
Translation System [Wed, 14 Mar 2012 13:02:51 +0000 (13:02 +0000)]
Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 6 of 12 messages translated (4...
Translation System [Wed, 14 Mar 2012 13:02:48 +0000 (13:02 +0000)]
Commit from LuCI Translation Portal by user jow.: 6 of 12 messages translated (4 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 724 of 812 messages translated...
Translation System [Wed, 14 Mar 2012 13:02:40 +0000 (13:02 +0000)]
Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 122 of 154 messages translated...
Translation System [Wed, 14 Mar 2012 13:01:37 +0000 (13:01 +0000)]
Commit from LuCI Translation Portal by user jow.: 122 of 154 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 724 of 812 messages translated...
Translation System [Wed, 14 Mar 2012 12:59:48 +0000 (12:59 +0000)]
Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy).

12 years agobuild: override sys.user.getpasswd and nixio.fs.access in sdk environment
Jo-Philipp Wich [Tue, 13 Mar 2012 23:18:13 +0000 (23:18 +0000)]
build: override sys.user.getpasswd and nixio.fs.access in sdk environment

12 years agolibs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x
Jo-Philipp Wich [Tue, 13 Mar 2012 22:45:26 +0000 (22:45 +0000)]
libs/nixio: reorder linker commandline args to fix build on Ubuntu 11.x

12 years agolibs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x
Jo-Philipp Wich [Tue, 13 Mar 2012 22:11:27 +0000 (22:11 +0000)]
libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x

12 years agomodules/admin-full: reorder compiler flags for luci-bwc, fixes build on Ubuntu 11.x
Jo-Philipp Wich [Tue, 13 Mar 2012 21:10:18 +0000 (21:10 +0000)]
modules/admin-full: reorder compiler flags for luci-bwc, fixes build on Ubuntu 11.x

12 years agoCommit from LuCI Translation Portal by user jow.: 20 of 223 messages translated ...
Translation System [Wed, 7 Mar 2012 13:38:51 +0000 (13:38 +0000)]
Commit from LuCI Translation Portal by user jow.: 20 of 223 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 503 of 812 messages translated...
Translation System [Wed, 7 Mar 2012 13:38:20 +0000 (13:38 +0000)]
Commit from LuCI Translation Portal by user jow.: 503 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 23 of 222 messages translated ...
Translation System [Wed, 7 Mar 2012 13:38:18 +0000 (13:38 +0000)]
Commit from LuCI Translation Portal by user jow.: 23 of 222 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0...
Translation System [Wed, 7 Mar 2012 13:38:16 +0000 (13:38 +0000)]
Commit from LuCI Translation Portal by user jow.: 29 of 29 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 22 of 27 messages translated (0...
Translation System [Wed, 7 Mar 2012 13:37:51 +0000 (13:37 +0000)]
Commit from LuCI Translation Portal by user jow.: 22 of 27 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 633 of 812 messages translated...
Translation System [Wed, 7 Mar 2012 13:37:40 +0000 (13:37 +0000)]
Commit from LuCI Translation Portal by user jow.: 633 of 812 messages translated (1 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 174 of 177 messages translated...
Translation System [Wed, 7 Mar 2012 13:36:57 +0000 (13:36 +0000)]
Commit from LuCI Translation Portal by user jow.: 174 of 177 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0...
Translation System [Wed, 7 Mar 2012 13:36:56 +0000 (13:36 +0000)]
Commit from LuCI Translation Portal by user jow.: 64 of 64 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0...
Translation System [Wed, 7 Mar 2012 13:36:50 +0000 (13:36 +0000)]
Commit from LuCI Translation Portal by user jow.: 32 of 32 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 154 of 154 messages translated...
Translation System [Wed, 7 Mar 2012 13:36:39 +0000 (13:36 +0000)]
Commit from LuCI Translation Portal by user jow.: 154 of 154 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 812 of 812 messages translated...
Translation System [Wed, 7 Mar 2012 13:36:34 +0000 (13:36 +0000)]
Commit from LuCI Translation Portal by user jow.: 812 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 782 of 812 messages translated...
Translation System [Wed, 7 Mar 2012 13:22:34 +0000 (13:22 +0000)]
Commit from LuCI Translation Portal by user jow.: 782 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 724 of 812 messages translated...
Translation System [Wed, 7 Mar 2012 13:12:26 +0000 (13:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 724 of 812 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 39 of 222 messages translated ...
Translation System [Wed, 7 Mar 2012 13:12:24 +0000 (13:12 +0000)]
Commit from LuCI Translation Portal by user jow.: 39 of 222 messages translated (0 fuzzy).

12 years agoCommit from LuCI Translation Portal by user jow.: 86 of 154 messages translated ...
Translation System [Wed, 7 Mar 2012 13:11:59 +0000 (13:11 +0000)]
Commit from LuCI Translation Portal by user jow.: 86 of 154 messages translated (0 fuzzy).

12 years agocontrib: drop luacurses, it was never used and fails the build on modern distros
Jo-Philipp Wich [Wed, 7 Mar 2012 13:07:56 +0000 (13:07 +0000)]
contrib: drop luacurses, it was never used and fails the build on modern distros

12 years agoapplications/luci-multiwan: use new uci disable option instead of disabling the init...
Jo-Philipp Wich [Wed, 7 Mar 2012 13:06:17 +0000 (13:06 +0000)]
applications/luci-multiwan: use new uci disable option instead of disabling the init script

12 years agomodules/admin-full: add DNS resolution to connections status page, order connections...
Jo-Philipp Wich [Sun, 4 Mar 2012 18:36:05 +0000 (18:36 +0000)]
modules/admin-full: add DNS resolution to connections status page, order connections descending by traffic

12 years agomodules/admin-full: scan three times to catch more networks in wifi join setup
Jo-Philipp Wich [Sun, 4 Mar 2012 18:35:13 +0000 (18:35 +0000)]
modules/admin-full: scan three times to catch more networks in wifi join setup