Author: weiden
Date: Mon Nov 27 23:37:42 2006
New Revision: 24884
URL:
http://svn.reactos.org/svn/reactos?rev=24884&view=rev
Log:
Rename resource files to match the locale names
Added:
trunk/reactos/base/applications/network/ipconfig/en-US.rc
- copied unchanged from r24870,
trunk/reactos/base/applications/network/ipconfig/En.rc
Removed:
trunk/reactos/base/applications/network/ipconfig/En.rc
Modified:
trunk/reactos/base/applications/network/ipconfig/ipconfig.rc
Removed: trunk/reactos/base/applications/network/ipconfig/En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/…
==============================================================================
--- trunk/reactos/base/applications/network/ipconfig/En.rc (original)
+++ trunk/reactos/base/applications/network/ipconfig/En.rc (removed)
@@ -1,65 +1,0 @@
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_BCAST "Broadcast"
- IDS_P2P "Peer To Peer"
- IDS_MIXED "Mixed"
- IDS_HYBRID "Hybrid"
- IDS_UNKNOWN "unknown"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
- IDS_OTHER "Other Type Of Adapter"
- IDS_ETH "Ethernet Adapter"
- IDS_TOKEN "Token Ring Adapter"
- IDS_FDDI "FDDI Adapter"
- IDS_PPP "PPP Adapter"
- IDS_LOOP "Loopback Adapter"
- IDS_SLIP "SLIP Adapter"
-END
-
-STRINGTABLE DISCARDABLE
-BEGIN
-/* Please keep the spacing/formatting as per En.rc when translating */
- IDS_USAGE
- "\nUSAGE:\n \
- ipconfig [/? | /all | /renew [adapter] | /release [adapter] |\n \
- /flushdns | /displaydns | /registerdns |\n \
- /showclassid adapter |\n \
- /setclassid adapter [classid] ]\n \
- \n \
- where\n \
- adapter Connection name\n \
- (wildcard characters * and ? allowed, see examples)\n \
- \n \
- Options:\n \
- /? Display this help message\n \
- /all Display full configuration information.\n \
- /release Release the IP address for the specified adapter.\n \
- /renew Renew the IP address for the specified adapter.\n \
- /flushdns Purges the DNS Resolver cache.\n \
- /registerdns Refreshes all DHCP leases and re-registers DNS names.\n \
- /displaydns Display the contents of the DNS Resolver Cache.\n \
- /showclassid Displays all the dhcp class IDs allowed for adapter.\n \
- /setclassid Modifies the dhcp class id.\n \
- \n \
- The default is to display only the IP address, subnet mask and\n \
- default gateway for each adapter bound to TCP/IP.\n \
- \n \
- For Release and Renew, if no adapter name is specified, then the IP address\n \
- leases for all adapters bound to TCP/IP will be released or renewed.\n \
- \n \
- For Setclassid, if no ClassId is specified, then the ClassId is removed.\n \
- \n \
- Examples:\n \
- > ipconfig ... Show information.\n \
- > ipconfig /all ... Show detailed information\n \
- > ipconfig /renew ... renew all adapters\n \
- > ipconfig /renew EL* ... renew any connection that has its\n \
- name starting with EL\n \
- > ipconfig /release *Con* ... release all matching connections,\n \
- eg. ""Local Area Connection
1"" or\n \
- ""Local Area Connection
2""\n"
-END
Modified: trunk/reactos/base/applications/network/ipconfig/ipconfig.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/…
==============================================================================
--- trunk/reactos/base/applications/network/ipconfig/ipconfig.rc (original)
+++ trunk/reactos/base/applications/network/ipconfig/ipconfig.rc Mon Nov 27 23:37:42 2006
@@ -8,4 +8,4 @@
#define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy
<gedmurphy(a)gmail.com>\0"
#include <reactos/version.rc>
-#include "En.rc"
+#include "en-US.rc"