Commit b3fb503f authored by Isaac (.ike) Levy's avatar Isaac (.ike) Levy

These are tricky, the appear to call php functions inside the translation.

Signed-off-by: 's avatarIsaac (.ike) Levy <ike@blackskyresearch.net>
parent fc320a57
...@@ -1123,17 +1123,12 @@ msgid "" ...@@ -1123,17 +1123,12 @@ msgid ""
"Could not display mobile user stats!" "Could not display mobile user stats!"
msgstr "" msgstr ""
#: #: src/etc/inc/meta.inc:68
src/etc/inc/meta.inc msgid "list_phpfiles unable to examine path %sn"
68
msgid "list_phpfiles
unable to examine path %sn"), $path);
msgstr "" msgstr ""
#: #: src/etc/inc/meta.inc:99
src/etc/inc/meta.inc msgid "unable to read %sn"
99
msgid "unable to read %sn"), $fpath);
msgstr "" msgstr ""
#: #:
...@@ -1143,62 +1138,39 @@ msgid "error ...@@ -1143,62 +1138,39 @@ msgid "error
tag mismatch ( %1$s != %2$s ) in '%3$s'%4$s"), $tagbeg, $tagend, $fpath, "n" tag mismatch ( %1$s != %2$s ) in '%3$s'%4$s"), $tagbeg, $tagend, $fpath, "n"
msgstr "" msgstr ""
#: #: src/etc/inc/meta.inc:143
src/etc/inc/meta.inc msgid "warning: tag %1$s has no data in '%2$s'%3$s"
143
msgid "warning
tag %1$s has no data in '%2$s'%3$s"), $tagbeg, $fpath, "n"
msgstr "" msgstr ""
#: #: src/etc/inc/meta.inc:163
src/etc/inc/meta.inc msgid "warning: tag %1$s has malformed data in '%2$s'%3$s"
163
msgid "warning
tag %1$s has malformed data in '%2$s'%3$s"), $tagbeg, $fpath, "n"
msgstr "" msgstr ""
#: #: src/etc/inc/meta.inc:185
src/etc/inc/meta.inc msgid "warning: tag %1$s has invalid data in '%2$s'%3$s"
185
msgid "warning
tag %1$s has invalid data in '%2$s'%3$s"), $tagbeg, $fpath, "n"
msgstr "" msgstr ""
#: #: src/etc/inc/notices.inc:62
src/etc/inc/notices.inc msgid "Could not open %s for writing"
62
msgid "Could not open %s for writing"), '/tmp/notices'
msgstr "" msgstr ""
#: #: src/etc/inc/notices.inc:323
src/etc/inc/notices.inc msgid "Message sent to %s OK"
323
msgid "Message sent to %s OK"), $to
msgstr "" msgstr ""
#: #: src/etc/inc/notices.inc:326
src/etc/inc/notices.inc msgid "Could not send the message to %1$s -- Error %2$s"
326
msgid "Could not send the message to %1$s -- Error
%2$s" $to, $smtp->error
msgstr "" msgstr ""
#: #: src/etc/inc/notices.inc:327
src/etc/inc/notices.inc msgid "Could not send the message to %1$s -- Error %2$s"
327
msgid "Could not send the message to %1$s -- Error
%2$s" $to, $smtp->error
msgstr "" msgstr ""
#: #: src/etc/inc/notices.inc:361
src/etc/inc/notices.inc msgid "sprintf("%s (%s) - Notification", $g['product_name'], $hostname)"
361
msgid "sprintf("%s (%s) - Notification", $g['product_name'], $hostname)), "{$message}"
msgstr "" msgstr ""
#: #: src/etc/inc/openvpn.inc:87
src/etc/inc/openvpn.inc
87
msgid "Peer to Peer ( SSL/TLS )" msgid "Peer to Peer ( SSL/TLS )"
msgstr "" msgstr ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment