reactos/base/applications/network/ipconfig/lang/sq-AL.rc
Joachim Henze 62884cae34 [0.4.9][REACTOS] Fix ' +\\n' typos in *.rc (with regular expr.) CORE-18103
fix is a partial (intentionally non-squashed) pick of 0.4.14-dev-1142-g 92aabb07fb (#2393)

Yes, I double-checked the msi_en.rc, and we do only use the \t after the \n (without additional spaces).
It is a good harmonization therefore to reduce the indentation level here.
2022-03-24 00:20:47 +01:00

70 lines
2.7 KiB
Plaintext

/* TRANSLATOR : Ardit Dani (Ard1t) (ardit.dani@gmail.com)
* DATE OF TR: 29-11-2013
*/
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_BCAST "Transmeto"
IDS_P2P "Peer To Peer"
IDS_MIXED "Mixuar"
IDS_HYBRID "Hybrid"
IDS_UNKNOWN "P'anjohur"
END
STRINGTABLE
BEGIN
IDS_OTHER "Tipe te tjera adaptuesi"
IDS_ETH "Adapter Ethernet"
IDS_TOKEN "Adapter Token Ring"
IDS_FDDI "Adapter FDDI"
IDS_PPP "Adapter PPP"
IDS_LOOP "Adapter Loopback"
IDS_SLIP "Adapter SLIP"
END
STRINGTABLE
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 \
(karakteret jolly * dhe ? lejohen, shih shembujt)\n \
\n \
Options:\n \
/? Shfaq kete mesazhe ndihme\n \
/all Shfaq informacion te plote konfigurimi.\n \
/release Liro IP adresen per adapterin specifik.\n \
/renew Rinovo IP adresen per adapterin specifik.\n \
/flushdns Pastron kafazin perzgjedhes te DNS'se.\n \
/registerdns Rifreskon te gjithe DHCP te leshuara dhe regjistron perseri emrat e DNS've.\n \
/displaydns Shfaq permbajtjen e DNS'se te leshuara.\n \
/showclassid Shfaq te gjitha klasat e ID've dhcp te lejuara per adapterat.\n \
/setclassid Modifikon klasen e ID've te dhcp's.\n \
\n \
Parazgjedhja shfaq vetem adresat e IP've, subnet maskat dhe\n \
gateway e parazgjedhur per secilin adapter i lidhut me TCP/IP.\n \
\n \
Për lirim dhe rinovim, nese emri i adapterit nuk eshte specifikuart, atehere adresa e IP'se\n \
jepet per te gjithe adapterat te lidhur me TCP/IP qe lirohen dhe rinovohen.\n \
\n \
Për Setclassid, nese nuk specifikohet ClassId, atehere ClassId hiqet.\n \
\n \
Examples:\n \
> ipconfig ... Shfaq informacionet.\n \
> ipconfig /all ... Shfaq informacionet\n \
> ipconfig /renew ... rinovo te gjithe adapterat\n \
> ipconfig /renew EL* ... rinovo qfaredo lidhje qe emri i\n \
fillon me EL\n \
> ipconfig /release *Con* ... renovo te gjithe lidhjet përputhese,\n \
eg. ""Local Area Connection 1"" or\n \
""Local Area Connection 2""\n"
END