build: integrate po files in the build system
[project/luci.git] / applications / luci-ddns / luasrc / i18n / ddns.en.lua
1 ddns = 'Dynamic DNS'
2 ddns_desc = 'Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.'
3 ddns_service_ipsource = 'Source of IP-Address'
4 ddns_service_checkinterval = 'Check for changed IP every'
5 ddns_service_checkunit = 'Check-Time unit'
6 ddns_service_forceinterval = 'Force update every'
7 ddns_service_forceunit = 'Force-Time unit'
8 ddns_service_updateurl = 'Custom Update-URL'