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

en translations

Signed-off-by: 's avatarIsaac (.ike) Levy <ike@blackskyresearch.net>
parent 69e2e31a
...@@ -89,347 +89,228 @@ msgstr "" ...@@ -89,347 +89,228 @@ msgstr ""
msgid "ERROR! ldap_get_groups() could not bind to server %s." msgid "ERROR! ldap_get_groups() could not bind to server %s."
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1056
src/etc/inc/auth.inc msgid ""
1056 "ERROR! ldap_backed() called with no LDAP authentication server defined. "
log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined. Defaulting to local user database. Visit System -> User Manager.")); "Defaulting to local user database. Visit System -> User Manager."
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1059
src/etc/inc/auth.inc msgid ""
1059 "ERROR! ldap_backed() called with no LDAP authentication server defined."
log_error(gettext("ERROR! ldap_backed() called with no LDAP authentication server defined."));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1077
src/etc/inc/auth.inc msgid "ERROR! Could not connect to server %s."
1077
log_error(sprintf(gettext("ERROR! Could not connect to server %s."), $ldapname));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1093
src/etc/inc/auth.inc msgid "ERROR! Could not bind to server %s."
1093
log_error(sprintf(gettext("ERROR! Could not bind to server %s."), $ldapname));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1127
src/etc/inc/auth.inc msgid "Search resulted in error %s"
1127
log_error(sprintf(gettext("Search resulted in error
%s"), ldap_error($ldap)));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1143
src/etc/inc/auth.inc msgid "ERROR! Either LDAP search failed, or multiple users were found."
1143
log_error(gettext("ERROR! Either LDAP search failed, or multiple users were found."));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1150
src/etc/inc/auth.inc msgid ""
1150 "ERROR! Could not login to server %1$s as user %2$s %3$s"
log_error(sprintf(gettext('ERROR! Could not login to server %1$s as user %2$s
%3$s'), $ldapname, $username, ldap_error($ldap)));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1245
src/etc/inc/auth.inc msgid "Local Database"
1245
return array("name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']);
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1260
src/etc/inc/auth.inc msgid "Local Database"
1260
$list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']);
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1350
src/etc/inc/auth.inc msgid "Successful login for user '%1$s' from %2$s"
1350
log_error(sprintf(gettext("Successful login for user '%1$s' from
%2$s"), $_POST['usernamefld'], $_SERVER['REMOTE_ADDR']));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1401
src/etc/inc/auth.inc msgid "Session timed out for user '%1$s' from %2$s"
1401
log_error(sprintf(gettext("Session timed out for user '%1$s' from
%2$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR']));
msgstr "" msgstr ""
#: #: src/etc/inc/auth.inc:1403
src/etc/inc/auth.inc msgid "User logged out for user '%1$s' from %2$s"
1403
log_error(sprintf(gettext("User logged out for user '%1$s' from
%2$s"), $_SESSION['Username'], $_SERVER['REMOTE_ADDR']));
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:66
src/etc/inc/authgui.inc msgid "No page assigned to this user! Click here to logout."
66
display_error_form("201", gettext("No page assigned to this user! Click here to logout."));
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:98
src/etc/inc/authgui.inc msgid "Error %1$s Description %2$s"
98
printf(gettext('Error
%1$s Description
%2$s'), $http_code, $desc);
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:150
src/etc/inc/authgui.inc msgid "unknown reason"
150
isset($_SESSION['Login_Error']) ? $login_error = $_SESSION['Login_Error']
$login_error = gettext("unknown reason");
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:151
src/etc/inc/authgui.inc msgid "Invalid login (%s)."
151
printf("showajaxmessage('" . gettext("Invalid login (%s).") . "')", $login_error);
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:156
src/etc/inc/authgui.inc msgid "This device is currently being maintained by %s."
156
printf("showajaxmessage('" . gettext("This device is currently being maintained by
%s.") . "');", $whom);
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:224
src/etc/inc/authgui.inc msgid "Login"
224
<title><?=gettext("Login"); ?></title>
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:238
src/etc/inc/authgui.inc msgid ""
238 "You are accessing this router by an IP address not configured locally, "
print_info_box(gettext("You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means. <br /><br />If you did not setup this forwarding, you may be the target of a man-in-the-middle attack.")); "which may be forwarded by NAT or other means. <br /><br />If you did not "
"setup this forwarding, you may be the target of a man-in-the-middle attack."
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:258
src/etc/inc/authgui.inc msgid "Username"
258
<label for="usernamefld"><?=gettext("Username
"); ?></label>
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:263
src/etc/inc/authgui.inc msgid "Password"
263
<label for="passwordfld"><?=gettext("Password
"); ?></label>
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:269
src/etc/inc/authgui.inc msgid "Login"
269
<button type="submit" name="login" class="btn btn-primary pull-right"><?=gettext("Login"); ?></button>
msgstr "" msgstr ""
#: #: src/etc/inc/authgui.inc:276
src/etc/inc/authgui.inc msgid "Your browser must support cookies to login."
276
<?= gettext("Your browser must support cookies to login."); ?>
msgstr "" msgstr ""
#: #: src/etc/inc/captiveportal.inc:1098
src/etc/inc/captiveportal.inc msgid "Error cannot open '%s' in captiveportal_write_elements()%s"
1098
printf(gettext("Error
cannot open '%s' in captiveportal_write_elements()%s"), $data['name'], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:47
src/etc/inc/config.console.inc msgid "DANGER! WARNING! ACHTUNG!"
47
echo gettext("DANGER! WARNING! ACHTUNG!") . "nn";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:48
src/etc/inc/config.console.inc msgid "%s requires *AT LEAST* %s RAM to function correctly.%s"
48
printf(gettext("%s requires *AT LEAST* %s RAM to function correctly.%s"), $g['product_name'], $g['minimum_ram_warning_text'], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:49
src/etc/inc/config.console.inc msgid "Only (%s) MB RAM has been detected, with (%s) available to %s.%s"
49
printf(gettext("Only (%s) MB RAM has been detected, with (%s) available to %s.%s"), $realmem, $physmem, $g['product_name'], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:50
src/etc/inc/config.console.inc msgid "Press ENTER to continue."
50
echo "n" . gettext("Press ENTER to continue.") . " ";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:73
src/etc/inc/config.console.inc msgid "No interfaces found!"
73
echo gettext("No interfaces found!") . "n";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:171
src/etc/inc/config.console.inc msgid "VLAN interfaces"
171
echo "nn" . gettext("VLAN interfaces
") . "nn";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:190
src/etc/inc/config.console.inc msgid "Enter the WAN interface name or 'a' for auto-detection"
190
echo "n" . gettext("Enter the WAN interface name or 'a' for auto-detection
") . " ";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:198
src/etc/inc/config.console.inc msgid "%sInvalid interface name '%s'%s"
198
printf(gettext("%sInvalid interface name '%s'%s"), "n", $wanif, "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:205
src/etc/inc/config.console.inc msgid "%sEnter the LAN interface name or 'a' for auto-detection %s"
205
printf(gettext("%sEnter the LAN interface name or 'a' for auto-detection %s" .
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:222
src/etc/inc/config.console.inc msgid "%sInvalid interface name '%s'%s"
222
printf(gettext("%sInvalid interface name '%s'%s"), "n", $lanif, "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:239
src/etc/inc/config.console.inc msgid "%sOptional interface %s description found %s"
239
printf(gettext("%sOptional interface %s description found
%s"), "n", $io, $config['interfaces']['opt' . $io]['descr']);
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:241
src/etc/inc/config.console.inc msgid "%sEnter the Optional %s interface name or 'a' for auto-detection%s"
241
printf(gettext("%sEnter the Optional %s interface name or 'a' for auto-detection%s" .
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:248
src/etc/inc/config.console.inc msgid "Optional"
248
$ad = autodetect_interface(gettext("Optional") . " " . $io, $fp);
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:254
src/etc/inc/config.console.inc msgid "%sInvalid interface name '%s'%s"
254
printf(gettext("%sInvalid interface name '%s'%s"), "n", $optif[$i], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:282
src/etc/inc/config.console.inc msgid "The interfaces will be assigned as follows"
282
echo "n" . gettext("The interfaces will be assigned as follows
") . "nn";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:396
src/etc/inc/config.console.inc msgid "%sWriting configuration..."
396
printf(gettext("%sWriting configuration..."), "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:398
src/etc/inc/config.console.inc msgid "done.%s"
398
printf(gettext("done.%s"), "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:405
src/etc/inc/config.console.inc msgid "One moment while we reload the settings..."
405
echo gettext("One moment while we reload the settings...");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:407
src/etc/inc/config.console.inc msgid " done!"
407
echo gettext(" done!") . "n";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:428
src/etc/inc/config.console.inc msgid "Detected link-up on interface %s.%s"
428
printf(gettext("Detected link-up on interface %s.%s"), $ifn, "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:433
src/etc/inc/config.console.inc msgid "No link-up detected.%s"
433
printf(gettext("No link-up detected.%s"), "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:467
src/etc/inc/config.console.inc msgid "VLAN Capable interfaces"
467
echo "nn" . gettext("VLAN Capable interfaces
") . "nn";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:469
src/etc/inc/config.console.inc msgid "No interfaces found!"
469
echo gettext("No interfaces found!") . "n";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:482
src/etc/inc/config.console.inc msgid "No VLAN capable interfaces detected."
482
echo gettext("No VLAN capable interfaces detected.") . "n";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:486
src/etc/inc/config.console.inc msgid ""
486 "Enter the parent interface name for the new VLAN (or nothing if finished)"
echo "n" . gettext("Enter the parent interface name for the new VLAN (or nothing if finished)
") . " ";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:492
src/etc/inc/config.console.inc msgid "%sInvalid interface name '%s'%s"
492
printf(gettext("%sInvalid interface name '%s'%s"), "n", $vlan['if'], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:499
src/etc/inc/config.console.inc msgid "Enter the VLAN tag (1-4094)"
499
echo gettext("Enter the VLAN tag (1-4094)
") . " ";
msgstr "" msgstr ""
#: #: src/etc/inc/config.console.inc:503
src/etc/inc/config.console.inc msgid "%sInvalid VLAN tag '%s'%s")
503
printf(gettext("%sInvalid VLAN tag '%s'%s"), "n", $vlan['tag'], "n");
msgstr "" msgstr ""
#: #: src/etc/inc/config.inc:62
src/etc/inc/config.inc msgid "Upgrading m0n0wall configuration to pfSense... "
62
log_error(gettext("Upgrading m0n0wall configuration to pfSense... "));
msgstr "" msgstr ""
#: #: src/etc/inc/config.inc:65
src/etc/inc/config.inc msgid "ERROR! Could not convert m0n0wall -> pfsense in config.xml"
65
log_error(gettext("ERROR! Could not convert m0n0wall -> pfsense in config.xml"));
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