]> git.ipfire.org Git - oddments/ddns.git/blob - po/ddns.pot
Remove some code duplication for guessing IP addresses.
[oddments/ddns.git] / po / ddns.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-06-11 00:13+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: ../src/ddns/__init__.py:139
21 msgid "Found no entries in the configuration file. Exiting."
22 msgstr ""
23
24 #: ../src/ddns/__init__.py:151
25 #, python-format
26 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
27 msgstr ""
28
29 #: ../src/ddns/__init__.py:156
30 #, python-format
31 msgid ""
32 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
33 "exception:"
34 msgstr ""
35
36 #: ../src/ddns/__init__.py:160
37 #, python-format
38 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
39 msgstr ""
40
41 #: ../src/ddns/providers.py:120
42 #, python-format
43 msgid "Updating %s forced"
44 msgstr ""
45
46 #: ../src/ddns/providers.py:124
47 #, python-format
48 msgid "%s is already up to date"
49 msgstr ""
50
51 #: ../src/ddns/providers.py:247
52 msgid "No valid FQDN was given."
53 msgstr ""
54
55 #: ../src/ddns/providers.py:249
56 msgid "Invalid hostname specified."
57 msgstr ""
58
59 #: ../src/ddns/providers.py:251
60 msgid "Hostname not marked as a dynamic host."
61 msgstr ""
62
63 #: ../src/ddns/providers.py:253
64 msgid "Invalid IP address has been sent."
65 msgstr ""
66
67 #: ../src/ddns/system.py:127
68 msgid "Request header:"
69 msgstr ""
70
71 #. Log response header.
72 #: ../src/ddns/system.py:135
73 msgid "Response header:"
74 msgstr ""