Merge branch 'master' into next

This commit is contained in:
Michael Tremer
2015-02-11 14:58:10 +01:00
11 changed files with 1989 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#usr/bin/downloadsource.sh
#usr/bin/execute-postinstall.sh
#usr/bin/start-networking.sh
#usr/bin/installer
#usr/bin/start-networking.sh
#usr/lib/dracut/modules.d/99installer
#usr/lib/dracut/modules.d/99installer/70-dhcpcd.exe
#usr/lib/dracut/modules.d/99installer/fake-root.sh
@@ -16,10 +16,13 @@
#usr/share/locale/es/LC_MESSAGES/installer.mo
#usr/share/locale/fa/LC_MESSAGES/installer.mo
#usr/share/locale/fr/LC_MESSAGES/installer.mo
#usr/share/locale/hr/LC_MESSAGES/installer.mo
#usr/share/locale/hu/LC_MESSAGES/installer.mo
#usr/share/locale/id/LC_MESSAGES/installer.mo
#usr/share/locale/it/LC_MESSAGES/installer.mo
#usr/share/locale/ja/LC_MESSAGES/installer.mo
#usr/share/locale/ja_JP/LC_MESSAGES/installer.mo
#usr/share/locale/jv/LC_MESSAGES/installer.mo
#usr/share/locale/km_KH/LC_MESSAGES/installer.mo
#usr/share/locale/nl/LC_MESSAGES/installer.mo
#usr/share/locale/pl/LC_MESSAGES/installer.mo
@@ -27,8 +30,12 @@
#usr/share/locale/pt_PT/LC_MESSAGES/installer.mo
#usr/share/locale/ro_RO/LC_MESSAGES/installer.mo
#usr/share/locale/ru/LC_MESSAGES/installer.mo
#usr/share/locale/ru_RU/LC_MESSAGES/installer.mo
#usr/share/locale/rw/LC_MESSAGES/installer.mo
#usr/share/locale/sk/LC_MESSAGES/installer.mo
#usr/share/locale/sq/LC_MESSAGES/installer.mo
#usr/share/locale/sr/LC_MESSAGES/installer.mo
#usr/share/locale/su/LC_MESSAGES/installer.mo
#usr/share/locale/sv/LC_MESSAGES/installer.mo
#usr/share/locale/th/LC_MESSAGES/installer.mo
#usr/share/locale/tk/LC_MESSAGES/installer.mo

View File

@@ -1,3 +1,63 @@
usr/bin/probenic.sh
usr/sbin/setup
usr/share/locale/ar/LC_MESSAGES/setup.mo
usr/share/locale/ca/LC_MESSAGES/setup.mo
#usr/share/locale/cs_CZ
#usr/share/locale/cs_CZ/LC_MESSAGES
usr/share/locale/cs_CZ/LC_MESSAGES/setup.mo
usr/share/locale/da/LC_MESSAGES/setup.mo
usr/share/locale/de/LC_MESSAGES/setup.mo
#usr/share/locale/el_GR
#usr/share/locale/el_GR/LC_MESSAGES
usr/share/locale/el_GR/LC_MESSAGES/setup.mo
usr/share/locale/es/LC_MESSAGES/setup.mo
usr/share/locale/fa/LC_MESSAGES/setup.mo
usr/share/locale/fr/LC_MESSAGES/setup.mo
usr/share/locale/hr/LC_MESSAGES/setup.mo
usr/share/locale/hu/LC_MESSAGES/setup.mo
usr/share/locale/id/LC_MESSAGES/setup.mo
usr/share/locale/it/LC_MESSAGES/setup.mo
usr/share/locale/ja/LC_MESSAGES/setup.mo
#usr/share/locale/ja_JP
#usr/share/locale/ja_JP/LC_MESSAGES
usr/share/locale/ja_JP/LC_MESSAGES/setup.mo
#usr/share/locale/jv
#usr/share/locale/jv/LC_MESSAGES
usr/share/locale/jv/LC_MESSAGES/setup.mo
#usr/share/locale/km_KH
#usr/share/locale/km_KH/LC_MESSAGES
usr/share/locale/km_KH/LC_MESSAGES/setup.mo
usr/share/locale/nl/LC_MESSAGES/setup.mo
usr/share/locale/pl/LC_MESSAGES/setup.mo
usr/share/locale/pt_BR/LC_MESSAGES/setup.mo
#usr/share/locale/pt_PT
#usr/share/locale/pt_PT/LC_MESSAGES
usr/share/locale/pt_PT/LC_MESSAGES/setup.mo
#usr/share/locale/ro_RO
#usr/share/locale/ro_RO/LC_MESSAGES
usr/share/locale/ro_RO/LC_MESSAGES/setup.mo
usr/share/locale/ru/LC_MESSAGES/setup.mo
#usr/share/locale/ru_RU
#usr/share/locale/ru_RU/LC_MESSAGES
usr/share/locale/ru_RU/LC_MESSAGES/setup.mo
usr/share/locale/rw/LC_MESSAGES/setup.mo
usr/share/locale/sk/LC_MESSAGES/setup.mo
usr/share/locale/sq/LC_MESSAGES/setup.mo
usr/share/locale/sr/LC_MESSAGES/setup.mo
#usr/share/locale/su
#usr/share/locale/su/LC_MESSAGES
usr/share/locale/su/LC_MESSAGES/setup.mo
usr/share/locale/sv/LC_MESSAGES/setup.mo
usr/share/locale/th/LC_MESSAGES/setup.mo
#usr/share/locale/tk
#usr/share/locale/tk/LC_MESSAGES
usr/share/locale/tk/LC_MESSAGES/setup.mo
usr/share/locale/tr/LC_MESSAGES/setup.mo
usr/share/locale/uk/LC_MESSAGES/setup.mo
#usr/share/locale/uz@Latn
#usr/share/locale/uz@Latn/LC_MESSAGES
usr/share/locale/uz@Latn/LC_MESSAGES/setup.mo
usr/share/locale/vi/LC_MESSAGES/setup.mo
#usr/share/locale/zh
#usr/share/locale/zh/LC_MESSAGES
usr/share/locale/zh/LC_MESSAGES/setup.mo

View File

