diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 09:30:29 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2016-02-07 09:30:29 +0100 |
commit | 026ac8d033f4c0a65b0c8d121d1a2a86b2bd1ee1 (patch) | |
tree | 767f1d7e3a4614b35ace2a9377ae63139172a887 /applications/luci-app-radicale/po/templates | |
parent | 26d009aff924f8253533ae6a303f61fe0d35d2f4 (diff) |
luci-app-radicale: bump to version 1.1.0
- support Radicale > v1.1
- modified version detection
- adaption to new function version_compare() in ipkg.lua
- adaption to fixed Flag.parse() in cbi.lua
- adaption to new property map.tabbed in cbi.lua using map template with extensions
- change optional values to non optional
- add support new option "system.boot_delay"
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-radicale/po/templates')
-rw-r--r-- | applications/luci-app-radicale/po/templates/radicale.pot | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/applications/luci-app-radicale/po/templates/radicale.pot b/applications/luci-app-radicale/po/templates/radicale.pot index c5e079715f..1c01c4a176 100644 --- a/applications/luci-app-radicale/po/templates/radicale.pot +++ b/applications/luci-app-radicale/po/templates/radicale.pot @@ -53,6 +53,9 @@ msgstr "" msgid "Auto-start" msgstr "" +msgid "Boot delay" +msgstr "" + msgid "CalDAV/CardDAV" msgstr "" @@ -96,6 +99,9 @@ msgstr "" msgid "Debug" msgstr "" +msgid "Delay (in seconds) during system boot before Radicale start" +msgstr "" + msgid "Directory" msgstr "" @@ -108,6 +114,9 @@ msgstr "" msgid "Directory where the rotating log-files are stored" msgstr "" +msgid "During delay ifup-events are not monitored !" +msgstr "" + msgid "Enable HTTPS" msgstr "" @@ -207,6 +216,9 @@ msgstr "" msgid "OPTIONAL: See python's ssl module for available ciphers" msgstr "" +msgid "One or more missing/invalid fields on tab" +msgstr "" + msgid "Owner allow write, authenticated users allow read" msgstr "" @@ -284,7 +296,13 @@ msgstr "" msgid "Setting this parameter to '0' will disable rotation of log-file." msgstr "" -msgid "Software package '" +msgid "Software package '%s' is not installed." +msgstr "" + +msgid "Software package '%s' is outdated." +msgstr "" + +msgid "Software update required" msgstr "" msgid "Start" @@ -327,9 +345,15 @@ msgstr "" msgid "To view latest log file follow this link!" msgstr "" +msgid "Value is not a number" +msgstr "" + msgid "Value is not an Integer >= 0 !" msgstr "" +msgid "Value not between 0 and 300" +msgstr "" + msgid "Value required ! Integer >= 0 !" msgstr "" @@ -368,6 +392,9 @@ msgstr "" msgid "installed" msgstr "" +msgid "no valid path given!" +msgstr "" + msgid "or higher" msgstr "" |