# Swedish translation for dos2unix-man. # Copyright © 2014-2015 Erwin Waterlander, et al. (msgids) # This file is distributed under the same license as the dos2unix package. # Sebastian Rasmussen , 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: dos2unix-man 7.3.1-beta6\n" "POT-Creation-Date: 2015-09-23 20:09+0200\n" "PO-Revision-Date: 2015-11-08 15:17+0100\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Swedish \n" "Language: sv\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.6\n" #. type: =head1 #: dos2unix.pod:52 msgid "NAME" msgstr "NAMN" #. type: textblock #: dos2unix.pod:54 msgid "dos2unix - DOS/Mac to Unix and vice versa text file format converter" msgstr "dos2unix - textfilsformatskonverterare från DOS/Mac till Unix och vice versa" #. type: =head1 #: dos2unix.pod:56 msgid "SYNOPSIS" msgstr "SYNOPSIS" #. type: verbatim #: dos2unix.pod:58 #, no-wrap msgid "" " dos2unix [options] [FILE ...] [-n INFILE OUTFILE ...]\n" " unix2dos [options] [FILE ...] [-n INFILE OUTFILE ...]\n" "\n" msgstr "" " dos2unix [flaggor] [FIL …] [-n INFIL UTFIL …]\n" " unix2dos [flaggor] [FIL …] [-n INFIL UTFIL …]\n" "\n" #. type: =head1 #: dos2unix.pod:61 msgid "DESCRIPTION" msgstr "BESKRIVNING" #. type: textblock #: dos2unix.pod:63 msgid "The Dos2unix package includes utilities C and C to convert plain text files in DOS or Mac format to Unix format and vice versa." msgstr "Paketet Dos2unix inkluderar verktygen C och C som konverterar oformaterade textfiler i DOS- eller Mac-format till Unix format och vice versa." #. type: textblock #: dos2unix.pod:66 msgid "In DOS/Windows text files a line break, also known as newline, is a combination of two characters: a Carriage Return (CR) followed by a Line Feed (LF). In Unix text files a line break is a single character: the Line Feed (LF). In Mac text files, prior to Mac OS X, a line break was single Carriage Return (CR) character. Nowadays Mac OS uses Unix style (LF) line breaks." msgstr "Textfiler i DOS/Windows har en radbrytning, också känd som nyrad, som är en kombination av två tecken: vagnretur (Carriage Return, CR) åtföljt av radmatning (Line Feed, LF). Textfiler i Unix har en radbrytning som är ett enda tecken: radmatning (Line Feed, LF). Textfiler för Mac, innan Mac OS X, hade en radbrytning som var en enda vagnretur (Carriage Return, CR). Numera använder Mac OS radbrytning i Unix-stil (LF)." #. type: textblock #: dos2unix.pod:72 msgid "Besides line breaks Dos2unix can also convert the encoding of files. A few DOS code pages can be converted to Unix Latin-1. And Windows Unicode (UTF-16) files can be converted to Unix Unicode (UTF-8) files." msgstr "Förutom radbrytningar så kan Dos2unix också konvertera filers kodning. Några DOS-teckentabeller kan konverteras till Unix Latin-1. Och filer som använder Windows Unicode (UTF-16) kan konverteras till Unix Unicode (UTF-8)." #. type: textblock #: dos2unix.pod:76 msgid "Binary files are automatically skipped, unless conversion is forced." msgstr "Binära filer hoppas över automatiskt, om inte konvertering tvingas." #. type: textblock #: dos2unix.pod:78 msgid "Non-regular files, such as directories and FIFOs, are automatically skipped." msgstr "Kataloger och FIFOs och andra filer som inte är vanliga filer hoppas över automatiskt." #. type: textblock #: dos2unix.pod:80 msgid "Symbolic links and their targets are by default kept untouched. Symbolic links can optionally be replaced, or the output can be written to the symbolic link target. Writing to a symbolic link target is not supported on Windows." msgstr "Symboliska länkar och deras mål förblir oförändrade som standard. Symboliska länkar kan valfritt bli ersatta eller så kan utmatningen skrivas till målet för den symboliska länken. På Windows saknas stöd för att skriva till målet för en symbolisk länk." #. type: textblock #: dos2unix.pod:84 msgid "Dos2unix was modelled after dos2unix under SunOS/Solaris. There is one important difference with the original SunOS/Solaris version. This version does by default in-place conversion (old file mode), while the original SunOS/Solaris version only supports paired conversion (new file mode). See also options C<-o> and C<-n>." msgstr "Dos2unix modellerades efter dos2unix från SunOS/Solaris. Det finns en viktig skillnad gentemot originalversionen för SunOS/Solaris. Denna versionen gör som standard konverteringen på plats (gammalfilsläge), medan originalversionen från SunOS/Solaris bara hade stöd för parad konvertering (nyfilsläge). Se vidare flaggorna C<-o> och C<-n>." #. type: =head1 #: dos2unix.pod:90 msgid "OPTIONS" msgstr "FLAGGOR" #. type: =item #: dos2unix.pod:94 msgid "B<-->" msgstr "B<-->" #. type: textblock #: dos2unix.pod:96 msgid "Treat all following options as file names. Use this option if you want to convert files whose names start with a dash. For instance to convert a file named \"-foo\", you can use this command:" msgstr "Behandla alla efterföljande flaggor som filnamn. Använd denna flagg om du vill konvertera filer vars namn börjar med bindestreck. För att till exempel konvertera en fil med namnet “-foo“ kan du använda detta kommando:" #. type: verbatim #: dos2unix.pod:100 #, no-wrap msgid "" " dos2unix -- -foo\n" "\n" msgstr "" " dos2unix -- -foo\n" "\n" #. type: textblock #: dos2unix.pod:102 msgid "Or in new file mode:" msgstr "Eller i nyfilsläge:" #. type: verbatim #: dos2unix.pod:104 #, no-wrap msgid "" " dos2unix -n -- -foo out.txt\n" "\n" msgstr "" " dos2unix -n -- -foo out.txt\n" "\n" #. type: =item #: dos2unix.pod:106 msgid "B<-ascii>" msgstr "B<-ascii>" #. type: textblock #: dos2unix.pod:108 msgid "Convert only line breaks. This is the default conversion mode." msgstr "Konvertera enbart radbrytningar. Detta är standardkonverteringsläget." #. type: =item #: dos2unix.pod:110 msgid "B<-iso>" msgstr "B<-iso>" #. type: textblock #: dos2unix.pod:112 msgid "Conversion between DOS and ISO-8859-1 character set. See also section CONVERSION MODES." msgstr "Konvertering mellan DOS- och ISO-8859-1-teckentabeller. Se vidare stycket KONVERTERINGSLÄGEN." #. type: =item #: dos2unix.pod:115 msgid "B<-1252>" msgstr "B<-1252>" #. type: textblock #: dos2unix.pod:117 msgid "Use Windows code page 1252 (Western European)." msgstr "Använd Windows-teckentabell 1252 (Västeuropeisk)." #. type: =item #: dos2unix.pod:119 msgid "B<-437>" msgstr "B<-437>" #. type: textblock #: dos2unix.pod:121 msgid "Use DOS code page 437 (US). This is the default code page used for ISO conversion." msgstr "Använd DOS-teckentabell 437 (USA). Detta är standardteckentabellen som används för ISO-konvertering." #. type: =item #: dos2unix.pod:123 msgid "B<-850>" msgstr "B<-850>" #. type: textblock #: dos2unix.pod:125 msgid "Use DOS code page 850 (Western European)." msgstr "Använd DOS-teckentabell 850 (Västeuropeisk)." #. type: =item #: dos2unix.pod:127 msgid "B<-860>" msgstr "B<-860>" #. type: textblock #: dos2unix.pod:129 msgid "Use DOS code page 860 (Portuguese)." msgstr "Använd DOS-teckentabell 860 (Portugisisk)." #. type: =item #: dos2unix.pod:131 msgid "B<-863>" msgstr "B<-863>" #. type: textblock #: dos2unix.pod:133 msgid "Use DOS code page 863 (French Canadian)." msgstr "Använd DOS-teckentabell 863 (Fransk-kanadensisk)." #. type: =item #: dos2unix.pod:135 msgid "B<-865>" msgstr "B<-865>" #. type: textblock #: dos2unix.pod:137 msgid "Use DOS code page 865 (Nordic)." msgstr "Använd DOS-teckentabell 865 (Nordisk)." #. type: =item #: dos2unix.pod:139 msgid "B<-7>" msgstr "B<-7>" #. type: textblock #: dos2unix.pod:141 msgid "Convert 8 bit characters to 7 bit space." msgstr "Konvertera 8-bitars tecken till 7-bitars blanksteg." #. type: =item #: dos2unix.pod:143 msgid "B<-b, --keep-bom>" msgstr "B<-b, --keep-bom>" #. type: textblock #: dos2unix.pod:145 msgid "Keep Byte Order Mark (BOM). When the input file has a BOM, write a BOM in the output file. This is the default behavior when converting to DOS line breaks. See also option C<-r>." msgstr "Behåll byteordningsmarkering (Byte Order Mark, BOM). Om infilen har en BOM, skriv en BOM i utfilen. Detta är standardbeteendet vid konvertering av DOS-radbrytningar. Se vidare flaggan C<-r>." #. type: =item #: dos2unix.pod:149 msgid "B<-c, --convmode CONVMODE>" msgstr "B<-c, --convmode KONVERTERINGLÄGE>" #. type: textblock #: dos2unix.pod:151 msgid "Set conversion mode. Where CONVMODE is one of: I, I<7bit>, I, I with ascii being the default." msgstr "Ställer in konverteringsläge. Där KONVERTERINGSLÄGE är en av: I, I<7bit>, I, I där ascii är standard." #. type: =item #: dos2unix.pod:155 msgid "B<-D, --display-enc ENCODING>" msgstr "B<-D, --display-enc KODNING>" #. type: textblock #: dos2unix.pod:157 msgid "Set encoding of displayed text. Where ENCODING is one of: I, I, I with ansi being the default." msgstr "Ställ in kodning för visad text. Där KODNING är en av: I, I, I där ansi är standardvalet." #. type: textblock #: dos2unix.pod:161 msgid "This option is only available in dos2unix for Windows with Unicode file name support. This option has no effect on the actual file names read and written, only on how they are displayed." msgstr "Denna flagga finns bara tillgänglig i dos2unix för Windows med stöd för Unicode-filnamn. Denna flagga har ingen effekt på själva filnamnen som läses och skrivs, bara på hur de visas." #. type: textblock #: dos2unix.pod:165 msgid "There are several methods for displaying text in a Windows console based on the encoding of the text. They all have their own advantages and disadvantages." msgstr "Det finns flera metoder för att visa text i en Windows-konsol baserad på vilken kodning texten har. De har alla för- och nackdelar." #. type: =item #: dos2unix.pod:171 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:173 msgid "Dos2unix's default method is to use ANSI encoded text. The advantage is that it is backwards compatible. It works with raster and TrueType fonts. In some regions you may need to change the active DOS OEM code page to the Windows system ANSI code page using the C command, because dos2unix uses the Windows system code page." msgstr "Dos2unix standardmetod är att använda ANSI-kodad text. Fördelen är att den är bakåtkompatibel. Det fungerar med raster- och TrueType-teckensnitt. I vissa regioner kan du behöva ändra den aktiva DOS OEM-teckentabellen till Windows-systemets ANSI-teckentabell genom att använda kommandot C, eftersom dos2unix använder Windows-systemets teckentabell." #. type: textblock #: dos2unix.pod:179 msgid "The disadvantage of ansi is that international file names with characters not inside the system default code page are not displayed properly. You will see a question mark, or a wrong symbol instead. When you don't work with foreign file names this method is OK." msgstr "Nackdelen med ansi är att internationella filnamn med tecken som inte finns i systemets standardteckentabell inte visas korrekt. Du kommer att se frågetecken, eller en felaktig symbol istället. När du inte arbetar med utländska filnamn är denna metoden OK." #. type: =item #: dos2unix.pod:184 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:186 msgid "The advantage of unicode (the Windows name for UTF-16) encoding is that text is usually properly displayed. There is no need to change the active code page. You may need to set the console's font to a TrueType font to have international characters displayed properly. When a character is not included in the TrueType font you usually see a small square, sometimes with a question mark in it." msgstr "Fördelen med unicode-kodning (Windows-namnet för UTF-16) är att text vanligtvis visas korrekt. Det finns inget behov av att ändra den aktiva teckentabellen. Du kan behöva ställa in konsolens teckensnitt till ett TrueType-teckensnitt för att få internationella tecken att visas korrekt. När ett tecken inte finns inkluderat i TrueType-teckensnittet kommer du vanligtvis att se en liten ruta, ibland med ett frågetecken inuti." #. type: textblock #: dos2unix.pod:192 msgid "When you use the ConEmu console all text is displayed properly, because ConEmu automatically selects a good font." msgstr "När du använder ConEmu-konsolen kommer all text att visas korrekt eftersom ConEmu automatiskt väljer ett bra teckensnitt." #. type: textblock #: dos2unix.pod:195 msgid "The disadvantage of unicode is that it is not compatible with ASCII. The output is not easy to handle when you redirect it to another program or a file. Redirection to a file does not give a correct UTF-16 file." msgstr "Nackdelen med unicode är att den inte är kompatibel med ASCII. Utmatningen är inte lätt att hantera när du omdirigerar den till ett annat program eller en fil. Omdirigering till en fil kommer inte att ge en korrekt UTF-16-fil." #. type: =item #: dos2unix.pod:199 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:201 msgid "The advantage of utf8 is that it is compatible with ASCII and when you redirect it to a file you get a proper UTF-8 file. You need to set the console's font to a TrueType font. With a TrueType font the text is displayed similar as with the C encoding." msgstr "Fördelen med utf8 är att den är kompatibel med ASCII och när du omdirigerar den till en fil kommer du att få en korrekt UTF-8-fil. Du måste ställa in konsolens teckensnitt till ett TrueType-teckensnitt. Med ett TrueType-teckensnitt kommer text att visas på liknande sätt som med C-kodningen." #. type: textblock #: dos2unix.pod:206 msgid "The disadvantage is that when you use the default raster font all non-ASCII characters are displayed wrong. Not only unicode file names, but also translated messages become unreadable. On Windows configured for an East-Asian region you may see a lot of flickering of the console when the messages are displayed." msgstr "Nackdelen är att när du använder standardrasterteckensnittet kommer alla icke-ASCII tecken att visas fel. Inte enbart unicode-filnamn, utan också översatta meddelanden kommer att bli oläsbara. Under Windows som konfigurerats för Östasien kan man komma att se många blinkningar i konsolen när meddelanden visas." #. type: textblock #: dos2unix.pod:212 msgid "In a ConEmu console the utf8 encoding method works well." msgstr "I ConEmu-konsolen fungerar utf8-kodningsmetoden väl." #. type: textblock #: dos2unix.pod:216 msgid "The default encoding can be changed with environment variable DOS2UNIX_DISPLAY_ENC by setting it to C or C." msgstr "Standardkodningen kan ändras via miljövariabeln DOS2UNIX_DISPLAY_ENC genom att sätta den till C eller C." #. type: =item #: dos2unix.pod:219 msgid "B<-f, --force>" msgstr "B<-f, --force>" #. type: textblock #: dos2unix.pod:221 msgid "Force conversion of binary files." msgstr "Tvinga konvertering av binära filer." #. type: =item #: dos2unix.pod:223 msgid "B<-gb, --gb18030>" msgstr "B<-gb, --gb18030>" #. type: textblock #: dos2unix.pod:225 msgid "On Windows UTF-16 files are by default converted to UTF-8, regardless of the locale setting. Use this option to convert UTF-16 files to GB18030. This option is only available on Windows. See also section GB18030." msgstr "Under Windows konverteras UTF-16-filer som standard till UTF-8, oavsett vilken lokalinställning som är gjord. Använd denna flagga för att konvertera UTF-16-filer till GB18030. Denna flagga finns bara tillgänglig i Windows. Se vidare i avsnittet GB18030." #. type: =item #: dos2unix.pod:229 msgid "B<-h, --help>" msgstr "B<-h, --help>" #. type: textblock #: dos2unix.pod:231 msgid "Display help and exit." msgstr "Visa hjälptext och avsluta." #. type: =item #: dos2unix.pod:233 msgid "B<-i[FLAGS], --info[=FLAGS] FILE ...>" msgstr "B<-i[FLAGGOR], --info[=FLAGGOR] FIL ...>" #. type: textblock #: dos2unix.pod:235 msgid "Display file information. No conversion is done." msgstr "Visa filinformation. Ingen konvertering görs." #. type: textblock #: dos2unix.pod:237 msgid "The following information is printed, in this order: number of DOS line breaks, number of Unix line breaks, number of Mac line breaks, byte order mark, text or binary, file name." msgstr "Följande information skrivs ut, i denna ordningen: antal DOS-radbrytningar, antal Unix-radbrytningar, antal Mac-radbrytningar, byteordningsmarkeringen, text eller binär, filnamn." #. type: textblock #: dos2unix.pod:241 msgid "Example output:" msgstr "Exempelutmatning:" #. type: verbatim #: dos2unix.pod:243 #, no-wrap msgid "" " 6 0 0 no_bom text dos.txt\n" " 0 6 0 no_bom text unix.txt\n" " 0 0 6 no_bom text mac.txt\n" " 6 6 6 no_bom text mixed.txt\n" " 50 0 0 UTF-16LE text utf16le.txt\n" " 0 50 0 no_bom text utf8unix.txt\n" " 50 0 0 UTF-8 text utf8dos.txt\n" " 2 418 219 no_bom binary dos2unix.exe\n" "\n" msgstr "" " 6 0 0 no_bom text dos.txt\n" " 0 6 0 no_bom text unix.txt\n" " 0 0 6 no_bom text mac.txt\n" " 6 6 6 no_bom text mixed.txt\n" " 50 0 0 UTF-16LE text utf16le.txt\n" " 0 50 0 no_bom text utf8unix.txt\n" " 50 0 0 UTF-8 text utf8dos.txt\n" " 2 418 219 no_bom binär dos2unix.exe\n" "\n" #. type: textblock #: dos2unix.pod:252 msgid "Optionally extra flags can be set to change the output. One or more flags can be added." msgstr "Extra flaggor kan användas valfritt för att ändra utmatningen. En eller fler flaggor kan läggas till." #. type: =item #: dos2unix.pod:257 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:259 msgid "Print number of DOS line breaks." msgstr "Skriv ut antal DOS-radbrytningar." #. type: =item #: dos2unix.pod:261 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:263 msgid "Print number of Unix line breaks." msgstr "Skriv ut antal Unix-radbrytningar." #. type: =item #: dos2unix.pod:265 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:267 msgid "Print number of Mac line breaks." msgstr "Skriv ut antal Mac-radbrytningar." #. type: =item #: dos2unix.pod:269 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:271 msgid "Print the byte order mark." msgstr "Skriv ut byteordningsmarkeringen." #. type: =item #: dos2unix.pod:273 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:275 msgid "Print if file is text or binary." msgstr "Skriv ut om filen är text eller binär." #. type: =item #: dos2unix.pod:277 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:279 msgid "Print only the files that would be converted." msgstr "Skriv bara ut filerna som skulle ha konverterats." #. type: textblock #: dos2unix.pod:281 msgid "With the C flag dos2unix will print only the files that contain DOS line breaks, unix2dos will print only file names that have Unix line breaks." msgstr "Med C-flaggan kommer dos2unix att skriva ut filerna som innehåller DOS-radbrytningar, unix2dos kommer bara att skriva ut filnamn som har Unix-radbrytningar." #. type: textblock #: dos2unix.pod:286 msgid "Examples:" msgstr "Exempel:" #. type: textblock #: dos2unix.pod:288 msgid "Show information for all *.txt files:" msgstr "Visa information för alla *.txt-filer:" #. type: verbatim #: dos2unix.pod:290 #, no-wrap msgid "" " dos2unix -i *.txt\n" "\n" msgstr "" " dos2unix -i *.txt\n" "\n" #. type: textblock #: dos2unix.pod:292 msgid "Show only the number of DOS line breaks and Unix line breaks:" msgstr "Visa bara antalet DOS-radbrytningar och Unix-radbrytningar:" #. type: verbatim #: dos2unix.pod:294 #, no-wrap msgid "" " dos2unix -idu *.txt\n" "\n" msgstr "" " dos2unix -idu *.txt\n" "\n" #. type: textblock #: dos2unix.pod:296 msgid "Show only the byte order mark:" msgstr "Visa bara byteordningsmarkeringen:" #. type: verbatim #: dos2unix.pod:298 #, no-wrap msgid "" " dos2unix --info=b *.txt\n" "\n" msgstr "" " dos2unix --info=b *.txt\n" "\n" #. type: textblock #: dos2unix.pod:300 msgid "List the files that have DOS line breaks:" msgstr "Lista filerna som har DOS-radbrytningar:" #. type: verbatim #: dos2unix.pod:302 #, no-wrap msgid "" " dos2unix -ic *.txt\n" "\n" msgstr "" " dos2unix -ic *.txt\n" "\n" #. type: textblock #: dos2unix.pod:304 msgid "List the files that have Unix line breaks:" msgstr "Lista filerna som har Unix-radbrytningar:" #. type: verbatim #: dos2unix.pod:306 #, no-wrap msgid "" " unix2dos -ic *.txt\n" "\n" msgstr "" " unix2dos -ic *.txt\n" "\n" #. type: textblock #: dos2unix.pod:308 msgid "Convert only files that have DOS line breaks and leave the other files untouched:" msgstr "Konvertera endast filer som har DOS-radbrytningar och lämna övriga filer orörda:" #. type: verbatim #: dos2unix.pod:310 #, no-wrap msgid "" " dos2unix -ic *.txt | xargs dos2unix\n" "\n" msgstr "" " dos2unix -ic *.txt | xargs dos2unix\n" "\n" #. type: textblock #: dos2unix.pod:312 msgid "Find text files that have DOS line breaks:" msgstr "Hitta textfiler som har DOS-radbrytningar:" #. type: verbatim #: dos2unix.pod:314 #, no-wrap msgid "" " find -name '*.txt' | xargs dos2unix -ic\n" "\n" msgstr "" " find -name '*.txt' | xargs dos2unix -ic\n" "\n" #. type: =item #: dos2unix.pod:316 msgid "B<-k, --keepdate>" msgstr "B<-k, --keepdate>" #. type: textblock #: dos2unix.pod:318 msgid "Keep the date stamp of output file same as input file." msgstr "Behåll infilens datumstämpel för utfilen." #. type: =item #: dos2unix.pod:320 msgid "B<-L, --license>" msgstr "B<-L, --license>" #. type: textblock #: dos2unix.pod:322 msgid "Display program's license." msgstr "Visa programmets licens." #. type: =item #: dos2unix.pod:324 msgid "B<-l, --newline>" msgstr "B<-l, --newline>" #. type: textblock #: dos2unix.pod:326 msgid "Add additional newline." msgstr "Lägg till ytterligare nyrad." #. type: textblock #: dos2unix.pod:328 msgid "B: Only DOS line breaks are changed to two Unix line breaks. In Mac mode only Mac line breaks are changed to two Unix line breaks." msgstr "B: Endast DOS-radbrytningar ändras till två Unix-radbrytningar. I Mac-läge ändras endast Mac-radbrytningar till två Unix-radbrytningar." #. type: textblock #: dos2unix.pod:332 msgid "B: Only Unix line breaks are changed to two DOS line breaks. In Mac mode Unix line breaks are changed to two Mac line breaks." msgstr "B: Endast Unix-radbrytningar ändras till två DOS-radbrytningar. I Mac-läge ändras Unix-radbrytningar till två Mac-radbrytningar." #. type: =item #: dos2unix.pod:335 msgid "B<-m, --add-bom>" msgstr "B<-m, --add-bom>" #. type: textblock #: dos2unix.pod:337 msgid "Write a Byte Order Mark (BOM) in the output file. By default an UTF-8 BOM is written." msgstr "Skriv en byteordningsmarkering (Byte Order Mark, BOM) i utfilen. Som standard skrivs en UTF-8 BOM." #. type: textblock #: dos2unix.pod:340 msgid "When the input file is UTF-16, and the option C<-u> is used, an UTF-16 BOM will be written." msgstr "När infilen är UTF-16, och flaggan C<-u> används, kommer en UTF-16 BOM att skrivas." #. type: textblock #: dos2unix.pod:343 msgid "Never use this option when the output encoding is other than UTF-8, UTF-16, or GB18030. See also section UNICODE." msgstr "Använd aldrig denna flagga när kodningen för utmatning är något annat än UTF-8, UTF-16 eller GB18030. Se vidare i avsnittet UNICODE." #. type: =item #: dos2unix.pod:347 msgid "B<-n, --newfile INFILE OUTFILE ...>" msgstr "B<-n, --newfile INFIL UTFIL …>" #. type: textblock #: dos2unix.pod:349 msgid "New file mode. Convert file INFILE and write output to file OUTFILE. File names must be given in pairs and wildcard names should I be used or you I lose your files." msgstr "Nyfilsläge. Konvertera filen INFIL och skriv utfilen UTFIL. Filnamnen måste ange i par och jokertecken i namnen ska I användas annars I du att förlora filer." #. type: textblock #: dos2unix.pod:353 msgid "The person who starts the conversion in new file (paired) mode will be the owner of the converted file. The read/write permissions of the new file will be the permissions of the original file minus the umask(1) of the person who runs the conversion." msgstr "Användaren som påbörjar konverteringen i nyfilsläge (paratläge) kommer att bli ägaren till den konverterade filen. Läs-/skrivbehörigheter för den nya filen kommer att vara samma behörigheter som för originalfilen minus umask(1) för användaren som kör konverteringen." #. type: =item #: dos2unix.pod:358 msgid "B<-o, --oldfile FILE ...>" msgstr "B<-o, --oldfile FIL …>" #. type: textblock #: dos2unix.pod:360 msgid "Old file mode. Convert file FILE and overwrite output to it. The program defaults to run in this mode. Wildcard names may be used." msgstr "Gammalfilsläge. Konvertera filen FIL och skriv över den med utmatningen. Programmet kör i detta läge som standard. Jokertecken i filnamn får användas." #. type: textblock #: dos2unix.pod:363 msgid "In old file (in-place) mode the converted file gets the same owner, group, and read/write permissions as the original file. Also when the file is converted by another user who has write permissions on the file (e.g. user root). The conversion will be aborted when it is not possible to preserve the original values. Change of owner could mean that the original owner is not able to read the file any more. Change of group could be a security risk, the file could be made readable for persons for whom it is not intended. Preservation of owner, group, and read/write permissions is only supported on Unix." msgstr "I gammalfilsläge (på-plats läge) kommer den konverterade filen att få samma ägare, grupp samt läs-/skrivbehörigheter som originalfilen. Även då filen konverteras av en annan användare som har skrivbehörighet för filen (t.ex. användaren root). Konverteringen kommer att avbrytas när det inte är möjligt att bevara originalvärdena. Byte av ägare skulle kunna innebära att originalägaren inte längre kan läsa filen. Byte av grupp skulle kunna vara en säkerhetsrisk, filen skulle kunna bli läsbar för användare som den inte är avsedd för. Stöd för bevarande av ägare, grupp och läs-/skrivbehörigheter finns bara i Unix." #. type: =item #: dos2unix.pod:372 msgid "B<-q, --quiet>" msgstr "B<-q, --quiet>" #. type: textblock #: dos2unix.pod:374 msgid "Quiet mode. Suppress all warnings and messages. The return value is zero. Except when wrong command-line options are used." msgstr "Tyst drift. Undertryck alla varningar och meddelanden. Returvärdet är noll. Utom när felaktiga kommandoradsflaggor används." #. type: =item #: dos2unix.pod:377 msgid "B<-r, --remove-bom>" msgstr "B<-r, --remove-bom>" #. type: textblock #: dos2unix.pod:379 msgid "Remove Byte Order Mark (BOM). Do not write a BOM in the output file. This is the default behavior when converting to Unix line breaks. See also option C<-b>." msgstr "Ta bort byteordningsmarkering (Byte Order Mark, BOM). Skriv inte en BOM i utfilen. Detta är standardbeteende vid konvertering av Unix-radbrytningar. Se vidare flaggan C<-b>." #. type: =item #: dos2unix.pod:383 msgid "B<-s, --safe>" msgstr "B<-s, --safe>" #. type: textblock #: dos2unix.pod:385 msgid "Skip binary files (default)." msgstr "Hoppa över binära filer (standard)." #. type: =item #: dos2unix.pod:387 msgid "B<-u, --keep-utf16>" msgstr "B<-u, --keep-utf16>" #. type: textblock #: dos2unix.pod:389 msgid "Keep the original UTF-16 encoding of the input file. The output file will be written in the same UTF-16 encoding, little or big endian, as the input file. This prevents transformation to UTF-8. An UTF-16 BOM will be written accordingly. This option can be disabled with the C<-ascii> option." msgstr "Behåll infilens original UTF-16-kodning. Utfilen kommer att skrivas med samma UTF-16-kodning som infilen, omvänd eller rak byteordning (little eller big endian). Detta förhindrar transformation till UTF-8. En UTF-16 BOM kommer att skrivas i enlighet med detta. Denna flagga kan inaktiveras med C<-ascii>-flaggan." #. type: =item #: dos2unix.pod:394 msgid "B<-ul, --assume-utf16le>" msgstr "B<-ul, --assume-utf16le>" #. type: textblock #: dos2unix.pod:396 msgid "Assume that the input file format is UTF-16LE." msgstr "Antag att infilsformatet är UTF-16LE." #. type: textblock #: dos2unix.pod:398 msgid "When there is a Byte Order Mark in the input file the BOM has priority over this option." msgstr "När det finns en byteordningsmarkering (Byte Order Mark) i infilen så har BOM:en högre prioritet än denna flagga." #. type: textblock #: dos2unix.pod:401 msgid "When you made a wrong assumption (the input file was not in UTF-16LE format) and the conversion succeeded, you will get an UTF-8 output file with wrong text. You can undo the wrong conversion with iconv(1) by converting the UTF-8 output file back to UTF-16LE. This will bring back the original file." msgstr "När du har gjort fel antagande (infilen var inte i UTF-16LE-format) och konverteringens lyckas, kommer du att få en UTF-8 utfil med felaktig text. Du kan göra denna konvertering ogjord med iconv(1) genom att konvertera UTF-8 utfilen tillbaka till UTF-16LE. Detta kommer att återskapa originalfilen." #. type: textblock #: dos2unix.pod:406 msgid "The assumption of UTF-16LE works as a I. By switching to the default I mode the UTF-16LE assumption is turned off." msgstr "Antagandet om UTF-16LE fungerar som ett I. Genom att växla till standard I-läget kommer UTF-16LE antagandet att stängas av." #. type: =item #: dos2unix.pod:409 msgid "B<-ub, --assume-utf16be>" msgstr "B<-ub, --assume-utf16be>" #. type: textblock #: dos2unix.pod:411 msgid "Assume that the input file format is UTF-16BE." msgstr "Antag att infilsformatet är UTF-16BE." #. type: textblock #: dos2unix.pod:413 msgid "This option works the same as option C<-ul>." msgstr "Denna flagga fungerar på samma sätt som flaggan C<-ul>." #. type: =item #: dos2unix.pod:415 msgid "B<-v, --verbose>" msgstr "B<-v, --verbose>" #. type: textblock #: dos2unix.pod:417 msgid "Display verbose messages. Extra information is displayed about Byte Order Marks and the amount of converted line breaks." msgstr "Visa utförliga meddelanden. Extra information visas om byteordningsmarkeringar och antalet konverterade radbrytningar." #. type: =item #: dos2unix.pod:420 msgid "B<-F, --follow-symlink>" msgstr "B<-F, --follow-symlink>" #. type: textblock #: dos2unix.pod:422 msgid "Follow symbolic links and convert the targets." msgstr "Följ symboliska länkar och konvertera målen." #. type: =item #: dos2unix.pod:424 msgid "B<-R, --replace-symlink>" msgstr "B<-R, --replace-symlink>" #. type: textblock #: dos2unix.pod:426 msgid "Replace symbolic links with converted files (original target files remain unchanged)." msgstr "Ersätt symboliska länkar med konverterade filer (original målfilerna förblir oförändrade)." #. type: =item #: dos2unix.pod:429 msgid "B<-S, --skip-symlink>" msgstr "B<-S, --skip-symlink>" #. type: textblock #: dos2unix.pod:431 msgid "Keep symbolic links and targets unchanged (default)." msgstr "Behåll symboliska länkar och mål oförändrade (standard)." #. type: =item #: dos2unix.pod:433 msgid "B<-V, --version>" msgstr "B<-V, --version>" #. type: textblock #: dos2unix.pod:435 msgid "Display version information and exit." msgstr "Visa versionsinformation och avsluta." #. type: =head1 #: dos2unix.pod:439 msgid "MAC MODE" msgstr "MAC-LÄGE" #. type: textblock #: dos2unix.pod:441 msgid "In normal mode line breaks are converted from DOS to Unix and vice versa. Mac line breaks are not converted." msgstr "I normalläge konverteras radbrytningar från DOS till Unix och vice versa. Mac-radbrytningar konverteras inte." #. type: textblock #: dos2unix.pod:444 msgid "In Mac mode line breaks are converted from Mac to Unix and vice versa. DOS line breaks are not changed." msgstr "I Mac-läge konverteras radbrytningar från Mac till Unix och vice versa. DOS-radbrytningar ändras ej." #. type: textblock #: dos2unix.pod:447 msgid "To run in Mac mode use the command-line option C<-c mac> or use the commands C or C." msgstr "För att köra i Mac-läge använd kommandoradsflaggan C<-c mac> eller använd kommandona C eller C." #. type: =head1 #: dos2unix.pod:450 msgid "CONVERSION MODES" msgstr "KONVERTERINGSLÄGEN" #. type: =item #: dos2unix.pod:454 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:456 msgid "In mode C only line breaks are converted. This is the default conversion mode." msgstr "I läget C konverteras enbart radbrytningar. Detta är standardkonverteringsläget." #. type: textblock #: dos2unix.pod:459 msgid "Although the name of this mode is ASCII, which is a 7 bit standard, the actual mode is 8 bit. Use always this mode when converting Unicode UTF-8 files." msgstr "Även om namnet på detta läge är ASCII, vilket är en 7-bitarsstandard, så är det läget egentligen ett 8-bitarsläge. Använd alltid detta läge vid konvertering av Unicode UTF-8-filer." #. type: =item #: dos2unix.pod:463 msgid "B<7bit>" msgstr "B<7bit>" #. type: textblock #: dos2unix.pod:465 msgid "In this mode all 8 bit non-ASCII characters (with values from 128 to 255) are converted to a 7 bit space." msgstr "I detta läge konverteras alla 8-bitars icke-ASCII tecken (med värden från 128 till 255) till ett 7-bitars blanksteg." #. type: =item #: dos2unix.pod:468 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:470 msgid "Characters are converted between a DOS character set (code page) and ISO character set ISO-8859-1 (Latin-1) on Unix. DOS characters without ISO-8859-1 equivalent, for which conversion is not possible, are converted to a dot. The same counts for ISO-8859-1 characters without DOS counterpart." msgstr "Tecken konverteras mellan DOS teckenuppsättning (teckentabell) och ISO teckenuppsättning ISO-8859-1 (Latin-1) på Unix. DOS tecken utan motsvarande ISO-8859-1 tecken, för vilka konvertering är omöjligt, kommer att ersättas med en punkt. Detsamma gäller för ISO-8859-1 tecken utan motsvarighet i DOS." #. type: textblock #: dos2unix.pod:475 msgid "When only option C<-iso> is used dos2unix will try to determine the active code page. When this is not possible dos2unix will use default code page CP437, which is mainly used in the USA. To force a specific code page use options C<-437> (US), C<-850> (Western European), C<-860> (Portuguese), C<-863> (French Canadian), or C<-865> (Nordic). Windows code page CP1252 (Western European) is also supported with option C<-1252>. For other code pages use dos2unix in combination with iconv(1). Iconv can convert between a long list of character encodings." msgstr "När enbart flaggan C<-iso> används kommer dos2unix att försöka avgöra den aktiva teckentabellen. När detta inte är möjligt kommer dos2unix att använda standardteckentabellen CP437, vilken huvudsakligen används i USA. För att tvinga en specifik tackentabell använd flaggorna C<-437> (USA), C<-850> (Västeuropeisk), C<-860> (Portugisisk), C<-863> (Fransk-kanadensisk) eller C<-865> (Nordisk). Det finns också stöd för Windows-teckentabell CP-1252 (Västeuropeisk) via flaggan C<-1252>. För andra teckentabeller använd dos2unix i kombination med iconv(1). iconv kan konvertera mellan en lång lista av teckenkodningar." #. type: textblock #: dos2unix.pod:484 msgid "Never use ISO conversion on Unicode text files. It will corrupt UTF-8 encoded files." msgstr "Använd aldrig ISO-konvertering på Unicode-textfiler. Det kommer att korrumpera UTF-8-kodade filer." #. type: textblock #: dos2unix.pod:486 msgid "Some examples:" msgstr "Några exempel:" #. type: textblock #: dos2unix.pod:488 msgid "Convert from DOS default code page to Unix Latin-1:" msgstr "Konvertera från DOS standardteckentabell till Unix Latin-1:" #. type: verbatim #: dos2unix.pod:490 #, no-wrap msgid "" " dos2unix -iso -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -iso -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:492 msgid "Convert from DOS CP850 to Unix Latin-1:" msgstr "Konvertera från DOS CP850 till Unix Latin-1:" #. type: verbatim #: dos2unix.pod:494 #, no-wrap msgid "" " dos2unix -850 -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -850 -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:496 msgid "Convert from Windows CP1252 to Unix Latin-1:" msgstr "Konvertera från Windows CP1252 till Unix Latin-1:" #. type: verbatim #: dos2unix.pod:498 #, no-wrap msgid "" " dos2unix -1252 -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -1252 -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:500 msgid "Convert from Windows CP1252 to Unix UTF-8 (Unicode):" msgstr "Konvertera från Windows CP1252 till Unix UTF-8 (Unicode):" #. type: verbatim #: dos2unix.pod:502 #, no-wrap msgid "" " iconv -f CP1252 -t UTF-8 in.txt | dos2unix > out.txt\n" "\n" msgstr "" " iconv -f CP1252 -t UTF-8 in.txt | dos2unix > ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:504 msgid "Convert from Unix Latin-1 to DOS default code page:" msgstr "Konvertera från Unix Latin-1 till DOS-standardteckentabell:" #. type: verbatim #: dos2unix.pod:506 #, no-wrap msgid "" " unix2dos -iso -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -iso -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:508 msgid "Convert from Unix Latin-1 to DOS CP850:" msgstr "Konvertera från Unix Latin-1 till DOS CP850:" #. type: verbatim #: dos2unix.pod:510 #, no-wrap msgid "" " unix2dos -850 -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -850 -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:512 msgid "Convert from Unix Latin-1 to Windows CP1252:" msgstr "Konvertera från Unix Latin-1 till Windows CP1252:" #. type: verbatim #: dos2unix.pod:514 #, no-wrap msgid "" " unix2dos -1252 -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -1252 -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:516 msgid "Convert from Unix UTF-8 (Unicode) to Windows CP1252:" msgstr "Konvertera från Unix UTF-8 (Unicode) till Windows CP1252:" #. type: verbatim #: dos2unix.pod:518 #, no-wrap msgid "" " unix2dos < in.txt | iconv -f UTF-8 -t CP1252 > out.txt\n" "\n" msgstr "" " unix2dos < in.txt | iconv -f UTF-8 -t CP1252 > ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:520 msgid "See also L and L." msgstr "Se även L och L." #. type: =head1 #: dos2unix.pod:525 msgid "UNICODE" msgstr "UNICODE" #. type: =head2 #: dos2unix.pod:527 msgid "Encodings" msgstr "Kodningar" #. type: textblock #: dos2unix.pod:529 msgid "There exist different Unicode encodings. On Unix and Linux Unicode files are typically encoded in UTF-8 encoding. On Windows Unicode text files can be encoded in UTF-8, UTF-16, or UTF-16 big endian, but are mostly encoded in UTF-16 format." msgstr "Det finns flera olika Unicode kodningar. I Unix och Liinux kodas filer vanligtvis med UTF-8-kodning. I Windows kan Unicode-textfiler kodas i UTF-8, UTF-16 eller UTF-16 rak byteordning (big endian), men kodas mestadels i UTF-16-format." #. type: =head2 #: dos2unix.pod:534 msgid "Conversion" msgstr "Konvertering" #. type: textblock #: dos2unix.pod:536 msgid "Unicode text files can have DOS, Unix or Mac line breaks, like regular text files." msgstr "Unicode-textfiler kan ha DOS, Unix eller Mac-radbrytningar precis som vanliga textfiler." #. type: textblock #: dos2unix.pod:539 msgid "All versions of dos2unix and unix2dos can convert UTF-8 encoded files, because UTF-8 was designed for backward compatibility with ASCII." msgstr "Alla versioner av dos2unix och unix2dos kan konvertera UTF-8-kodade filer, eftersom UTF-8 designades för bakåtkompatibilitet med ASCII." #. type: textblock #: dos2unix.pod:542 msgid "Dos2unix and unix2dos with Unicode UTF-16 support, can read little and big endian UTF-16 encoded text files. To see if dos2unix was built with UTF-16 support type C." msgstr "Dos2unix och unix2dos med Uncode-UTF-16-stöd, kan läsa UTF-16-kodade textfiler i omvänd och rak byteordning (little och big endian). För att se om dos2unix byggts med UTF-16-stöd skriv C." #. type: textblock #: dos2unix.pod:546 msgid "On Unix/Linux UTF-16 encoded files are converted to the locale character encoding. Use the locale(1) command to find out what the locale character encoding is. When conversion is not possible a conversion error will occur and the file will be skipped." msgstr "Under Unix/Linux kommer UTF-16-kodade filer att konverteras till lokalens teckenkodning. Använd kommandot locale(1) för att ta reda på vilken lokalens teckenkodning är. När konvertering inte är möjlig kommer ett konverteringsfel att inträffa och filen kommer att hoppas över." #. type: textblock #: dos2unix.pod:551 msgid "On Windows UTF-16 files are by default converted to UTF-8. UTF-8 formatted text files are well supported on both Windows and Unix/Linux." msgstr "Under Windows konverteras UTF-16-filer som standard till UTF-8. UTF-8-formaterade textfiler har bra stöd både under Windows och Unix/Linux." #. type: textblock #: dos2unix.pod:554 msgid "UTF-16 and UTF-8 encoding are fully compatible, there will no text be lost in the conversion. When an UTF-16 to UTF-8 conversion error occurs, for instance when the UTF-16 input file contains an error, the file will be skipped." msgstr "UTF-16- och UTF-8-kodning är fullt kompatibla, ingen text kommer att gå förlorad i konverteringen. När ett UTF-16 till UTF-8-konverteringsfel uppstår, till exempel när infilen i UTF-16-format innehåller ett fel, kommer att filen att hoppas över." #. type: textblock #: dos2unix.pod:558 msgid "When option C<-u> is used, the output file will be written in the same UTF-16 encoding as the input file. Option C<-u> prevents conversion to UTF-8." msgstr "När flaggan C<-u> används kommer utfilen att skrivas med samma UTF-16-kodning som infilen. Flaggan C<-u> förhindrar konvertering till UTF-8." #. type: textblock #: dos2unix.pod:561 msgid "Dos2unix and unix2dos have no option to convert UTF-8 files to UTF-16." msgstr "Dos2unix och unix2dos har ingen flagga för att konvertera UTF-8-filer till UTF-16." #. type: textblock #: dos2unix.pod:563 msgid "ISO and 7-bit mode conversion do not work on UTF-16 files." msgstr "ISO- och 7-bitarslägeskonvertering fungerar inte på UTF-16-filer." #. type: =head2 #: dos2unix.pod:565 msgid "Byte Order Mark" msgstr "Byteordningsmarkering (Byte Order Mark)" #. type: textblock #: dos2unix.pod:567 msgid "On Windows Unicode text files typically have a Byte Order Mark (BOM), because many Windows programs (including Notepad) add BOMs by default. See also L." msgstr "I Windows har Unicode-textfiler typiskt en byteordningsmarkering (Byte Order Mark, BOM) eftersom många Windows-program (inklusive Notepad) lägger till BOM:ar som standard. Se även L." #. type: textblock #: dos2unix.pod:571 msgid "On Unix Unicode files typically don't have a BOM. It is assumed that text files are encoded in the locale character encoding." msgstr "I Unix har Unicode-textfiler typiskt ingen BOM. Filer antas vara kodade i den lokala teckenuppsättningen." #. type: textblock #: dos2unix.pod:574 msgid "Dos2unix can only detect if a file is in UTF-16 format if the file has a BOM. When an UTF-16 file doesn't have a BOM, dos2unix will see the file as a binary file." msgstr "Dos2Unix kan bara detektera om en fil är i UTF-16-format om filen har en BOM. När en UTF-16-fil inte har en BOM så kommer dos2unix att de filen som en binärfil." #. type: textblock #: dos2unix.pod:578 msgid "Use option C<-ul> or C<-ub> to convert an UTF-16 file without BOM." msgstr "Använd flaggan C<-ul> eller C<-ub> för att konvertera en UTF-16-fil utan BOM." #. type: textblock #: dos2unix.pod:580 msgid "Dos2unix writes by default no BOM in the output file. With option C<-b> Dos2unix writes a BOM when the input file has a BOM." msgstr "Dos2unix skriver som standard ingen BOM i utfilen. Med flaggan C<-b> kommer Dos2unix att skriva en BOM när infilen har en BOM." #. type: textblock #: dos2unix.pod:583 msgid "Unix2dos writes by default a BOM in the output file when the input file has a BOM. Use option C<-r> to remove the BOM." msgstr "Unix2dos skriver som standard en BOM i utfilen när infilen har en BOM. Använd flaggan C<-r> för att ta bort BOM:en." #. type: textblock #: dos2unix.pod:586 msgid "Dos2unix and unix2dos write always a BOM when option C<-m> is used." msgstr "Dos2unix och unix2dos skriver alltid en BOM när flaggan C<-m> används." #. type: =head2 #: dos2unix.pod:588 msgid "Unicode file names on Windows" msgstr "Unicode-filnamn under Windows" #. type: textblock #: dos2unix.pod:590 msgid "Dos2unix has optional support for reading and writing Unicode file names in the Windows Command Prompt. That means that dos2unix can open files that have characters in the name that are not part of the default system ANSI code page. To see if dos2unix for Windows was built with Unicode file name support type C." msgstr "Dos2unix har valfritt stöd för läsning och skri8vning av Unicode-filnamn i Windows kommandoprompt. Detta innebär att dos2unix kan öppna filer som har tecken i sina namn som inte är en del av systemets atandard ANSI-teckentabell. För att se om dos2unix för Windows byggdes med stöd för Unicode-filnamn skriv C." #. type: textblock #: dos2unix.pod:596 msgid "There are some issues with displaying Unicode file names in a Windows console. See option C<-D>, C<--display-enc>. The file names may be displayed wrongly in the console, but the files will be written with the correct name." msgstr "Det finns en del problem med att visa Unicode-filnamn i en Windows-konsol. Se vidare flaggan C<-D>, C<--display-enc>. Filnamnen kan visas felaktigt i konsolen, men filerna som skrivs kommer att ha de korrekta namnen." #. type: =head2 #: dos2unix.pod:600 msgid "Unicode examples" msgstr "Unicode-exempel" #. type: textblock #: dos2unix.pod:602 msgid "Convert from Windows UTF-16 (with BOM) to Unix UTF-8:" msgstr "Konvertera från Windows UTF-16 (med BOM) till Unix UTF-8:" #. type: verbatim #: dos2unix.pod:604 #, no-wrap msgid "" " dos2unix -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:606 msgid "Convert from Windows UTF-16LE (without BOM) to Unix UTF-8:" msgstr "Konvertera från Windows UTF-16LE (utan BOM) till Unix UTF-8:" #. type: verbatim #: dos2unix.pod:608 #, no-wrap msgid "" " dos2unix -ul -n in.txt out.txt\n" "\n" msgstr "" " dos2unix -ul -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:610 msgid "Convert from Unix UTF-8 to Windows UTF-8 with BOM:" msgstr "Konvertera från Unix UTF-8 till Windows UTF-8 med BOM:" #. type: verbatim #: dos2unix.pod:612 #, no-wrap msgid "" " unix2dos -m -n in.txt out.txt\n" "\n" msgstr "" " unix2dos -m -n in.txt ut.txt\n" "\n" #. type: textblock #: dos2unix.pod:614 msgid "Convert from Unix UTF-8 to Windows UTF-16:" msgstr "Konvertera från Unix UTF-8 till Windows UTF-16:" #. type: verbatim #: dos2unix.pod:616 #, no-wrap msgid "" " unix2dos < in.txt | iconv -f UTF-8 -t UTF-16 > out.txt\n" "\n" msgstr "" " unix2dos < in.txt | iconv -f UTF-8 -t UTF-16 > ut.txt\n" "\n" #. type: =head1 #: dos2unix.pod:618 msgid "GB18030" msgstr "GB18030" #. type: textblock #: dos2unix.pod:620 msgid "GB18030 is a Chinese government standard. A mandatory subset of the GB18030 standard is officially required for all software products sold in China. See also L." msgstr "GB18030 är en standard från Kinesiska regeringen. En obligatorisk delmängd av standarden GB18030 krävs officiellt för alla programvaruprodukter som säljs i Kina. Se vidare L." #. type: textblock #: dos2unix.pod:624 msgid "GB18030 is fully compatible with Unicode, and can be considered an unicode transformation format. Like UTF-8, GB18030 is compatible with ASCII. GB18030 is also compatible with Windows code page 936, also known as GBK." msgstr "GB18030 är fullständigt kompatibel med Unicode och kan anses vara ett överföringsformat för unicode. Precis som UTF-8 är GB18030 kompatibel med ASCII. GB18030 är också kompatibel med Windows-teckentabell 936, också känd som GBK." #. type: textblock #: dos2unix.pod:628 msgid "On Unix/Linux UTF-16 files are converted to GB18030 when the locale encoding is set to GB18030. Note that this will only work if the locale is supported by the system. Use command C to get the list of supported locales." msgstr "Under Unix/Linux kommer UTF-16-filer att konverteras till GB18030 när lokalens teckenkodning är inställd på GB18030. Notera att detta endast kommer att fungera om lokalen har stöd i systemet. Använd kommandot C för att få en lista över de lokaler som stöds." #. type: textblock #: dos2unix.pod:632 msgid "On Windows you need to use option C<-gb> to convert UTF-16 files to GB18030." msgstr "Under Windows måste du använda flaggan C<-gb> för att konvertera UTF-16-filer till GB18030." #. type: textblock #: dos2unix.pod:634 msgid "GB18030 encoded files can have a Byte Order Mark, like Unicode files." msgstr "GB18030-kodade filer kan ha en byteordningsmarkering, precis som Unicode-filer." #. type: =head1 #: dos2unix.pod:636 msgid "EXAMPLES" msgstr "EXEMPEL" #. type: textblock #: dos2unix.pod:638 msgid "Read input from 'stdin' and write output to 'stdout':" msgstr "Läsa inmatning från “stdin“ och skriv utmatning till “stdout“:" #. type: verbatim #: dos2unix.pod:640 #, no-wrap msgid "" " dos2unix\n" " dos2unix -l -c mac\n" "\n" msgstr "" " dos2unix\n" " dos2unix -l -c mac\n" "\n" #. type: textblock #: dos2unix.pod:643 msgid "Convert and replace a.txt. Convert and replace b.txt:" msgstr "Konvertera och ersätta a.txt. Konvertera och ersätt b.txt:" #. type: verbatim #: dos2unix.pod:645 #, no-wrap msgid "" " dos2unix a.txt b.txt\n" " dos2unix -o a.txt b.txt\n" "\n" msgstr "" " dos2unix a.txt b.txt\n" " dos2unix -o a.txt b.txt\n" "\n" #. type: textblock #: dos2unix.pod:648 msgid "Convert and replace a.txt in ascii conversion mode:" msgstr "Konvertera och ersätt a.txt i ascii-konverteringsläge:" #. type: verbatim #: dos2unix.pod:650 #, no-wrap msgid "" " dos2unix a.txt\n" "\n" msgstr "" " dos2unix a.txt\n" "\n" #. type: textblock #: dos2unix.pod:652 msgid "Convert and replace a.txt in ascii conversion mode, convert and replace b.txt in 7bit conversion mode:" msgstr "Konvertera och ersätt a.txt i ascii-konverteringsläge, konvertera och ersätt b.txt i 7bit-konverteringsläge:" #. type: verbatim #: dos2unix.pod:655 #, no-wrap msgid "" " dos2unix a.txt -c 7bit b.txt\n" " dos2unix -c ascii a.txt -c 7bit b.txt\n" " dos2unix -ascii a.txt -7 b.txt\n" "\n" msgstr "" " dos2unix a.txt -c 7bit b.txt\n" " dos2unix -c ascii a.txt -c 7bit b.txt\n" " dos2unix -ascii a.txt -7 b.txt\n" "\n" #. type: textblock #: dos2unix.pod:659 msgid "Convert a.txt from Mac to Unix format:" msgstr "Konvertera a.txt från Mac- till Unix-format:" #. type: verbatim #: dos2unix.pod:661 #, no-wrap msgid "" " dos2unix -c mac a.txt\n" " mac2unix a.txt\n" "\n" msgstr "" " dos2unix -c mac a.txt\n" " mac2unix a.txt\n" "\n" #. type: textblock #: dos2unix.pod:664 msgid "Convert a.txt from Unix to Mac format:" msgstr "Konvertera a.txt från Unix- till Mac-format:" #. type: verbatim #: dos2unix.pod:666 #, no-wrap msgid "" " unix2dos -c mac a.txt\n" " unix2mac a.txt\n" "\n" msgstr "" " unix2dos -c mac a.txt\n" " unix2mac a.txt\n" "\n" #. type: textblock #: dos2unix.pod:669 msgid "Convert and replace a.txt while keeping original date stamp:" msgstr "Konvertera och ersätt a.txt medan originalet tidsstämpel behålls:" #. type: verbatim #: dos2unix.pod:671 #, no-wrap msgid "" " dos2unix -k a.txt\n" " dos2unix -k -o a.txt\n" "\n" msgstr "" " dos2unix -k a.txt\n" " dos2unix -k -o a.txt\n" "\n" #. type: textblock #: dos2unix.pod:674 msgid "Convert a.txt and write to e.txt:" msgstr "Konvertera a.txt och skriv till e.txt:" #. type: verbatim #: dos2unix.pod:676 #, no-wrap msgid "" " dos2unix -n a.txt e.txt\n" "\n" msgstr "" " dos2unix -n a.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:678 msgid "Convert a.txt and write to e.txt, keep date stamp of e.txt same as a.txt:" msgstr "Konvertera a.txt och skriv till e.txt, låt e.txt behålla tidsstämpeln från a.txt:" #. type: verbatim #: dos2unix.pod:680 #, no-wrap msgid "" " dos2unix -k -n a.txt e.txt\n" "\n" msgstr "" " dos2unix -k -n a.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:682 msgid "Convert and replace a.txt, convert b.txt and write to e.txt:" msgstr "Konvertera och ersätt a.txt, konvertera b.txt och skriv till e.txt:" #. type: verbatim #: dos2unix.pod:684 #, no-wrap msgid "" " dos2unix a.txt -n b.txt e.txt\n" " dos2unix -o a.txt -n b.txt e.txt\n" "\n" msgstr "" " dos2unix a.txt -n b.txt e.txt\n" " dos2unix -o a.txt -n b.txt e.txt\n" "\n" #. type: textblock #: dos2unix.pod:687 msgid "Convert c.txt and write to e.txt, convert and replace a.txt, convert and replace b.txt, convert d.txt and write to f.txt:" msgstr "Konvertera c.txt och skriv till e.txt, konvertera och ersätt a.txt, konvertera och ersätt b.txt, konvertera d.txt och skriv till f.txt:" #. type: verbatim #: dos2unix.pod:690 #, no-wrap msgid "" " dos2unix -n c.txt e.txt -o a.txt b.txt -n d.txt f.txt\n" "\n" msgstr "" " dos2unix -n c.txt e.txt -o a.txt b.txt -n d.txt f.txt\n" "\n" #. type: =head1 #: dos2unix.pod:692 msgid "RECURSIVE CONVERSION" msgstr "REKURSIV KONVERTERING" #. type: textblock #: dos2unix.pod:694 msgid "Use dos2unix in combination with the find(1) and xargs(1) commands to recursively convert text files in a directory tree structure. For instance to convert all .txt files in the directory tree under the current directory type:" msgstr "Använd dos2unix i kombination med kommandona find(1) och xargs(1) för att rekursivt konvertera filer i en katalogstruktur. För att till exempel konvertera alla .txt-filer i katalogträdet under den aktuella katalogen skriv:" #. type: verbatim #: dos2unix.pod:698 #, no-wrap msgid "" " find . -name '*.txt' |xargs dos2unix\n" "\n" msgstr "" " find . -name '*.txt' |xargs dos2unix\n" "\n" #. type: textblock #: dos2unix.pod:700 msgid "In a Windows Command Prompt the following command can be used:" msgstr "I en Windows-kommandoprompt kan följande kommando användas:" #. type: verbatim #: dos2unix.pod:702 #, no-wrap msgid "" " for /R %G in (*.txt) do dos2unix \"%G\"\n" "\n" msgstr "" " for /R %G in (*.txt) do dos2unix \"%G\"\n" "\n" #. type: =head1 #: dos2unix.pod:704 msgid "LOCALIZATION" msgstr "LOKALISERING" #. type: =item #: dos2unix.pod:708 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:710 msgid "The primary language is selected with the environment variable LANG. The LANG variable consists out of several parts. The first part is in small letters the language code. The second is optional and is the country code in capital letters, preceded with an underscore. There is also an optional third part: character encoding, preceded with a dot. A few examples for POSIX standard type shells:" msgstr "Det primära språket väljs med miljövariabeln LANG. LANG-variabeln består av flera delas. Den första delen är språkkoden i gemener. Den andra delen är valfri och utgör landskoden i versaler, föregången av ett understreck. Det finns också en valfri tredje del: teckenkodning, föregången av en punkt. Ett par exempel för skal av POSIX-standard-typ:" #. type: verbatim #: dos2unix.pod:717 #, no-wrap msgid "" " export LANG=nl Dutch\n" " export LANG=nl_NL Dutch, The Netherlands\n" " export LANG=nl_BE Dutch, Belgium\n" " export LANG=es_ES Spanish, Spain\n" " export LANG=es_MX Spanish, Mexico\n" " export LANG=en_US.iso88591 English, USA, Latin-1 encoding\n" " export LANG=en_GB.UTF-8 English, UK, UTF-8 encoding\n" "\n" msgstr "" " export LANG=nl Nederländska\n" " export LANG=nl_NL Nederländska, Nederländerna\n" " export LANG=nl_BE Nederländska, Belgien\n" " export LANG=es_ES Spanska, Spanien\n" " export LANG=es_MX Spanska, Mexiko\n" " export LANG=en_US.iso88591 Engelska, USA, Latin-1-kodning\n" " export LANG=en_GB.UTF-8 Engelska, UK, UTF-8-kodning\n" "\n" #. type: textblock #: dos2unix.pod:725 msgid "For a complete list of language and country codes see the gettext manual: L" msgstr "För en fullständig lista över språk och landskoder se vidare i gettext-manualen: L" #. type: textblock #: dos2unix.pod:728 msgid "On Unix systems you can use the command locale(1) to get locale specific information." msgstr "På Unix-system kan du använda kommando locale(1) för att få lokal-specifik information." #. type: =item #: dos2unix.pod:731 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:733 msgid "With the LANGUAGE environment variable you can specify a priority list of languages, separated by colons. Dos2unix gives preference to LANGUAGE over LANG. For instance, first Dutch and then German: C. You have to first enable localization, by setting LANG (or LC_ALL) to a value other than \"C\", before you can use a language priority list through the LANGUAGE variable. See also the gettext manual: L" msgstr "Med miljövariabeln LANGUAGE kan du ange en prioritetslista över språk, separerade med kolon. Dos2unix kommer att ge företräde till LANGAUGE över LANG. Exempelvis först nederländska och sedan tyska: C. Du måste först ha aktiverat lokalisering, genom att sätta LANG (eller LC_ALL) till ett värde annat än “C“, innan du kan använda en prioritetslista för språk via LANGUAGE-variabeln. Se vidare i gettext-manualen: L" #. type: textblock #: dos2unix.pod:741 msgid "If you select a language which is not available you will get the standard English messages." msgstr "Om du väljer ett språk som inte är tillgänglig kommer du att få engelska meddelanden som standard." #. type: =item #: dos2unix.pod:745 msgid "B" msgstr "B" #. type: textblock #: dos2unix.pod:747 msgid "With the environment variable DOS2UNIX_LOCALEDIR the LOCALEDIR set during compilation can be overruled. LOCALEDIR is used to find the language files. The GNU default value is C. Option B<--version> will display the LOCALEDIR that is used." msgstr "Med miljövariabeln DOS2UNIX_LOCALEDIR kan LOCALEDIR som ställts in vid kompilering åsidosättas. LOCALEDIR används för att hitta språkfiler. Standardvärdet för GNU-program är C. Flaggan B<--version> kommer att visa vilken LOCALEDIR som används." #. type: textblock #: dos2unix.pod:752 msgid "Example (POSIX shell):" msgstr "Exempel (POSIX-skal):" #. type: verbatim #: dos2unix.pod:754 #, no-wrap msgid "" " export DOS2UNIX_LOCALEDIR=$HOME/share/locale\n" "\n" msgstr "" " export DOS2UNIX_LOCALEDIR=$HOME/share/locale\n" "\n" #. type: =head1 #: dos2unix.pod:759 msgid "RETURN VALUE" msgstr "RETURVÄRDE" #. type: textblock #: dos2unix.pod:761 msgid "On success, zero is returned. When a system error occurs the last system error will be returned. For other errors 1 is returned." msgstr "Om allt går bra kommer noll att returneras. När ett systemfel uppstår kommer det senaste systemfelet att returneras. För andra fel kommer 1 att returneras." #. type: textblock #: dos2unix.pod:764 msgid "The return value is always zero in quiet mode, except when wrong command-line options are used." msgstr "Returvärdet är alltid noll i tystläge, utom när felaktiga kommandoradsflaggor används." #. type: =head1 #: dos2unix.pod:767 msgid "STANDARDS" msgstr "STANDARDER" #. type: textblock #: dos2unix.pod:769 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:771 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:773 msgid "L" msgstr "L" #. type: textblock #: dos2unix.pod:775 msgid "L" msgstr "L" #. type: =head1 #: dos2unix.pod:777 msgid "AUTHORS" msgstr "FÖRFATTARE" #. type: textblock #: dos2unix.pod:779 msgid "Benjamin Lin - , Bernd Johannes Wuebben (mac2unix mode) - , Christian Wurll (add extra newline) - , Erwin Waterlander - (maintainer)" msgstr "Benjamin Lin - , Bernd Johannes Wuebben (mac2unix-läge) - , Christian Wurll (lägg till en extra radbrytning) - , Erwin Waterlander - (upphovsman)" #. type: textblock #: dos2unix.pod:784 msgid "Project page: L" msgstr "Projektsida: L" #. type: textblock #: dos2unix.pod:786 msgid "SourceForge page: L" msgstr "SourceForge-sida: L" #. type: =head1 #: dos2unix.pod:788 msgid "SEE ALSO" msgstr "SE ÄVEN" #. type: textblock #: dos2unix.pod:790 msgid "file(1) find(1) iconv(1) locale(1) xargs(1)" msgstr "file(1) find(1) iconv(1) locale(1) xargs(1)"