@@ -24,11 +24,11 @@
include Config
VER = 3.14.31
VER = 3.14.32
RPI_PATCHES = 3.14.31-grsec-ipfire1
A7M_PATCHES = 3.14.31-grsec-ipfire1
GRS_PATCHES = grsecurity-3.0-3.14.31-201501310705.patch.xz
RPI_PATCHES = 3.14.32-grsec-ipfire1
A7M_PATCHES = 3.14.32-grsec-ipfire1
GRS_PATCHES = grsecurity-3.0-3.14.32-201502062101.patch.xz
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -77,10 +77,10 @@ rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).
arm7-multi-patches-$(A7M_PATCHES).patch.xz = $(URL_IPFIRE)/arm7-multi-patches-$(A7M_PATCHES).patch.xz
$(GRS_PATCHES) = $(URL_IPFIRE)/$(GRS_PATCHES)
$(DL_FILE)_MD5 = f37ac2b5675ac59e46103f81e5f31624
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 6c18ea5fb919e09e821b9b2018a7f93e
$(DL_FILE)_MD5 = 3178fb8f6f1eafcffdd730fec68754f8
rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 375dc501711ff3ffeffdfc9848675d26
arm7-multi-patches-$(A7M_PATCHES).patch.xz_MD5 = efcfe5889f120d879387dd4ebe881587
$(GRS_PATCHES)_MD5 = af534d3efa6926fa2d88d9dcaec8462f
$(GRS_PATCHES)_MD5 = c1565eb2a630a673f3ace31a6901e251
install : $(TARGET)
@@ -161,6 +161,9 @@ endif
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.2.33_ipg-fix-driver-name.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.27_mcs7830-fix-driver-name.patch
# r8169 L23 patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.32-r8169_disable_L23.patch
ifeq "$(KCFG)" "-kirkwood"
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.10-mv_cesa_disable_failing_hmac_sha1.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.14.22-kirkwood_legacy_boot.patch

View File

@@ -25,7 +25,7 @@ fi
case "${1}" in
start)
case `cat /proc/device-tree/model` in
case `cat /proc/device-tree/model 2>/dev/null` in
"Lamobo-R1")
#
# Lamobo R1 aka BPi R1 Routerboard

View File

@@ -7,10 +7,13 @@ el_GR
es
fa
fr
hr
hu
id
it
ja
ja_JP
jv
km_KH
nl
pl
@@ -18,8 +21,12 @@ pt_BR
pt_PT
ro_RO
ru
ru_RU
rw
sk
sq
sr
su
sv
th
tk

View File

@@ -0,0 +1,100 @@
From 77e3b7f055f824e4d6587faa73bd4aacd0c307e8 Mon Sep 17 00:00:00 2001
From: hayeswang <hayeswang@realtek.com>
Date: Wed, 9 Jul 2014 14:52:51 +0800
Subject: [PATCH] r8169: disable L23
For RTL8411, RTL8111G, RTL8402, RTL8105, and RTL8106, disable the feature
of entering the L2/L3 link state of the PCIe. When the nic starts the process
of entering the L2/L3 link state and the PCI reset occurs before the work
is finished, the work would be queued and continue after the next the PCI
reset occurs. This causes the device stays in L2/L3 link state, and the system
couldn't find the device.
Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
---
drivers/net/ethernet/realtek/r8169.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 3ff7bc3..b94f658 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -538,6 +538,7 @@ enum rtl_register_content {
MagicPacket = (1 << 5), /* Wake up when receives a Magic Packet */
LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */
Jumbo_En0 = (1 << 2), /* 8168 only. Reserved in the 8168b */
+ Rdy_to_L23 = (1 << 1), /* L23 Enable */
Beacon_en = (1 << 0), /* 8168 only. Reserved in the 8168b */
/* Config4 register */
@@ -4897,6 +4898,21 @@ static void rtl_enable_clock_request(struct pci_dev *pdev)
PCI_EXP_LNKCTL_CLKREQ_EN);
}
+static void rtl_pcie_state_l2l3_enable(struct rtl8169_private *tp, bool enable)
+{
+ void __iomem *ioaddr = tp->mmio_addr;
+ u8 data;
+
+ data = RTL_R8(Config3);
+
+ if (enable)
+ data |= Rdy_to_L23;
+ else
+ data &= ~Rdy_to_L23;
+
+ RTL_W8(Config3, data);
+}
+
#define R8168_CPCMD_QUIRK_MASK (\
EnableBist | \
Mac_dbgo_oe | \
@@ -5246,6 +5262,7 @@ static void rtl_hw_start_8411(struct rtl8169_private *tp)
};
rtl_hw_start_8168f(tp);
+ rtl_pcie_state_l2l3_enable(tp, false);
rtl_ephy_init(tp, e_info_8168f_1, ARRAY_SIZE(e_info_8168f_1));
@@ -5284,6 +5301,8 @@ static void rtl_hw_start_8168g_1(struct rtl8169_private *tp)
rtl_w1w0_eri(tp, 0x2fc, ERIAR_MASK_0001, 0x01, 0x06, ERIAR_EXGMAC);
rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0011, 0x0000, 0x1000, ERIAR_EXGMAC);
+
+ rtl_pcie_state_l2l3_enable(tp, false);
}
static void rtl_hw_start_8168g_2(struct rtl8169_private *tp)
@@ -5536,6 +5555,8 @@ static void rtl_hw_start_8105e_1(struct rtl8169_private *tp)
RTL_W8(DLLPR, RTL_R8(DLLPR) | PFM_EN);
rtl_ephy_init(tp, e_info_8105e_1, ARRAY_SIZE(e_info_8105e_1));
+
+ rtl_pcie_state_l2l3_enable(tp, false);
}
static void rtl_hw_start_8105e_2(struct rtl8169_private *tp)
@@ -5571,6 +5592,8 @@ static void rtl_hw_start_8402(struct rtl8169_private *tp)
rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000, ERIAR_EXGMAC);
rtl_w1w0_eri(tp, 0x0d4, ERIAR_MASK_0011, 0x0e00, 0xff00, ERIAR_EXGMAC);
+
+ rtl_pcie_state_l2l3_enable(tp, false);
}
static void rtl_hw_start_8106(struct rtl8169_private *tp)
@@ -5583,6 +5606,8 @@ static void rtl_hw_start_8106(struct rtl8169_private *tp)
RTL_W32(MISC, (RTL_R32(MISC) | DISABLE_LAN_EN) & ~EARLY_TALLY_EN);
RTL_W8(MCU, RTL_R8(MCU) | EN_NDP | EN_OOB_RESET);
RTL_W8(DLLPR, RTL_R8(DLLPR) & ~PFM_EN);
+
+ rtl_pcie_state_l2l3_enable(tp, false);
}
static void rtl_hw_start_8101(struct net_device *dev)
--
1.8.5.2

View File

@@ -1 +1,37 @@
ar
ca
cs_CZ
da
de
el_GR
es
fa
fr
hr
hu
id
it
ja
ja_JP
jv
km_KH
nl
pl
pt_BR
pt_PT
ro_RO
ru
ru_RU
rw
sk
sq
sr
su
sv
th
tk
tr
uk
uz@Latn
vi
zh

