diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-12-03 15:17:05 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:26:20 +0100 |
commit | 1bb4822dca6113f73e3bc89e2acf15935e6f8e92 (patch) | |
tree | 35e16f100466e4e00657199b38bb3d87d52bf73f /applications/luci-app-ddns/po | |
parent | 9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 (diff) |
Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
* Make each LuCI module its own standalone package
* Deploy a shared luci.mk which is used by each module Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-ddns/po')
26 files changed, 3178 insertions, 0 deletions
diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po new file mode 100644 index 000000000..caa391676 --- /dev/null +++ b/applications/luci-app-ddns/po/ca/ddns.po @@ -0,0 +1,92 @@ +# ddns.pot +# generated from ./applications/luci-ddns/luasrc/i18n/ddns.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2014-07-03 20:30+0200\n" +"Last-Translator: Alex <alexhenrie24@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Comprova si s'ha canviat la IP cada" + +#, fuzzy +msgid "Check-time unit" +msgstr "Unitat de temps de comprovació" + +#, fuzzy +msgid "Custom update-URL" +msgstr "URL d'actualització personalitzada" + +msgid "Dynamic DNS" +msgstr "DNS dinàmic" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"El DNS dinàmic permet que el teu router sigui localitzable amb un nom de " +"màquin fix mentre té una adreça IP dinàmica." + +msgid "Enable" +msgstr "Habilita" + +msgid "Force update every" +msgstr "Força actualització cada" + +#, fuzzy +msgid "Force-time unit" +msgstr "Unitat de temps de forceig" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "Interfície" + +msgid "Network" +msgstr "Xarxa" + +msgid "Password" +msgstr "Contrasenya" + +msgid "Service" +msgstr "Servei" + +msgid "Source of IP address" +msgstr "Origen de l'adreça IP" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "Nom d'usuari" + +msgid "custom" +msgstr "personalitzat" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interfície" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "xarxa" + +#~ msgid "Event interface" +#~ msgstr "Interfície d'esdeveniment" diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po new file mode 100644 index 000000000..15c1e228d --- /dev/null +++ b/applications/luci-app-ddns/po/cs/ddns.po @@ -0,0 +1,87 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2014-06-20 23:22+0200\n" +"Last-Translator: koli <lukas.koluch@gmail.com>\n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Zkontrolovat změnu IP každých" + +msgid "Check-time unit" +msgstr "Check-time jednotka" + +msgid "Custom update-URL" +msgstr "Vlastní aktualizační-URL" + +msgid "Dynamic DNS" +msgstr "Dynamické DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamické DNS umožňuje, aby mohl být váš router dostupný pod pevným " +"hostname, zatímco se jeho IP adresa dynamicky mění." + +msgid "Enable" +msgstr "Povolit" + +msgid "Force update every" +msgstr "Vynutit aktualizaci každých" + +msgid "Force-time unit" +msgstr "Force-time jednotka" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "Network" +msgstr "Síť" + +msgid "Password" +msgstr "Heslo" + +msgid "Service" +msgstr "Služba" + +msgid "Source of IP address" +msgstr "Zdroj IP adresy" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Uživatelské jméno" + +msgid "custom" +msgstr "vlastní" + +# Hours +# Hodin +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "rozhraní" + +# Minutes (not minimum) +# Minut +msgid "min" +msgstr "min" + +msgid "network" +msgstr "síť" diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po new file mode 100644 index 000000000..9706dbd10 --- /dev/null +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -0,0 +1,602 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-ddns\n" +"POT-Creation-Date: 2014-11-09 13:41+0100\n" +"PO-Revision-Date: 2014-11-09 14:29+0100\n" +"Last-Translator: Christian Schoenebeck <christian.schoenebeck@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: .\n" + +msgid "&" +msgstr "&" + +msgid "Basic Settings" +msgstr "Grundlegende Einstellungen" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" +"Liste der Konfigurationshinweise um Dynamische DNS Aktualisierungen ohne " +"Einschränkungen zu nutzen" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +"<br />If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" +"Liste der definierten DDNS Konfigurationen und ihr aktueller Status.<br /" +">Wenn Sie Aktualisierungen für IPv4 und IPv6 senden möchten benötigen Sie " +"zwei Konfigurationen z.B. 'myddns_ipv4' und 'myddns_ipv6'" + +msgid "Build" +msgstr "Build" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" +"BusyBox's nslookup und Wget unterstützen nicht die IP Version für die " +"Kommunikation festzulegen." + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" +"BusyBox's nslookup unterstützt es nicht das TCP-Protokoll für DNS Anfragen " +"anstelle des standardmäßigen UDP-Protokolls." + +msgid "Check Interval" +msgstr "Prüfinterval" + +msgid "Check for changed IP every" +msgstr "Teste auf neue IP alle" + +msgid "Check-time unit" +msgstr "Zeiteinheit" + +msgid "Config error" +msgstr "Konfigurationsfehler" + +msgid "Configure here the details for selected Dynamic DNS service" +msgstr "Konfiguriere hier die Details für den gewählten Dynamik DNS Dienst" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.<br /" +">This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" +"Aktuell werden keine DDNS Aktualisierungen beim Systemstart oder bei " +"Netzwerkereignissen gestartet.<br />Dieses ist der Standard, wenn Sie die " +"DDSN Skripte über eigene Routinen (z.B. cron und Erzwungener Aktualisierung " +"von '0') starten." + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.<br /" +">You can start/stop each configuration here. It will run until next reboot." +msgstr "" +"Aktuell werden DDNS Aktualisierungen nicht bei Systemstart oder bei " +"Netzwerkereignissen gestartet.<br />Sie können jede Konfiguration hier " +"starten und stoppen. Sie wird bis zum nächsten Neustart ausgeführt." + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "Update-Skript um Aktualisierungen an Ihren DDNS Anbieter zu senden." + +msgid "Custom update-URL" +msgstr "Eigene Update-URL" + +msgid "Custom update-script" +msgstr "Eigenes Update-Skript" + +msgid "DDNS Autostart disabled" +msgstr "DDNS Autostart deaktiviert" + +msgid "DDNS Service provider" +msgstr "DDNS-Dienstanbieter" + +msgid "DNS requests via TCP not supported" +msgstr "DNS Anfragen über TCP nicht unterstützt" + +msgid "DNS-Server" +msgstr "DNS-Server" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" +"Definiert die Web-Seite von der die aktuelle IPv4-Adresse des System gelesen " +"wird." + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" +"Definiert die Web-Seite von der die aktuelle IPv6-Adresse des System gelesen " +"wird." + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" +"Definiert die Schnittstelle von der die aktuelle IP-Adresse des System " +"gelesen wird." + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" +"Definiert das Netzwerk von dem die aktuelle IPv4-Adresse des System gelesen " +"wird." + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" +"Definiert das Netzwerk von dem die aktuelle IPv6-Adresse des System gelesen " +"wird." + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" +"Definiert die Quelle von der die aktuelle IPv4-Adresse des Systems gelesen " +"wird, die an Ihren DDNS Anbieter gesendet wird." + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" +"Definiert die Quelle von der die aktuelle IPv6-Adresse des Systems gelesen " +"wird, die an Ihren DDNS Anbieter gesendet wird." + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" +"Legt fest welche IP-Adresse 'IPv4/IPv6' zum DDNS Anbieter gesendet wird" + +msgid "Details for" +msgstr "Details für" + +msgid "Dynamic DNS" +msgstr "Dynamisches DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen " +"festen DNS-Namen zu erreichen." + +msgid "Enable secure communication with DDNS provider" +msgstr "Aktiviert sichere Kommunikation mit dem DDNS Anbieter" + +msgid "Error Retry Counter" +msgstr "Wiederholungszähler bei Fehler" + +msgid "Error Retry Interval" +msgstr "Wiederholungsintervall bei Fehler" + +msgid "Event Network" +msgstr "Ereignis Netzwerk" + +msgid "Event interface" +msgstr "Ereignis Netzwerk" + +msgid "File not found" +msgstr "Datei nicht gefunden" + +msgid "File not found or empty" +msgstr "Datei nicht gefunden oder leer" + +msgid "" +"Follow this link<br />You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" +"Folgen Sie dem Link<br />Hier finden Sie weitere Hinweise um Ihr System für " +"die Nutzung aller Optionen der DDNS Skripte zu optimieren." + +msgid "Force IP Version" +msgstr "Erzwinge IP-Version" + +msgid "Force IP Version not supported" +msgstr "Erzwinge IP-Version nicht unterstützt" + +msgid "Force Interval" +msgstr "Erzwungene Aktualisierung" + +msgid "Force TCP on DNS" +msgstr "Erzwinge TCP bei DNS-Anfragen" + +msgid "Force update every" +msgstr "Erzwinge Aktualisierung alle" + +msgid "Force-time unit" +msgstr "Zeiteinheit" + +msgid "Forced IP Version don't matched" +msgstr "Erzwungene IP Version stimmt nicht überein" + +msgid "Format" +msgstr "Format" + +msgid "Format: IP or FQDN" +msgstr "Format: IP-Adresse oder FQDN" + +msgid "HTTPS not supported" +msgstr "HTTPS nicht unterstützt" + +msgid "Hints" +msgstr "Hinweise" + +msgid "Hostname/Domain" +msgstr "Rechnername/Domäne" + +msgid "IP address source" +msgstr "IP-Adressquelle" + +msgid "IP address version" +msgstr "IP-Adressversion" + +msgid "IPv6 address must be given in square brackets" +msgstr "Eine IPv6 Adresse muss in eckigen Klammern angegeben werden" + +msgid "" +"IPv6 is currently not (fully) supported by this system<br />Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support<br />or update " +"your system to the latest OpenWrt Release" +msgstr "" +"IPv6 wird vom System nicht (voll) unterstützt.<br /> Bitte folgen Sie den " +"Hinweisen auf der Homepage von OpenWrt um die volle IPv6-Unterstützung zu " +"aktivieren<br /> oder installieren Sie die aktuellste OpenWrt Version." + +msgid "IPv6 not supported" +msgstr "IPv6 nicht unterstützt" + +msgid "" +"If this service section is disabled it could not be started.<br />Neither " +"from LuCI interface nor from console" +msgstr "" +"Wenn deaktiviert kann die Aktualisierung nicht gestartet werden.<br />Weder " +"über das LuCI Web Interface noch von der Geräte-Konsole" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" +"In einigen Versionen von OpenWrt wurde cURL/libcurl ohne Proxy Unterstützung " +"compiliert." + +msgid "" +"Interval to check for changed IP<br />Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" +"Intervall zur Prüfung auf geänderte IP-Adresse<br />Minimum Wert 5 Minuten " +"== 300 Sekunden" + +msgid "" +"Interval to force updates send to DDNS Provider<br />Setting this parameter " +"to 0 will force the script to only run once<br />Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" +"Intervall mit dem Aktualisierungen erzwungen an den DDNS Anbieter gesendet " +"werden.<br />Ein Wert von '0' führt das Skript nur einmalig aus. <br />Der " +"Wert muss größer als das Prüfintervall sein oder '0'." + +msgid "Last Update" +msgstr "Letztes Aktualisierung" + +msgid "Log File Viewer" +msgstr "Protokolldatei" + +msgid "Log to file" +msgstr "Protokoll in Datei schreiben" + +msgid "Log to syslog" +msgstr "Systemprotokoll verwenden" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" +"Weder GNU Wget mit SSL noch cURL sind installiert um Aktualisierungen über " +"HTTPS Protokoll zu unterstützen." + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "Netzwerk auf dem Ereignisse die ddns-updater Skripte starten" + +msgid "Never" +msgstr "Nie" + +msgid "Next Update" +msgstr "Nächste Aktualisierung" + +msgid "No data" +msgstr "Keine Daten" + +msgid "No logging" +msgstr "Keine Protokollierung" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" +"OPTIONAL: Erzwingt die Verwendung einer reinen IPv4/IPv6 Kommunikation." + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" +"OPTIONAL: Erzwingt die Verwendung von TCP anstelle von UDP bei DNS Anfragen." + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "OPTIONAL: Proxy-Server für Adresserkennung und Aktualisierungen" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" +"OPTIONAL: Ersetzt den voreingestellten DNS-Server um die 'Registrierte IP' " +"zu ermitteln." + +msgid "Old version of ddns-scripts installed" +msgstr "Alte Version von ddns-scripts installiert" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" +"Bei Fehlern wird das Skript die fehlerhafte Aktion nach der gegebenen Zeit " +"wiederholen" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "Das Skript wird nach der gegebener Anzahlt von Fehlversuchen beendet" + +msgid "PROXY-Server" +msgstr "Proxy-Server" + +msgid "PROXY-Server not supported" +msgstr "Proxy-Server nicht unterstützt" + +msgid "Please [Save & Apply] your changes first" +msgstr "Bitte [Speichern & Anwenden] Sie Änderungen zunächst" + +msgid "Please press [Read] button" +msgstr "Bitte Protokolldatei einlesen" + +msgid "Please update to the current version!" +msgstr "Aktualisieren Sie bitte auf die aktuelle Version!" + +msgid "Process ID" +msgstr "Prozess ID" + +msgid "Read / Reread log file" +msgstr "Protokolldatei (neu) einlesen" + +msgid "Registered IP" +msgstr "Registrierte IP" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "Ersetzt [DOMAIN] in der Update-URL" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "Ersetzt [PASSWORD] in der Update-URL" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "Ersetzt [USERNAME] in der Update-URL" + +msgid "Run once" +msgstr "Einmalig ausführen" + +msgid "Script" +msgstr "Skript" + +msgid "Service" +msgstr "Dienst" + +msgid "Show more" +msgstr "Zeige mehr" + +msgid "Software update required" +msgstr "Softwareaktualisierung nötig" + +msgid "Source of IP address" +msgstr "Quelle der IP-Adresse" + +msgid "Start / Stop" +msgstr "Start / Stopp" + +msgid "Stopped" +msgstr "Angehalten" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" +"Die installierte Software 'ddns-scripts' unterstützt nicht alle verfügbaren " +"Optionen." + +msgid "There is no service configured." +msgstr "Kein Dienst konfiguriert" + +msgid "Timer Settings" +msgstr "Zeitgeber Einstellungen" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "URL zur Adresserkennung für" + +msgid "Unknown error" +msgstr "Unbekannter Fehler" + +msgid "" +"Update URL to be used for updating your DDNS Provider.<br />Follow " +"instructions you will find on their WEB page." +msgstr "" +"Update-URL um Aktualisierungen an Ihren DDNS Anbieter zu senden.<br />Folgen " +"Sie der Anleitung auf der Internet Seite des Anbieters." + +msgid "Update error" +msgstr "Aktualisierungsfehler" + +msgid "Use HTTP Secure" +msgstr "Verwende sicheres HTTP" + +msgid "User defined script to read systems IP-Address" +msgstr "" +"Definiert das Skript mit dem die aktuelle IP-Adresse des System gelesen " +"wird." + +msgid "Version Information" +msgstr "Versionsinformationen" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" +"Schreibt detaillierte Meldungen in die Protokolldatei. Die Datei wird " +"automatisch gekürzt." + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" +"Schreibt Meldungen ins Systemprotokoll. Kritische Fehler werden immer in das " +"Systemprotokoll geschrieben." + +msgid "You should install BIND host package for DNS requests." +msgstr "" +"Sie sollten das Programmpakete BIND host for DNS Anfragen installieren." + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" +"Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL " +"installieren." + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" +"Sie sollten das Programmpaket GNU Wget mit SSL installieren oder libcurl " +"austauschen." + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" +"cURL ist installiert, aber libcurl wurde ohne Proxy Unterstützung compiliert" + +msgid "cURL without Proxy Support" +msgstr "cURL ohne Proxy Unterstützung" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" +"kann lokale IP-Adresse nicht ermitteln. Bitte wählen Sie eine andere Quelle." + +msgid "can not resolve host:" +msgstr "Konnte Server nicht finden:" + +msgid "config error" +msgstr "Konfigurationsfehler" + +msgid "custom" +msgstr "benutzerdefiniert" + +msgid "days" +msgstr "Tage" + +msgid "directory or path/file" +msgstr "Verzeichnis oder Pfad/zur/Datei" + +msgid "either url or script could be set" +msgstr "Weder Url noch Script ist definiert" + +msgid "enable here" +msgstr "hier aktivieren" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "Datei oder Verzeichnis nicht gefunden oder nicht 'IGNORE'" + +msgid "h" +msgstr "Stunden" + +msgid "hours" +msgstr "Stunden" + +msgid "install update here" +msgstr "Aktualisierung hier installieren" + +msgid "installed" +msgstr "installiert" + +msgid "interface" +msgstr "Schnittstelle" + +msgid "invalid - Sample" +msgstr "ungültig - Beispiel" + +msgid "min" +msgstr "Minuten" + +msgid "minimum value '0'" +msgstr "Minimum Wert '0'" + +msgid "minimum value '1'" +msgstr "Minimum Wert '1'" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "Minimum Wert 5 Minuten == 300 Sekunden" + +msgid "minutes" +msgstr "Minuten" + +msgid "missing / required" +msgstr "fehlt / Pflichteingabe" + +msgid "must be greater or equal 'Check Interval'" +msgstr "muss größer als das Prüfintervall sein" + +msgid "must start with 'http://'" +msgstr "muss mit 'http://' beginnen" + +msgid "nc (netcat) can not connect" +msgstr "nc (netcat) kann keine Verbindung herstellen" + +msgid "network" +msgstr "Netzwerk" + +msgid "never" +msgstr "nie" + +msgid "no data" +msgstr "Keine Daten" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" +"Skript nicht gefunden oder nicht ausführbar. - Beispiel: 'Pfad/zum/Skript.sh'" + +msgid "nslookup can not resolve host" +msgstr "nslookup kann den Namen nicht auflösen" + +msgid "or" +msgstr "oder" + +msgid "or greater" +msgstr "oder größer" + +msgid "please disable" +msgstr "Bitte deaktivieren" + +msgid "please remove entry" +msgstr "Bitte Eintrag entfernen" + +msgid "please select 'IPv4' address version" +msgstr "Bitte 'IPv4' Adressversion auswählen" + +msgid "please select 'IPv4' address version in" +msgstr "Bitte 'IPv4' Adressversion auswählen in den" + +msgid "proxy port missing" +msgstr "Proxy-Port fehlt" + +msgid "required" +msgstr "erforderlich" + +msgid "seconds" +msgstr "Sekunden" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" +"um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)" + +msgid "unknown error" +msgstr "Unbekannter Fehler" + +msgid "unspecific error" +msgstr "Unspezifischer Fehler" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "verwende Rechnername, FQDN, IPv4- oder IPv6-Adresse" diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po new file mode 100644 index 000000000..bf12b2395 --- /dev/null +++ b/applications/luci-app-ddns/po/el/ddns.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-03-18 17:08+0200\n" +"Last-Translator: Vasilis <acinonyx@openwrt.gr>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Check for changed IP every" +msgstr "Έλεγχος για αλλαγή IP κάθε" + +msgid "Check-time unit" +msgstr "Μονάδα χρόνου ελέγχου" + +msgid "Custom update-URL" +msgstr "Προσαρμοσμένο URL-ενημέρωσης" + +msgid "Dynamic DNS" +msgstr "Δυναμικό DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Το Δυναμικό DNS επιτρέπει στον δρομολογητή σας να είναι προσβάσιμος μέσω " +"ενός σταθερού ονόματος υπολογιστή παρόλο που η διεύθυνση IP του μπορεί να " +"αλλάζει δυναμικά." + +msgid "Enable" +msgstr "Ενεργοποίηση" + +msgid "Force update every" +msgstr "Εξαναγκασμός ενημέρωσης κάθε" + +#, fuzzy +msgid "Force-time unit" +msgstr "Μονάδα χρόνου εξαναγκαστικής ενημέρωσης" + +msgid "Hostname" +msgstr "Όνομα υπολογιστή" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "Network" +msgstr "Δίκτυο" + +msgid "Password" +msgstr "Κωδικός πρόσβασης" + +msgid "Service" +msgstr "Υπηρεσία" + +#, fuzzy +msgid "Source of IP address" +msgstr "Πηγή της διεύθυνσης IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Όνομα χρήστη" + +msgid "custom" +msgstr "προσαρμοσμένο" + +# Hours +msgid "h" +msgstr "ω" + +msgid "interface" +msgstr "διεπαφή" + +# Minutes (not minimum) +msgid "min" +msgstr "λεπτά" + +msgid "network" +msgstr "δίκτυο" + +#, fuzzy +#~ msgid "ddns_service_updateurl" +#~ msgstr "Προσαρμογή URL ενημέρωσης" diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po new file mode 100644 index 000000000..66f199ff8 --- /dev/null +++ b/applications/luci-app-ddns/po/en/ddns.po @@ -0,0 +1,88 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Check for changed IP every" +msgstr "Check for changed IP every" + +msgid "Check-time unit" +msgstr "Check-time unit" + +msgid "Custom update-URL" +msgstr "Custom update-URL" + +msgid "Dynamic DNS" +msgstr "Dynamic DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." + +msgid "Enable" +msgstr "Enable" + +msgid "Force update every" +msgstr "Force update every" + +msgid "Force-time unit" +msgstr "Force-time unit" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Interface" +msgstr "Interface" + +msgid "Network" +msgstr "Network" + +msgid "Password" +msgstr "Password" + +msgid "Service" +msgstr "Service" + +msgid "Source of IP address" +msgstr "Source of IP address" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Username" + +msgid "custom" +msgstr "custom" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interface" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "network" + +#~ msgid "Event interface" +#~ msgstr "Event interface" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "On which interface up should start the ddns script process." diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po new file mode 100644 index 000000000..2eb721016 --- /dev/null +++ b/applications/luci-app-ddns/po/es/ddns.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-01 23:37+0200\n" +"Last-Translator: José Vicente <josevteg@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Verificar cambios de IP cada" + +msgid "Check-time unit" +msgstr "Unidad de tiempo" + +msgid "Custom update-URL" +msgstr "URL de actualización personalizada" + +msgid "Dynamic DNS" +msgstr "DNS dinámico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS Dinámico le permite conectar a su router con un nombre concreto aunque " +"su dirección IP cambie dinámicamente." + +msgid "Enable" +msgstr "Activar" + +msgid "Force update every" +msgstr "Forzar actualización cada" + +msgid "Force-time unit" +msgstr "Unidad de tiempo" + +msgid "Hostname" +msgstr "Nombre de máquina" + +msgid "Interface" +msgstr "Interfaz" + +msgid "Network" +msgstr "Red" + +msgid "Password" +msgstr "Contraseña" + +msgid "Service" +msgstr "Servicio" + +msgid "Source of IP address" +msgstr "Dirección IP de origen" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Nombre de usuario" + +msgid "custom" +msgstr "personalizado" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interfaz" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "red" + +#~ msgid "Event interface" +#~ msgstr "Interfaz de eventos" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Tras qué interfaz debe arrancar ddns." diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po new file mode 100644 index 000000000..13615a8e7 --- /dev/null +++ b/applications/luci-app-ddns/po/fr/ddns.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-06 13:19+0200\n" +"Last-Translator: hogsim <hogsim@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Vérifier si l'adresse IP a changé toutes les" + +msgid "Check-time unit" +msgstr "Unité de temps pour la vérification" + +msgid "Custom update-URL" +msgstr "URL de mise à jour personnalisée" + +msgid "Dynamic DNS" +msgstr "DNS Dynamique" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Le DNS Dynamique permet au routeur d'être joint avec un nom d'hôte fixe bien " +"que changeant dynamiquement d'adresse IP." + +msgid "Enable" +msgstr "Activer" + +msgid "Force update every" +msgstr "Vérification forcée toutes les" + +msgid "Force-time unit" +msgstr "Unité de temps pour la vérification forcée" + +msgid "Hostname" +msgstr "Nom d'hôte" + +msgid "Interface" +msgstr "Interface" + +msgid "Network" +msgstr "Réseau" + +msgid "Password" +msgstr "Mot de passe" + +msgid "Service" +msgstr "Service" + +msgid "Source of IP address" +msgstr "Source de l'adresse IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Nom d'utilisateur" + +msgid "custom" +msgstr "personnalisé" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interface" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "réseau" + +#~ msgid "Event interface" +#~ msgstr "Événement sur l'interface" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Sur quelle interface devrait démarrer le processus du script ddns." diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po new file mode 100644 index 000000000..8c23c090e --- /dev/null +++ b/applications/luci-app-ddns/po/he/ddns.po @@ -0,0 +1,87 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-09-10 04:26+0200\n" +"Last-Translator: Snoof <sagim9@gmail.com>\n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "בצע בדיקה ל- IP שהתחלף כל" + +msgid "Check-time unit" +msgstr "בדוק-יחידת זמן" + +#, fuzzy +msgid "Custom update-URL" +msgstr "עדכן URL באופן ידני" + +msgid "Dynamic DNS" +msgstr "DNS דינאמי" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"שירות DDNS מאפשר גישה לנתב שלך ע\"י שם דומיין קבוע, בעוד כתובת ה- IP שלך " +"משתנה באופן דינמי." + +msgid "Enable" +msgstr "אפשר" + +msgid "Force update every" +msgstr "אלץ עדכון כל" + +#, fuzzy +msgid "Force-time unit" +msgstr "יחידת זמן של אילוץ" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "ממשק" + +msgid "Network" +msgstr "רשת" + +msgid "Password" +msgstr "סיסמא" + +msgid "Service" +msgstr "שירות" + +msgid "Source of IP address" +msgstr "מקור כתובת IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "שם משתמש" + +msgid "custom" +msgstr "מותאם אישית" + +# Hours +msgid "h" +msgstr "ש'" + +msgid "interface" +msgstr "ממשק" + +# Minutes (not minimum) +msgid "min" +msgstr "דק'" + +msgid "network" +msgstr "רשת" diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po new file mode 100644 index 000000000..561b61634 --- /dev/null +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -0,0 +1,91 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-01-28 13:49+0200\n" +"Last-Translator: Gábor <vargalex@freemail.hu>\n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "IP-cím változás ellenőrzése minden" + +msgid "Check-time unit" +msgstr "Időegység" + +msgid "Custom update-URL" +msgstr "Egyéni update-URL" + +msgid "Dynamic DNS" +msgstr "Dinamikus DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"A dinamikus DNS lehetővé teszi, hogy a routere elérhető legyen egy fix host " +"névvel akkor is ha dinamikusan változó IP címmel rendelkezik." + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Force update every" +msgstr "Frissítés erőltetése minden" + +msgid "Force-time unit" +msgstr "Időegység" + +msgid "Hostname" +msgstr "Hostnév" + +msgid "Interface" +msgstr "Interfész" + +msgid "Network" +msgstr "Hálózat" + +msgid "Password" +msgstr "Jelszó" + +msgid "Service" +msgstr "Szervíz" + +msgid "Source of IP address" +msgstr "Az IP cím forrása" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Felhasználónév" + +msgid "custom" +msgstr "egyéni" + +# Hours +msgid "h" +msgstr "óra" + +msgid "interface" +msgstr "interfész" + +# Minutes (not minimum) +msgid "min" +msgstr "perc" + +msgid "network" +msgstr "hálózat" + +#~ msgid "Event interface" +#~ msgstr "Esemény interfész" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Melyik interfész indulása váltsa ki a ddns script indítását." diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po new file mode 100644 index 000000000..9b16f3991 --- /dev/null +++ b/applications/luci-app-ddns/po/it/ddns.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-02-03 13:53+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Controlla se cambia l'IP ogni" + +msgid "Check-time unit" +msgstr "Check-time unit" + +msgid "Custom update-URL" +msgstr "URL di aggiornamento personalizzato" + +msgid "Dynamic DNS" +msgstr "DNS Dinamico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS Dinamico permette al tuo router di essere raggiunto con un indirizzo " +"statico anche nel caso in cui tu disponga di un indirizzo IP dinamico." + +msgid "Enable" +msgstr "Abilita" + +msgid "Force update every" +msgstr "Forza aggiornamento ogni" + +msgid "Force-time unit" +msgstr "Unità di tempo per l'aggiornamento" + +msgid "Hostname" +msgstr "Nome Host" + +msgid "Interface" +msgstr "Interfaccia" + +msgid "Network" +msgstr "Rete" + +msgid "Password" +msgstr "Password" + +msgid "Service" +msgstr "Servizio" + +msgid "Source of IP address" +msgstr "Origine dell'indirizzo IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Nome Utente" + +msgid "custom" +msgstr "personalizzato" + +# Hours +msgid "h" +msgstr "o" + +msgid "interface" +msgstr "interfaccia" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "rete" + +#~ msgid "Event interface" +#~ msgstr "Evento interfaccia" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Su quale interfaccia dovrebbe iniziare il processo di script DDNS." diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po new file mode 100644 index 000000000..66aff8ca4 --- /dev/null +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-10-05 17:19+0200\n" +"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "IPアドレスが変化したかチェックを行う間隔" + +msgid "Check-time unit" +msgstr "チェックの時間単位" + +msgid "Custom update-URL" +msgstr "手動アップデート-URL" + +msgid "Dynamic DNS" +msgstr "ダイナミックDNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"ダイナミックDNSを使用することで、IPアドレスが変更されても固定のホスト名を使っ" +"てルーターにアクセスすることができます。" + +msgid "Enable" +msgstr "有効" + +msgid "Force update every" +msgstr "強制的にアップデートを行う間隔" + +msgid "Force-time unit" +msgstr "アップデートの時間単位" + +msgid "Hostname" +msgstr "ホスト名" + +msgid "Interface" +msgstr "インターフェース" + +msgid "Network" +msgstr "ネットワーク" + +msgid "Password" +msgstr "パスワード" + +msgid "Service" +msgstr "サービス" + +msgid "Source of IP address" +msgstr "送信元IPアドレス" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "ユーザー名" + +msgid "custom" +msgstr "手動設定" + +# Hours +msgid "h" +msgstr "時" + +msgid "interface" +msgstr "インターフェース" + +# Minutes (not minimum) +msgid "min" +msgstr "分" + +msgid "network" +msgstr "ネットワーク" + +#~ msgid "Event interface" +#~ msgstr "イベントインターフェース" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "どのインターフェースが起動した際にddnsスクリプトを開始するか設定してください。" diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po new file mode 100644 index 000000000..7404e255c --- /dev/null +++ b/applications/luci-app-ddns/po/ms/ddns.po @@ -0,0 +1,81 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2010-04-02 13:44+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Check for changed IP every" +msgstr "" + +msgid "Check-time unit" +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Force update every" +msgstr "" + +msgid "Force-time unit" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Service" +msgstr "" + +msgid "Source of IP address" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "custom" +msgstr "" + +# Hours +msgid "h" +msgstr "" + +msgid "interface" +msgstr "" + +# Minutes (not minimum) +msgid "min" +msgstr "" + +msgid "network" +msgstr "" diff --git a/applications/luci-app-ddns/po/no/ddns.po b/applications/luci-app-ddns/po/no/ddns.po new file mode 100644 index 000000000..50b313a19 --- /dev/null +++ b/applications/luci-app-ddns/po/no/ddns.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy <lars.hardy@gmail.com>\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Check for changed IP every" +msgstr "Undersøk om IP er endret hver" + +msgid "Check-time unit" +msgstr "Tidsenhet" + +msgid "Custom update-URL" +msgstr "Egendefinert oppdaterings-URL" + +msgid "Dynamic DNS" +msgstr "Dynamisk DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamisk DNS tillater at enheten kan kontaktes ved hjelp av et fast " +"vertsnavn, uavhengig av om IP adressen endres dynamisk." + +msgid "Enable" +msgstr "Aktiver" + +msgid "Force update every" +msgstr "Tving oppdatering hver" + +msgid "Force-time unit" +msgstr "Tidsenhet" + +msgid "Hostname" +msgstr "Vertsnavn" + +msgid "Interface" +msgstr "Grensesnitt" + +msgid "Network" +msgstr "Nettverk" + +msgid "Password" +msgstr "Passord" + +msgid "Service" +msgstr "Tjeneste" + +msgid "Source of IP address" +msgstr "Kilden til IP adresse" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Brukernavn" + +msgid "custom" +msgstr "egendefinert" + +msgid "h" +msgstr "timer" + +msgid "interface" +msgstr "grensesnitt" + +msgid "min" +msgstr "minutter" + +msgid "network" +msgstr "nettverk" diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po new file mode 100644 index 000000000..390978304 --- /dev/null +++ b/applications/luci-app-ddns/po/pl/ddns.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-01-06 13:08+0200\n" +"Last-Translator: obsy <cezary@eko.one.pl>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Sprawdzaj zmiany adresu IP co" + +msgid "Check-time unit" +msgstr "Jednostka czasu sprawdzania" + +msgid "Custom update-URL" +msgstr "Niestandardowy adres aktualizacyjny" + +msgid "Dynamic DNS" +msgstr "Dynamiczny DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamiczny DNS umożliwia dostęp do routera z użyciem stałej nazwy hosta, " +"pomimo posiadania dynamicznie zmieniającego się adresu IP." + +msgid "Enable" +msgstr "Włącz" + +msgid "Force update every" +msgstr "Wymuszaj aktualizację co" + +msgid "Force-time unit" +msgstr "Jednostka czasu wymuszania" + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "Interface" +msgstr "Interfejs" + +msgid "Network" +msgstr "Sieć" + +msgid "Password" +msgstr "Hasło" + +msgid "Service" +msgstr "Usługa" + +msgid "Source of IP address" +msgstr "Źródło adresu IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Nazwa użytkownika" + +msgid "custom" +msgstr "niestandardowe" + +# Hours +msgid "h" +msgstr "godz." + +msgid "interface" +msgstr "interfejs" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "sieć" + +#~ msgid "Event interface" +#~ msgstr "Interfejs" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Określa interfejs na którym zostanie uruchomiony skrypt ddns." diff --git a/applications/luci-app-ddns/po/pt-br/ddns.po b/applications/luci-app-ddns/po/pt-br/ddns.po new file mode 100644 index 000000000..49fa5ceed --- /dev/null +++ b/applications/luci-app-ddns/po/pt-br/ddns.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-03 07:02+0200\n" +"Last-Translator: Luiz Angelo <luizluca@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Verifique por alterações no endereço IP a cada" + +msgid "Check-time unit" +msgstr "Unidade de tempo para verificação" + +msgid "Custom update-URL" +msgstr "URL para atualização personalizada" + +msgid "Dynamic DNS" +msgstr "DNS Dinâmico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"O DNS dinâmico permite que o seu roteador possa ser encontrado a partir de " +"um nome fixo, mesmo usando um Endereço IP dinâmico." + +msgid "Enable" +msgstr "Habilitar" + +msgid "Force update every" +msgstr "Forçar atualização a cada" + +msgid "Force-time unit" +msgstr "Unidade de tempo para atualização forçada" + +msgid "Hostname" +msgstr "Nome do computador" + +msgid "Interface" +msgstr "Interface" + +msgid "Network" +msgstr "Rede" + +msgid "Password" +msgstr "Senha" + +msgid "Service" +msgstr "Serviço" + +msgid "Source of IP address" +msgstr "Origem do Endereço IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Usuário" + +msgid "custom" +msgstr "personalizado" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interface" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "rede" + +#~ msgid "Event interface" +#~ msgstr "Interface de eventos" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "Na subida de qual interface que o processo do script ddns deve ser iniciado" diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po new file mode 100644 index 000000000..748097e52 --- /dev/null +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -0,0 +1,93 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-05-31 23:52+0200\n" +"Last-Translator: joao.f.vieira <joao.f.vieira@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Intervalo para verificação de alteração do endereço IP" + +#, fuzzy +msgid "Check-time unit" +msgstr "Unidade de tempo para verificação" + +#, fuzzy +msgid "Custom update-URL" +msgstr "URL para actualização personalizada" + +msgid "Dynamic DNS" +msgstr "DNS Dinâmico" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"O DNS dinâmico permite que o seu router possa ser encontrado a partir de um " +"hostname fixo, mesmo usando um Endereço IP dinâmico." + +msgid "Enable" +msgstr "Ativar" + +msgid "Force update every" +msgstr "Forçar actualização a cada" + +#, fuzzy +msgid "Force-time unit" +msgstr "Unidade de tempo para actualização forçada" + +msgid "Hostname" +msgstr "Nome de Host" + +msgid "Interface" +msgstr "Interface" + +msgid "Network" +msgstr "Rede" + +msgid "Password" +msgstr "Password" + +msgid "Service" +msgstr "Serviço" + +msgid "Source of IP address" +msgstr "Origem do Endereço IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Nome de Utilizador" + +msgid "custom" +msgstr "personalizado" + +# Hours +msgid "h" +msgstr "h" + +msgid "interface" +msgstr "interface" + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +msgid "network" +msgstr "rede" + +#~ msgid "Event interface" +#~ msgstr "Interface do evento" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Em que interface deve ser iniciado o script para o processo de ddns." diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po new file mode 100644 index 000000000..535b21ed7 --- /dev/null +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -0,0 +1,92 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-09-25 19:11+0200\n" +"Last-Translator: Mihai <WyRwSyK@gmail.com>\n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Verifica pentru adresa IP schimbata la fiecare" + +msgid "Check-time unit" +msgstr "Unitatea de verificare timp" + +msgid "Custom update-URL" +msgstr "Adresa particularizata de actualizare" + +msgid "Dynamic DNS" +msgstr "DNS dinamic" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS-ul dinamic permite accesarea routerului printr-un nume dns fix legat de " +"adresa dinamic IP." + +msgid "Enable" +msgstr "Activeaza" + +msgid "Force update every" +msgstr "Forteaza actualizarea la fiecare" + +msgid "Force-time unit" +msgstr "Unitatea de timp la fortare actualizare" + +msgid "Hostname" +msgstr "Nume host" + +msgid "Interface" +msgstr "Interfata" + +msgid "Network" +msgstr "Retea" + +msgid "Password" +msgstr "Parola" + +msgid "Service" +msgstr "Serviciu" + +msgid "Source of IP address" +msgstr "Sursa adresei IP" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Utilizator" + +msgid "custom" +msgstr "particularizat" + +# Hours +msgid "h" +msgstr "ore" + +msgid "interface" +msgstr "interfata" + +# Minutes (not minimum) +msgid "min" +msgstr "minut(e)" + +msgid "network" +msgstr "retea" + +#~ msgid "Event interface" +#~ msgstr "Interfata eveniment" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Pe care interfata trebuie sa porneasca scriptul ddns" diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po new file mode 100644 index 000000000..eda11d819 --- /dev/null +++ b/applications/luci-app-ddns/po/ru/ddns.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: ddns\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-01 21:54+0300\n" +"Last-Translator: Roman A. aka BasicXP <x12ozmouse@ya.ru>\n" +"Language-Team: Russian <x12ozmouse@ya.ru>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Check for changed IP every" +msgstr "Проверять, изменился ли IP адрес каждые" + +msgid "Check-time unit" +msgstr "Единица измерения проверки" + +msgid "Custom update-URL" +msgstr "Пользовательский URL обновления" + +msgid "Dynamic DNS" +msgstr "Динамический DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Динамический DNS позволяет вашему маршрутизатору иметь постоянное доменное " +"имя при динамическом IP-адресе." + +msgid "Enable" +msgstr "Включить" + +msgid "Force update every" +msgstr "Принудительно обновлять каждые" + +msgid "Force-time unit" +msgstr "Единица измерения обновления" + +msgid "Hostname" +msgstr "Имя хоста" + +msgid "Interface" +msgstr "Интерфейс" + +msgid "Network" +msgstr "Сеть" + +msgid "Password" +msgstr "Пароль" + +msgid "Service" +msgstr "Сервис" + +msgid "Source of IP address" +msgstr "Источник IP-адреса" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Имя пользователя" + +msgid "custom" +msgstr "пользовательский" + +# Hours +msgid "h" +msgstr "ч" + +msgid "interface" +msgstr "интерфейс" + +# Minutes (not minimum) +msgid "min" +msgstr "мин" + +msgid "network" +msgstr "сеть" + +#~ msgid "Event interface" +#~ msgstr "Интерфейс события" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "При включении какого интерфейса должен запускаться процесс скрипта DDNS." diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po new file mode 100644 index 000000000..a3e29c635 --- /dev/null +++ b/applications/luci-app-ddns/po/sk/ddns.po @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Check for changed IP every" +msgstr "" + +msgid "Check-time unit" +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Force update every" +msgstr "" + +msgid "Force-time unit" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Service" +msgstr "" + +msgid "Source of IP address" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "custom" +msgstr "" + +msgid "h" +msgstr "" + +msgid "interface" +msgstr "" + +msgid "min" +msgstr "" + +msgid "network" +msgstr "" diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po new file mode 100644 index 000000000..0c6e46f66 --- /dev/null +++ b/applications/luci-app-ddns/po/sv/ddns.po @@ -0,0 +1,75 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Check for changed IP every" +msgstr "" + +msgid "Check-time unit" +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Force update every" +msgstr "" + +msgid "Force-time unit" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Service" +msgstr "" + +msgid "Source of IP address" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "custom" +msgstr "" + +msgid "h" +msgstr "" + +msgid "interface" +msgstr "" + +msgid "min" +msgstr "" + +msgid "network" +msgstr "" diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot new file mode 100644 index 000000000..0f7720094 --- /dev/null +++ b/applications/luci-app-ddns/po/templates/ddns.pot @@ -0,0 +1,489 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "&" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +"<br />If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Check for changed IP every" +msgstr "" + +msgid "Check-time unit" +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.<br /" +">This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.<br /" +">You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "Event interface" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link<br />You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Force update every" +msgstr "" + +msgid "Force-time unit" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system<br />Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support<br />or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.<br />Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "" +"Interval to check for changed IP<br />Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider<br />Setting this parameter " +"to 0 will force the script to only run once<br />Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "Old version of ddns-scripts installed" +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Service" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Source of IP address" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.<br />Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "custom" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "h" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "install update here" +msgstr "" + +msgid "interface" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "min" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "network" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po new file mode 100644 index 000000000..0d0e97eeb --- /dev/null +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -0,0 +1,84 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-11-25 14:27+0200\n" +"Last-Translator: qbilay <qbilay@mynet.com>\n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "" + +msgid "Check-time unit" +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Force update every" +msgstr "" + +msgid "Force-time unit" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "Arabirim" + +msgid "Network" +msgstr "Ağ" + +msgid "Password" +msgstr "Parola" + +msgid "Service" +msgstr "Servis" + +msgid "Source of IP address" +msgstr "Ip adresi kaynağı" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "Kullanıcı adı" + +msgid "custom" +msgstr "" + +# Hours +msgid "h" +msgstr "" + +# "arayüz" olarakta kullanılabilir. +msgid "interface" +msgstr "arabirim" + +# Minutes (not minimum) +msgid "min" +msgstr "" + +msgid "network" +msgstr "ağ" diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po new file mode 100644 index 000000000..ba94cdfff --- /dev/null +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -0,0 +1,92 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-12-29 12:47+0200\n" +"Last-Translator: Yurii <yuripet@gmail.com>\n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "Перевіряти, чи змінилася IP-адреса кожні" + +msgid "Check-time unit" +msgstr "Одиниця часу перевірки" + +msgid "Custom update-URL" +msgstr "Користувацький URL оновлення" + +msgid "Dynamic DNS" +msgstr "Динамічний DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Динамічний DNS дозволяє вашому маршрутизатору бути доступним за фіксованим " +"доменним ім'ям, маючи динамічну IP-адресу." + +msgid "Enable" +msgstr "Увімкнути" + +msgid "Force update every" +msgstr "Примусово оновлювати кожні" + +msgid "Force-time unit" +msgstr "Одиниця часу оновлення" + +msgid "Hostname" +msgstr "Ім'я вузла" + +msgid "Interface" +msgstr "Інтерфейс" + +msgid "Network" +msgstr "Мережа" + +msgid "Password" +msgstr "Пароль" + +msgid "Service" +msgstr "Сервіс" + +msgid "Source of IP address" +msgstr "Джерело IP-адреси" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "Ім'я користувача" + +msgid "custom" +msgstr "користувацький" + +# Hours +msgid "h" +msgstr "г" + +msgid "interface" +msgstr "інтерфейс" + +# Minutes (not minimum) +msgid "min" +msgstr "хв" + +msgid "network" +msgstr "мережа" + +#~ msgid "Event interface" +#~ msgstr "Інтерфейс події" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "При вмиканні якого інтерфейсу має запускатися процес скрипта DDNS." diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po new file mode 100644 index 000000000..d8fa832a0 --- /dev/null +++ b/applications/luci-app-ddns/po/vi/ddns.po @@ -0,0 +1,89 @@ +# ddns.pot +# generated from ./applications/luci-ddns/luasrc/i18n/ddns.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2009-08-12 18:06+0200\n" +"Last-Translator: Hong Phuc Dang <dhppat@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Check for changed IP every" +msgstr "Kiểm tra mỗi thay đổi IP" + +#, fuzzy +msgid "Check-time unit" +msgstr "Đơn vị kiểm tra thời gian" + +#, fuzzy +msgid "Custom update-URL" +msgstr "Tùy chỉnh cập nhật - URL" + +msgid "Dynamic DNS" +msgstr "Dynamic DNS" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamic DNS cho phép bộ định tuyến có thể được đạt đến với một hostname cố " +"định, trong khi có một địa chỉ AP thay đổi năng động." + +msgid "Enable" +msgstr "" + +msgid "Force update every" +msgstr "Buộc cập nhật mỗi" + +#, fuzzy +msgid "Force-time unit" +msgstr "Force-đơn vị thời gian" + +msgid "Hostname" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Service" +msgstr "" + +#, fuzzy +msgid "Source of IP address" +msgstr "Nguồn của địa chỉ IP" + +msgid "URL" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "custom" +msgstr "" + +# Hours +msgid "h" +msgstr "" + +msgid "interface" +msgstr "" + +# Minutes (not minimum) +msgid "min" +msgstr "" + +msgid "network" +msgstr "" diff --git a/applications/luci-app-ddns/po/zh-cn/ddns.po b/applications/luci-app-ddns/po/zh-cn/ddns.po new file mode 100644 index 000000000..ad4cbaddc --- /dev/null +++ b/applications/luci-app-ddns/po/zh-cn/ddns.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-10-08 15:59+0200\n" +"Last-Translator: Tanyingyu <Tanyingyu@163.com>\n" +"Language-Team: QQ Group 75543259\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "检查IP变动的时间间隔" + +msgid "Check-time unit" +msgstr "时间单位" + +msgid "Custom update-URL" +msgstr "更新的URL" + +msgid "Dynamic DNS" +msgstr "动态DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"动态DNS允许为主机配置一个固定的可访问域名, 但该域名对应的IP可以是动态的." + +msgid "Enable" +msgstr "启用" + +msgid "Force update every" +msgstr "强制更新间隔" + +msgid "Force-time unit" +msgstr "强制更新的时间单位" + +msgid "Hostname" +msgstr "主机名" + +msgid "Interface" +msgstr "接口" + +msgid "Network" +msgstr "网络" + +msgid "Password" +msgstr "密码" + +msgid "Service" +msgstr "服务提供商" + +msgid "Source of IP address" +msgstr "IP地址来源" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "用户名" + +msgid "custom" +msgstr "自定义" + +# Hours +msgid "h" +msgstr "时" + +msgid "interface" +msgstr "接口" + +# Minutes (not minimum) +msgid "min" +msgstr "分" + +msgid "network" +msgstr "网络" + +#~ msgid "Event interface" +#~ msgstr "事件触发接口" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "在哪个接口启动DDNS脚本进程。" diff --git a/applications/luci-app-ddns/po/zh-tw/ddns.po b/applications/luci-app-ddns/po/zh-tw/ddns.po new file mode 100644 index 000000000..96037c693 --- /dev/null +++ b/applications/luci-app-ddns/po/zh-tw/ddns.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-07 15:53+0200\n" +"Last-Translator: Ethan <ethan42411@gmail.com>\n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Check for changed IP every" +msgstr "檢查IP變動的時間間隔" + +msgid "Check-time unit" +msgstr "時間單位" + +msgid "Custom update-URL" +msgstr "自訂更新的URL" + +msgid "Dynamic DNS" +msgstr "動態DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"動態DNS允許為主機配置一個固定的網域名稱,但該網路名稱卻是對應到動態的IP位置" + +msgid "Enable" +msgstr "啟用" + +msgid "Force update every" +msgstr "強制更新間隔" + +msgid "Force-time unit" +msgstr "強制更新的時間單位" + +msgid "Hostname" +msgstr "主機名稱" + +msgid "Interface" +msgstr "界面" + +msgid "Network" +msgstr "網路" + +msgid "Password" +msgstr "密碼" + +msgid "Service" +msgstr "服務提供者" + +msgid "Source of IP address" +msgstr "IP位置來源" + +msgid "URL" +msgstr "URL" + +msgid "Username" +msgstr "使用者名稱" + +msgid "custom" +msgstr "自訂" + +msgid "h" +msgstr "小時" + +msgid "interface" +msgstr "界面" + +msgid "min" +msgstr "分鐘" + +msgid "network" +msgstr "網路" + +#~ msgid "Event interface" +#~ msgstr "事件界面" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "介面應該啟用動態DNS指令程序" |