584
src/setup/po/jv.po Normal file
View File

@@ -0,0 +1,584 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The IPFire Project (www.ipfire.org)
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-21 15:12+0000\n"
"PO-Revision-Date: 2014-08-12 10:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Javanese (http://www.transifex.com/projects/p/ipfire/language/jv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: jv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dhcp.c:50
msgid "Start address:"
msgstr ""
#: dhcp.c:51
msgid "End address:"
msgstr ""
#: dhcp.c:52 networking.c:717
msgid "Primary DNS:"
msgstr ""
#: dhcp.c:53 networking.c:723
msgid "Secondary DNS:"
msgstr ""
#: dhcp.c:54
msgid "Default lease (mins):"
msgstr ""
#: dhcp.c:55
msgid "Max lease (mins):"
msgstr ""
#: dhcp.c:56
msgid "Domain name suffix:"
msgstr ""
#: dhcp.c:86 dhcp.c:93 dhcp.c:101 domainname.c:34 hostname.c:37 keymap.c:70
#: misc.c:40 misc.c:52 netstuff.c:377 netstuff.c:566 netstuff.c:704
#: networking.c:134 networking.c:255 networking.c:291 networking.c:346
#: networking.c:442 networking.c:552 networking.c:603 networking.c:610
#: networking.c:713 timezone.c:63
msgid "Unable to open settings file"
msgstr ""
#: dhcp.c:111
msgid "DHCP server configuration"
msgstr ""
#: dhcp.c:116
msgid "Configure the DHCP server by entering the settings information."
msgstr ""
#: dhcp.c:125
msgid "Enabled"
msgstr ""
#: dhcp.c:142 domainname.c:43 hostname.c:47 keymap.c:86 main.c:99 main.c:172
#: main.c:174 netstuff.c:157 netstuff.c:733 netstuff.c:756 networking.c:163
#: networking.c:269 networking.c:305 networking.c:409 networking.c:560
#: networking.c:642 networking.c:653 networking.c:746 passwords.c:89
#: timezone.c:78
msgid "OK"
msgstr ""
#: dhcp.c:143 domainname.c:43 hostname.c:47 keymap.c:86 netstuff.c:158
#: netstuff.c:673 netstuff.c:733 netstuff.c:756 networking.c:305
#: networking.c:410 networking.c:560 networking.c:653 networking.c:746
#: passwords.c:89 timezone.c:78
msgid "Cancel"
msgstr ""
#: dhcp.c:156
msgid ""
"The following fields are invalid:\n"
"\n"
msgstr ""
#: dhcp.c:159
msgid "Start address"
msgstr ""
#: dhcp.c:165
msgid "End address"
msgstr ""
#: dhcp.c:173 networking.c:755
msgid "Primary DNS"
msgstr ""
#: dhcp.c:182 networking.c:764
msgid "Secondary DNS"
msgstr ""
#: dhcp.c:189
msgid "Default lease time"
msgstr ""
#: dhcp.c:195
msgid "Max. lease time"
msgstr ""
#: domainname.c:42 main.c:70
msgid "Domain name"
msgstr ""
#: domainname.c:42
msgid "Enter Domain name"
msgstr ""
#: domainname.c:48
msgid "Domain name cannot be empty."
msgstr ""
#: domainname.c:50
msgid "Domain name cannot contain spaces."
msgstr ""
#: domainname.c:53
msgid "Domain name may only contain letters, numbers, hyphens and periods."
msgstr ""
#: hostname.c:46 main.c:69
msgid "Hostname"
msgstr ""
#: hostname.c:46
msgid "Enter the machine's hostname."
msgstr ""
#: hostname.c:53
msgid "Hostname cannot be empty."
msgstr ""
#: hostname.c:55
msgid "Hostname cannot contain spaces."
msgstr ""
#: hostname.c:58
msgid "Hostname may only contain letters, numbers and hyphens."
msgstr ""
#: keymap.c:84 main.c:67
msgid "Keyboard mapping"
msgstr ""
#: keymap.c:85
msgid "Choose the type of keyboard you are using from the list below."
msgstr ""
#: main.c:68 timezone.c:77
msgid "Timezone"
msgstr ""
#: main.c:71 networking.c:110 networking.c:115 networking.c:447
msgid "Networking"
msgstr ""
#: main.c:72 misc.c:147
msgid "ISDN"
msgstr ""
#: main.c:73
msgid "'root' password"
msgstr ""
#: main.c:74
msgid "'admin' password"
msgstr ""
#: main.c:90
msgid " <Tab>/<Alt-Tab> between elements | <Space> selects"
msgstr ""
#: main.c:97
msgid "Section menu"
msgstr ""
#: main.c:98
msgid "Select the item you wish to configure."
msgstr ""
#: main.c:99
msgid "Quit"
msgstr ""
#: main.c:172
msgid "Setup is complete."
msgstr ""
#: main.c:174 netstuff.c:733 networking.c:560 networking.c:653
msgid "Warning"
msgstr ""
#: main.c:175
msgid ""
"Initial setup was not entirely complete. You must ensure that Setup is "
"properly finished by running setup again at the shell."
msgstr ""
#: misc.c:62
#, c-format
msgid "Unable to write %s/main/hostname.conf"
msgstr ""
#: misc.c:71
msgid "Unable to open main hosts file."
msgstr ""
#: misc.c:76
msgid "Unable to write /etc/hosts."
msgstr ""
#: misc.c:117
msgid "Unable to write /etc/hosts.deny."
msgstr ""
#: misc.c:125
msgid "Unable to write /etc/hosts.allow."
msgstr ""
#: misc.c:136
msgid "Unable to set hostname."
msgstr ""
#: misc.c:147
msgid "Scanning and configuring ISDN devices."
msgstr ""
#: misc.c:148
msgid "Unable to scan for ISDN devices."
msgstr ""
#: netstuff.c:86
#, c-format
msgid "Interface - %s"
msgstr ""
#: netstuff.c:91
#, c-format
msgid "Enter the IP address information for the %s interface."
msgstr ""
#: netstuff.c:103
msgid "Static"
msgstr ""
#: netstuff.c:104
msgid "DHCP"
msgstr ""
#: netstuff.c:105
msgid "PPP DIALUP (PPPoE, modem, ATM ...)"
msgstr ""
#: netstuff.c:113
msgid "DHCP Hostname:"
msgstr ""
#: netstuff.c:115
msgid "Force DHCP MTU:"
msgstr ""
#: netstuff.c:134
msgid "IP address:"
msgstr ""
#: netstuff.c:146
msgid "Network mask:"
msgstr ""
#: netstuff.c:173 networking.c:749
msgid "The following fields are invalid:"
msgstr ""
#: netstuff.c:183
msgid "IP address"
msgstr ""
#: netstuff.c:189
msgid "Network mask"
msgstr ""
#: netstuff.c:198
msgid "DHCP hostname"
msgstr ""
#: netstuff.c:396 netstuff.c:709
msgid "Unset"
msgstr ""
#: netstuff.c:669
#, c-format
msgid "Please choose a networkcard for the following interface - %s."
msgstr ""
#: netstuff.c:672
msgid "Extended Network Menu"
msgstr ""
#: netstuff.c:673 networking.c:520
msgid "Select"
msgstr ""
#: netstuff.c:673
msgid "Identify"
msgstr ""
#: netstuff.c:678
msgid "Device Identification"
msgstr ""
#: netstuff.c:678
msgid "The lights on the selected port should flash now for 10 seconds..."
msgstr ""
#: netstuff.c:679
msgid "Identification is not supported by this interface."
msgstr ""
#: netstuff.c:691
msgid "There are no unassigned interfaces on your system."
msgstr ""
#: netstuff.c:732
#, c-format
msgid "Do you really want to remove the assigned %s interface?"
msgstr ""
#: netstuff.c:755
msgid "Select network driver"
msgstr ""
#: netstuff.c:755
msgid "Set additional module parameters"
msgstr ""
#: netstuff.c:762
msgid "Loading module..."
msgstr ""
#: netstuff.c:777
msgid "Unable to load driver module."
msgstr ""
#: netstuff.c:780
msgid "Module name cannot be blank."
msgstr ""
#: networking.c:110
msgid "Stopping network..."
msgstr ""
#: networking.c:115
msgid "Restarting network..."
msgstr ""
#: networking.c:146
msgid "No GREEN interface assigned."
msgstr ""
#: networking.c:152
msgid "Missing an IP address on GREEN."
msgstr ""
#: networking.c:163
msgid "Error"
msgstr ""
#: networking.c:163
msgid "Ignore"
msgstr ""
#: networking.c:164
msgid "No RED interface assigned."
msgstr ""
#: networking.c:173
msgid "Missing an IP address on RED."
msgstr ""
#: networking.c:183
msgid "No ORANGE interface assigned."
msgstr ""
#: networking.c:189
msgid "Missing an IP address on ORANGE."
msgstr ""
#: networking.c:199
msgid "No BLUE interface assigned."
msgstr ""
#: networking.c:205
msgid "Missing an IP address on BLUE."
msgstr ""
#: networking.c:217
msgid "Misssing DNS."
msgstr ""
#: networking.c:224
msgid "Missing Default Gateway."
msgstr ""
#: networking.c:237 networking.c:304
msgid "Network configuration type"
msgstr ""
#: networking.c:238 networking.c:409
msgid "Drivers and card assignments"
msgstr ""
#: networking.c:239 networking.c:640
msgid "Address settings"
msgstr ""
#: networking.c:240 networking.c:743
msgid "DNS and Gateway settings"
msgstr ""
#: networking.c:260
msgid "When configuration is complete, a network restart will be required."
msgstr ""
#: networking.c:267
#, c-format
msgid ""
"Current config: %s\n"
"\n"
"%s"
msgstr ""
#: networking.c:268
msgid "Network configuration menu"
msgstr ""
#: networking.c:269 networking.c:520 networking.c:642
msgid "Done"
msgstr ""
#: networking.c:300
#, c-format
msgid ""
"Select the network configuration for %s. The following configuration types "
"list those interfaces which have ethernet attached. If you change this "
"setting, a network restart will be required, and you will have to "
"reconfigure the network driver assignments."
msgstr ""
#: networking.c:307
#, c-format
msgid ""
"Not enough netcards for your choice.\n"
"\n"
"Needed: %d - Available: %d\n"
msgstr ""
#: networking.c:359
msgid ""
"Configure network drivers, and which interface each card is assigned to. The current configuration is as follows:\n"
"\n"
msgstr ""
#: networking.c:408
msgid "Do you wish to change these settings?"
msgstr ""
#: networking.c:447
msgid "Restarting non-local network..."
msgstr ""
#: networking.c:464
msgid ""
"Please choose the interface you wish to change.\n"
"\n"
msgstr ""
#: networking.c:519
msgid "Assigned Cards"
msgstr ""
#: networking.c:520
msgid "Remove"
msgstr ""
#: networking.c:556 networking.c:649
#, c-format
msgid ""
"If you change this IP address, and you are logged in remotely, your "
"connection to the %s machine will be broken, and you will have to reconnect "
"on the new IP. This is a risky operation, and should only be attempted if "
"you have physical access to the machine, should something go wrong."
msgstr ""
#: networking.c:641
msgid "Select the interface you wish to reconfigure."
msgstr ""
#: networking.c:729
msgid "Default gateway:"
msgstr ""
#: networking.c:744
msgid ""
"Enter the DNS and gateway information. These settings are used only with "
"Static IP (and DHCP if DNS set) on the RED interface."
msgstr ""
#: networking.c:773
msgid "Default gateway"
msgstr ""
#: networking.c:780
msgid "Secondary DNS specified without a Primary DNS"
msgstr ""
#: passwords.c:33
msgid ""
"Enter the 'root' user password. Login as this user for commandline access."
msgstr ""
#: passwords.c:38 passwords.c:61
msgid "Setting password"
msgstr ""
#: passwords.c:38
msgid "Setting 'root' password...."
msgstr ""
#: passwords.c:39
msgid "Problem setting 'root' password."
msgstr ""
#: passwords.c:53
#, c-format
msgid ""
"Enter %s 'admin' user password. This is the user to use for logging into the"
" %s web administration pages."
msgstr ""
#: passwords.c:60
#, c-format
msgid "Setting %s 'admin' user password..."
msgstr ""
#: passwords.c:62
#, c-format
msgid "Problem setting %s 'admin' user password."
msgstr ""
#: passwords.c:76
msgid "Password:"
msgstr ""
#: passwords.c:77
msgid "Again:"
msgstr ""
#: passwords.c:95
msgid "Password cannot be blank."
msgstr ""
#: passwords.c:102
msgid "Passwords do not match."
msgstr ""
#: passwords.c:109
msgid "Password cannot contain spaces."
msgstr ""
#: timezone.c:77
msgid "Choose the timezone you are in from the list below."
msgstr ""

584
src/setup/po/ru_RU.po Normal file
View File

@@ -0,0 +1,584 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The IPFire Project (www.ipfire.org)
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-21 15:12+0000\n"
"PO-Revision-Date: 2014-08-12 10:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/ipfire/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru_RU\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"
#: dhcp.c:50
msgid "Start address:"
msgstr ""
#: dhcp.c:51
msgid "End address:"
msgstr ""
#: dhcp.c:52 networking.c:717
msgid "Primary DNS:"
msgstr ""
#: dhcp.c:53 networking.c:723
msgid "Secondary DNS:"
msgstr ""
#: dhcp.c:54
msgid "Default lease (mins):"
msgstr ""
#: dhcp.c:55
msgid "Max lease (mins):"
msgstr ""
#: dhcp.c:56
msgid "Domain name suffix:"
msgstr ""
#: dhcp.c:86 dhcp.c:93 dhcp.c:101 domainname.c:34 hostname.c:37 keymap.c:70
#: misc.c:40 misc.c:52 netstuff.c:377 netstuff.c:566 netstuff.c:704
#: networking.c:134 networking.c:255 networking.c:291 networking.c:346
#: networking.c:442 networking.c:552 networking.c:603 networking.c:610
#: networking.c:713 timezone.c:63
msgid "Unable to open settings file"
msgstr ""
#: dhcp.c:111
msgid "DHCP server configuration"
msgstr ""
#: dhcp.c:116
msgid "Configure the DHCP server by entering the settings information."
msgstr ""
#: dhcp.c:125
msgid "Enabled"
msgstr ""
#: dhcp.c:142 domainname.c:43 hostname.c:47 keymap.c:86 main.c:99 main.c:172
#: main.c:174 netstuff.c:157 netstuff.c:733 netstuff.c:756 networking.c:163
#: networking.c:269 networking.c:305 networking.c:409 networking.c:560
#: networking.c:642 networking.c:653 networking.c:746 passwords.c:89
#: timezone.c:78
msgid "OK"
msgstr ""
#: dhcp.c:143 domainname.c:43 hostname.c:47 keymap.c:86 netstuff.c:158
#: netstuff.c:673 netstuff.c:733 netstuff.c:756 networking.c:305
#: networking.c:410 networking.c:560 networking.c:653 networking.c:746
#: passwords.c:89 timezone.c:78
msgid "Cancel"
msgstr ""
#: dhcp.c:156
msgid ""
"The following fields are invalid:\n"
"\n"
msgstr ""
#: dhcp.c:159
msgid "Start address"
msgstr ""
#: dhcp.c:165
msgid "End address"
msgstr ""
#: dhcp.c:173 networking.c:755
msgid "Primary DNS"
msgstr ""
#: dhcp.c:182 networking.c:764
msgid "Secondary DNS"
msgstr ""
#: dhcp.c:189
msgid "Default lease time"
msgstr ""
#: dhcp.c:195
msgid "Max. lease time"
msgstr ""
#: domainname.c:42 main.c:70
msgid "Domain name"
msgstr ""
#: domainname.c:42
msgid "Enter Domain name"
msgstr ""
#: domainname.c:48
msgid "Domain name cannot be empty."
msgstr ""
#: domainname.c:50
msgid "Domain name cannot contain spaces."
msgstr ""
#: domainname.c:53
msgid "Domain name may only contain letters, numbers, hyphens and periods."
msgstr ""
#: hostname.c:46 main.c:69
msgid "Hostname"
msgstr ""
#: hostname.c:46
msgid "Enter the machine's hostname."
msgstr ""
#: hostname.c:53
msgid "Hostname cannot be empty."
msgstr ""
#: hostname.c:55
msgid "Hostname cannot contain spaces."
msgstr ""
#: hostname.c:58
msgid "Hostname may only contain letters, numbers and hyphens."
msgstr ""
#: keymap.c:84 main.c:67
msgid "Keyboard mapping"
msgstr ""
#: keymap.c:85
msgid "Choose the type of keyboard you are using from the list below."
msgstr ""
#: main.c:68 timezone.c:77
msgid "Timezone"
msgstr ""
#: main.c:71 networking.c:110 networking.c:115 networking.c:447
msgid "Networking"
msgstr ""
#: main.c:72 misc.c:147
msgid "ISDN"
msgstr ""
#: main.c:73
msgid "'root' password"
msgstr ""
#: main.c:74
msgid "'admin' password"
msgstr ""
#: main.c:90
msgid " <Tab>/<Alt-Tab> between elements | <Space> selects"
msgstr ""
#: main.c:97
msgid "Section menu"
msgstr ""
#: main.c:98
msgid "Select the item you wish to configure."
msgstr ""
#: main.c:99
msgid "Quit"
msgstr ""
#: main.c:172
msgid "Setup is complete."
msgstr ""
#: main.c:174 netstuff.c:733 networking.c:560 networking.c:653
msgid "Warning"
msgstr ""
#: main.c:175
msgid ""
"Initial setup was not entirely complete. You must ensure that Setup is "
"properly finished by running setup again at the shell."
msgstr ""
#: misc.c:62
#, c-format
msgid "Unable to write %s/main/hostname.conf"
msgstr ""
#: misc.c:71
msgid "Unable to open main hosts file."
msgstr ""
#: misc.c:76
msgid "Unable to write /etc/hosts."
msgstr ""
#: misc.c:117
msgid "Unable to write /etc/hosts.deny."
msgstr ""
#: misc.c:125
msgid "Unable to write /etc/hosts.allow."
msgstr ""
#: misc.c:136
msgid "Unable to set hostname."
msgstr ""
#: misc.c:147
msgid "Scanning and configuring ISDN devices."
msgstr ""
#: misc.c:148
msgid "Unable to scan for ISDN devices."
msgstr ""
#: netstuff.c:86
#, c-format
msgid "Interface - %s"
msgstr ""
#: netstuff.c:91
#, c-format
msgid "Enter the IP address information for the %s interface."
msgstr ""
#: netstuff.c:103
msgid "Static"
msgstr ""
#: netstuff.c:104
msgid "DHCP"
msgstr ""
#: netstuff.c:105
msgid "PPP DIALUP (PPPoE, modem, ATM ...)"
msgstr ""
#: netstuff.c:113
msgid "DHCP Hostname:"
msgstr ""
#: netstuff.c:115
msgid "Force DHCP MTU:"
msgstr ""
#: netstuff.c:134
msgid "IP address:"
msgstr ""
#: netstuff.c:146
msgid "Network mask:"
msgstr ""
#: netstuff.c:173 networking.c:749
msgid "The following fields are invalid:"
msgstr ""
#: netstuff.c:183
msgid "IP address"
msgstr ""
#: netstuff.c:189
msgid "Network mask"
msgstr ""
#: netstuff.c:198
msgid "DHCP hostname"
msgstr ""
#: netstuff.c:396 netstuff.c:709
msgid "Unset"
msgstr ""
#: netstuff.c:669
#, c-format
msgid "Please choose a networkcard for the following interface - %s."
msgstr ""
#: netstuff.c:672
msgid "Extended Network Menu"
msgstr ""
#: netstuff.c:673 networking.c:520
msgid "Select"
msgstr ""
#: netstuff.c:673
msgid "Identify"
msgstr ""
#: netstuff.c:678
msgid "Device Identification"
msgstr ""
#: netstuff.c:678
msgid "The lights on the selected port should flash now for 10 seconds..."
msgstr ""
#: netstuff.c:679
msgid "Identification is not supported by this interface."
msgstr ""
#: netstuff.c:691
msgid "There are no unassigned interfaces on your system."
msgstr ""
#: netstuff.c:732
#, c-format
msgid "Do you really want to remove the assigned %s interface?"
msgstr ""
#: netstuff.c:755
msgid "Select network driver"
msgstr ""
#: netstuff.c:755
msgid "Set additional module parameters"
msgstr ""
#: netstuff.c:762
msgid "Loading module..."
msgstr ""
#: netstuff.c:777
msgid "Unable to load driver module."
msgstr ""
#: netstuff.c:780
msgid "Module name cannot be blank."
msgstr ""
#: networking.c:110
msgid "Stopping network..."
msgstr ""
#: networking.c:115
msgid "Restarting network..."
msgstr ""
#: networking.c:146
msgid "No GREEN interface assigned."
msgstr ""
#: networking.c:152
msgid "Missing an IP address on GREEN."
msgstr ""
#: networking.c:163
msgid "Error"
msgstr ""
#: networking.c:163
msgid "Ignore"
msgstr ""
#: networking.c:164
msgid "No RED interface assigned."
msgstr ""
#: networking.c:173
msgid "Missing an IP address on RED."
msgstr ""
#: networking.c:183
msgid "No ORANGE interface assigned."
msgstr ""
#: networking.c:189
msgid "Missing an IP address on ORANGE."
msgstr ""
#: networking.c:199
msgid "No BLUE interface assigned."
msgstr ""
#: networking.c:205
msgid "Missing an IP address on BLUE."
msgstr ""
#: networking.c:217
msgid "Misssing DNS."
msgstr ""
#: networking.c:224
msgid "Missing Default Gateway."
msgstr ""
#: networking.c:237 networking.c:304
msgid "Network configuration type"
msgstr ""
#: networking.c:238 networking.c:409
msgid "Drivers and card assignments"
msgstr ""
#: networking.c:239 networking.c:640
msgid "Address settings"
msgstr ""
#: networking.c:240 networking.c:743
msgid "DNS and Gateway settings"
msgstr ""
#: networking.c:260
msgid "When configuration is complete, a network restart will be required."
msgstr ""
#: networking.c:267
#, c-format
msgid ""
"Current config: %s\n"
"\n"
"%s"
msgstr ""
#: networking.c:268
msgid "Network configuration menu"
msgstr ""
#: networking.c:269 networking.c:520 networking.c:642
msgid "Done"
msgstr ""
#: networking.c:300
#, c-format
msgid ""
"Select the network configuration for %s. The following configuration types "
"list those interfaces which have ethernet attached. If you change this "
"setting, a network restart will be required, and you will have to "
"reconfigure the network driver assignments."
msgstr ""
#: networking.c:307
#, c-format
msgid ""
"Not enough netcards for your choice.\n"
"\n"
"Needed: %d - Available: %d\n"
msgstr ""
#: networking.c:359
msgid ""
"Configure network drivers, and which interface each card is assigned to. The current configuration is as follows:\n"
"\n"
msgstr ""
#: networking.c:408
msgid "Do you wish to change these settings?"
msgstr ""
#: networking.c:447
msgid "Restarting non-local network..."
msgstr ""
#: networking.c:464
msgid ""
"Please choose the interface you wish to change.\n"
"\n"
msgstr ""
#: networking.c:519
msgid "Assigned Cards"
msgstr ""
#: networking.c:520
msgid "Remove"
msgstr ""
#: networking.c:556 networking.c:649
#, c-format
msgid ""
"If you change this IP address, and you are logged in remotely, your "
"connection to the %s machine will be broken, and you will have to reconnect "
"on the new IP. This is a risky operation, and should only be attempted if "
"you have physical access to the machine, should something go wrong."
msgstr ""
#: networking.c:641
msgid "Select the interface you wish to reconfigure."
msgstr ""
#: networking.c:729
msgid "Default gateway:"
msgstr ""
#: networking.c:744
msgid ""
"Enter the DNS and gateway information. These settings are used only with "
"Static IP (and DHCP if DNS set) on the RED interface."
msgstr ""
#: networking.c:773
msgid "Default gateway"
msgstr ""
#: networking.c:780
msgid "Secondary DNS specified without a Primary DNS"
msgstr ""
#: passwords.c:33
msgid ""
"Enter the 'root' user password. Login as this user for commandline access."
msgstr ""
#: passwords.c:38 passwords.c:61
msgid "Setting password"
msgstr ""
#: passwords.c:38
msgid "Setting 'root' password...."
msgstr ""
#: passwords.c:39
msgid "Problem setting 'root' password."
msgstr ""
#: passwords.c:53
#, c-format
msgid ""
"Enter %s 'admin' user password. This is the user to use for logging into the"
" %s web administration pages."
msgstr ""
#: passwords.c:60
#, c-format
msgid "Setting %s 'admin' user password..."
msgstr ""
#: passwords.c:62
#, c-format
msgid "Problem setting %s 'admin' user password."
msgstr ""
#: passwords.c:76
msgid "Password:"
msgstr ""
#: passwords.c:77
msgid "Again:"
msgstr ""
#: passwords.c:95
msgid "Password cannot be blank."
msgstr ""
#: passwords.c:102
msgid "Passwords do not match."
msgstr ""
#: passwords.c:109
msgid "Password cannot contain spaces."
msgstr ""
#: timezone.c:77
msgid "Choose the timezone you are in from the list below."
msgstr ""

584
src/setup/po/su.po Normal file
View File

@@ -0,0 +1,584 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The IPFire Project (www.ipfire.org)
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-08-21 15:12+0000\n"
"PO-Revision-Date: 2014-08-12 10:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Sundanese (http://www.transifex.com/projects/p/ipfire/language/su/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: su\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: dhcp.c:50
msgid "Start address:"
msgstr ""
#: dhcp.c:51
msgid "End address:"
msgstr ""
#: dhcp.c:52 networking.c:717
msgid "Primary DNS:"
msgstr ""
#: dhcp.c:53 networking.c:723
msgid "Secondary DNS:"
msgstr ""
#: dhcp.c:54
msgid "Default lease (mins):"
msgstr ""
#: dhcp.c:55
msgid "Max lease (mins):"
msgstr ""
#: dhcp.c:56
msgid "Domain name suffix:"
msgstr ""
#: dhcp.c:86 dhcp.c:93 dhcp.c:101 domainname.c:34 hostname.c:37 keymap.c:70
#: misc.c:40 misc.c:52 netstuff.c:377 netstuff.c:566 netstuff.c:704
#: networking.c:134 networking.c:255 networking.c:291 networking.c:346
#: networking.c:442 networking.c:552 networking.c:603 networking.c:610
#: networking.c:713 timezone.c:63
msgid "Unable to open settings file"
msgstr ""
#: dhcp.c:111
msgid "DHCP server configuration"
msgstr ""
#: dhcp.c:116
msgid "Configure the DHCP server by entering the settings information."
msgstr ""
#: dhcp.c:125
msgid "Enabled"
msgstr ""
#: dhcp.c:142 domainname.c:43 hostname.c:47 keymap.c:86 main.c:99 main.c:172
#: main.c:174 netstuff.c:157 netstuff.c:733 netstuff.c:756 networking.c:163
#: networking.c:269 networking.c:305 networking.c:409 networking.c:560
#: networking.c:642 networking.c:653 networking.c:746 passwords.c:89
#: timezone.c:78
msgid "OK"
msgstr ""
#: dhcp.c:143 domainname.c:43 hostname.c:47 keymap.c:86 netstuff.c:158
#: netstuff.c:673 netstuff.c:733 netstuff.c:756 networking.c:305
#: networking.c:410 networking.c:560 networking.c:653 networking.c:746
#: passwords.c:89 timezone.c:78
msgid "Cancel"
msgstr ""
#: dhcp.c:156
msgid ""
"The following fields are invalid:\n"
"\n"
msgstr ""
#: dhcp.c:159
msgid "Start address"
msgstr ""
#: dhcp.c:165
msgid "End address"
msgstr ""
#: dhcp.c:173 networking.c:755
msgid "Primary DNS"
msgstr ""
#: dhcp.c:182 networking.c:764
msgid "Secondary DNS"
msgstr ""
#: dhcp.c:189
msgid "Default lease time"
msgstr ""
#: dhcp.c:195
msgid "Max. lease time"
msgstr ""
#: domainname.c:42 main.c:70
msgid "Domain name"
msgstr ""
#: domainname.c:42
msgid "Enter Domain name"
msgstr ""
#: domainname.c:48
msgid "Domain name cannot be empty."
msgstr ""
#: domainname.c:50
msgid "Domain name cannot contain spaces."
msgstr ""
#: domainname.c:53
msgid "Domain name may only contain letters, numbers, hyphens and periods."
msgstr ""
#: hostname.c:46 main.c:69
msgid "Hostname"
msgstr ""
#: hostname.c:46
msgid "Enter the machine's hostname."
msgstr ""
#: hostname.c:53
msgid "Hostname cannot be empty."
msgstr ""
#: hostname.c:55
msgid "Hostname cannot contain spaces."
msgstr ""
#: hostname.c:58
msgid "Hostname may only contain letters, numbers and hyphens."
msgstr ""
#: keymap.c:84 main.c:67
msgid "Keyboard mapping"
msgstr ""
#: keymap.c:85
msgid "Choose the type of keyboard you are using from the list below."
msgstr ""
#: main.c:68 timezone.c:77
msgid "Timezone"
msgstr ""
#: main.c:71 networking.c:110 networking.c:115 networking.c:447
msgid "Networking"
msgstr ""
#: main.c:72 misc.c:147
msgid "ISDN"
msgstr ""
#: main.c:73
msgid "'root' password"
msgstr ""
#: main.c:74
msgid "'admin' password"
msgstr ""
#: main.c:90
msgid " <Tab>/<Alt-Tab> between elements | <Space> selects"
msgstr ""
#: main.c:97
msgid "Section menu"
msgstr ""
#: main.c:98
msgid "Select the item you wish to configure."
msgstr ""
#: main.c:99
msgid "Quit"
msgstr ""
#: main.c:172
msgid "Setup is complete."
msgstr ""
#: main.c:174 netstuff.c:733 networking.c:560 networking.c:653
msgid "Warning"
msgstr ""
#: main.c:175
msgid ""
"Initial setup was not entirely complete. You must ensure that Setup is "
"properly finished by running setup again at the shell."
msgstr ""
#: misc.c:62
#, c-format
msgid "Unable to write %s/main/hostname.conf"
msgstr ""
#: misc.c:71
msgid "Unable to open main hosts file."
msgstr ""
#: misc.c:76
msgid "Unable to write /etc/hosts."
msgstr ""
#: misc.c:117
msgid "Unable to write /etc/hosts.deny."
msgstr ""
#: misc.c:125
msgid "Unable to write /etc/hosts.allow."
msgstr ""
#: misc.c:136
msgid "Unable to set hostname."
msgstr ""
#: misc.c:147
msgid "Scanning and configuring ISDN devices."
msgstr ""
#: misc.c:148
msgid "Unable to scan for ISDN devices."
msgstr ""
#: netstuff.c:86
#, c-format
msgid "Interface - %s"
msgstr ""
#: netstuff.c:91
#, c-format
msgid "Enter the IP address information for the %s interface."
msgstr ""
#: netstuff.c:103
msgid "Static"
msgstr ""
#: netstuff.c:104
msgid "DHCP"
msgstr ""
#: netstuff.c:105
msgid "PPP DIALUP (PPPoE, modem, ATM ...)"
msgstr ""
#: netstuff.c:113
msgid "DHCP Hostname:"
msgstr ""
#: netstuff.c:115
msgid "Force DHCP MTU:"
msgstr ""
#: netstuff.c:134
msgid "IP address:"
msgstr ""
#: netstuff.c:146
msgid "Network mask:"
msgstr ""
#: netstuff.c:173 networking.c:749
msgid "The following fields are invalid:"
msgstr ""
#: netstuff.c:183
msgid "IP address"
msgstr ""
#: netstuff.c:189
msgid "Network mask"
msgstr ""
#: netstuff.c:198
msgid "DHCP hostname"
msgstr ""
#: netstuff.c:396 netstuff.c:709
msgid "Unset"
msgstr ""
#: netstuff.c:669
#, c-format
msgid "Please choose a networkcard for the following interface - %s."
msgstr ""
#: netstuff.c:672
msgid "Extended Network Menu"
msgstr ""
#: netstuff.c:673 networking.c:520
msgid "Select"
msgstr ""
#: netstuff.c:673
msgid "Identify"
msgstr ""
#: netstuff.c:678
msgid "Device Identification"
msgstr ""
#: netstuff.c:678
msgid "The lights on the selected port should flash now for 10 seconds..."
msgstr ""
#: netstuff.c:679
msgid "Identification is not supported by this interface."
msgstr ""
#: netstuff.c:691
msgid "There are no unassigned interfaces on your system."
msgstr ""
#: netstuff.c:732
#, c-format
msgid "Do you really want to remove the assigned %s interface?"
msgstr ""
#: netstuff.c:755
msgid "Select network driver"
msgstr ""
#: netstuff.c:755
msgid "Set additional module parameters"
msgstr ""
#: netstuff.c:762
msgid "Loading module..."
msgstr ""
#: netstuff.c:777
msgid "Unable to load driver module."
msgstr ""
#: netstuff.c:780
msgid "Module name cannot be blank."
msgstr ""
#: networking.c:110
msgid "Stopping network..."
msgstr ""
#: networking.c:115
msgid "Restarting network..."
msgstr ""
#: networking.c:146
msgid "No GREEN interface assigned."
msgstr ""
#: networking.c:152
msgid "Missing an IP address on GREEN."
msgstr ""
#: networking.c:163
msgid "Error"
msgstr ""
#: networking.c:163
msgid "Ignore"
msgstr ""
#: networking.c:164
msgid "No RED interface assigned."
msgstr ""
#: networking.c:173
msgid "Missing an IP address on RED."
msgstr ""
#: networking.c:183
msgid "No ORANGE interface assigned."
msgstr ""
#: networking.c:189
msgid "Missing an IP address on ORANGE."
msgstr ""
#: networking.c:199
msgid "No BLUE interface assigned."
msgstr ""
#: networking.c:205
msgid "Missing an IP address on BLUE."
msgstr ""
#: networking.c:217
msgid "Misssing DNS."
msgstr ""
#: networking.c:224
msgid "Missing Default Gateway."
msgstr ""
#: networking.c:237 networking.c:304
msgid "Network configuration type"
msgstr ""
#: networking.c:238 networking.c:409
msgid "Drivers and card assignments"
msgstr ""
#: networking.c:239 networking.c:640
msgid "Address settings"
msgstr ""
#: networking.c:240 networking.c:743
msgid "DNS and Gateway settings"
msgstr ""
#: networking.c:260
msgid "When configuration is complete, a network restart will be required."
msgstr ""
#: networking.c:267
#, c-format
msgid ""
"Current config: %s\n"
"\n"
"%s"
msgstr ""
#: networking.c:268
msgid "Network configuration menu"
msgstr ""
#: networking.c:269 networking.c:520 networking.c:642
msgid "Done"
msgstr ""
#: networking.c:300
#, c-format
msgid ""
"Select the network configuration for %s. The following configuration types "
"list those interfaces which have ethernet attached. If you change this "
"setting, a network restart will be required, and you will have to "
"reconfigure the network driver assignments."
msgstr ""
#: networking.c:307
#, c-format
msgid ""
"Not enough netcards for your choice.\n"
"\n"
"Needed: %d - Available: %d\n"
msgstr ""
#: networking.c:359
msgid ""
"Configure network drivers, and which interface each card is assigned to. The current configuration is as follows:\n"
"\n"
msgstr ""
#: networking.c:408
msgid "Do you wish to change these settings?"
msgstr ""
#: networking.c:447
msgid "Restarting non-local network..."
msgstr ""
#: networking.c:464
msgid ""
"Please choose the interface you wish to change.\n"
"\n"
msgstr ""
#: networking.c:519
msgid "Assigned Cards"
msgstr ""
#: networking.c:520
msgid "Remove"
msgstr ""
#: networking.c:556 networking.c:649
#, c-format
msgid ""
"If you change this IP address, and you are logged in remotely, your "
"connection to the %s machine will be broken, and you will have to reconnect "
"on the new IP. This is a risky operation, and should only be attempted if "
"you have physical access to the machine, should something go wrong."
msgstr ""
#: networking.c:641
msgid "Select the interface you wish to reconfigure."
msgstr ""
#: networking.c:729
msgid "Default gateway:"
msgstr ""
#: networking.c:744
msgid ""
"Enter the DNS and gateway information. These settings are used only with "
"Static IP (and DHCP if DNS set) on the RED interface."
msgstr ""
#: networking.c:773
msgid "Default gateway"
msgstr ""
#: networking.c:780
msgid "Secondary DNS specified without a Primary DNS"
msgstr ""
#: passwords.c:33
msgid ""
"Enter the 'root' user password. Login as this user for commandline access."
msgstr ""
#: passwords.c:38 passwords.c:61
msgid "Setting password"
msgstr ""
#: passwords.c:38
msgid "Setting 'root' password...."
msgstr ""
#: passwords.c:39
msgid "Problem setting 'root' password."
msgstr ""
#: passwords.c:53
#, c-format
msgid ""
"Enter %s 'admin' user password. This is the user to use for logging into the"
" %s web administration pages."
msgstr ""
#: passwords.c:60
#, c-format
msgid "Setting %s 'admin' user password..."
msgstr ""
#: passwords.c:62
#, c-format
msgid "Problem setting %s 'admin' user password."
msgstr ""
#: passwords.c:76
msgid "Password:"
msgstr ""
#: passwords.c:77
msgid "Again:"
msgstr ""
#: passwords.c:95
msgid "Password cannot be blank."
msgstr ""
#: passwords.c:102
msgid "Passwords do not match."
msgstr ""
#: passwords.c:109
msgid "Password cannot contain spaces."
msgstr ""
#: timezone.c:77
msgid "Choose the timezone you are in from the list below."
msgstr ""

View File

@@ -738,4 +738,19 @@ update_langs() {
$BASEDIR/tools/check_strings.pl it > $BASEDIR/doc/language_issues.it
$BASEDIR/tools/check_langs.sh > $BASEDIR/doc/language_missings
beautify message DONE
echo -ne "Updating language lists..."
update_language_list ${BASEDIR}/src/installer/po
update_language_list ${BASEDIR}/src/setup/po
beautify message DONE
}
update_language_list() {
local path="${1}"
local lang
for lang in ${path}/*.po; do
lang="$(basename "${lang}")"
echo "${lang%*.po}"
done | sort -u > "${path}/LINGUAS"
}