From 1bb0c88762d6fd00d77382381c3e55477bbd1872 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:00:04 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tde-i18n-nds/messages/tdegraphics/kfile_bmp.po | 79 ------ tde-i18n-nds/messages/tdegraphics/kfile_dds.po | 63 ----- tde-i18n-nds/messages/tdegraphics/kfile_dvi.po | 31 --- tde-i18n-nds/messages/tdegraphics/kfile_exr.po | 249 ----------------- tde-i18n-nds/messages/tdegraphics/kfile_gif.po | 43 --- tde-i18n-nds/messages/tdegraphics/kfile_ico.po | 39 --- tde-i18n-nds/messages/tdegraphics/kfile_jpeg.po | 309 ---------------------- tde-i18n-nds/messages/tdegraphics/kfile_pcx.po | 43 --- tde-i18n-nds/messages/tdegraphics/kfile_pdf.po | 71 ----- tde-i18n-nds/messages/tdegraphics/kfile_png.po | 112 -------- tde-i18n-nds/messages/tdegraphics/kfile_pnm.po | 43 --- tde-i18n-nds/messages/tdegraphics/kfile_ps.po | 39 --- tde-i18n-nds/messages/tdegraphics/kfile_rgb.po | 81 ------ tde-i18n-nds/messages/tdegraphics/kfile_tga.po | 67 ----- tde-i18n-nds/messages/tdegraphics/kfile_tiff.po | 211 --------------- tde-i18n-nds/messages/tdegraphics/kfile_xbm.po | 23 -- tde-i18n-nds/messages/tdegraphics/kfile_xpm.po | 27 -- tde-i18n-nds/messages/tdegraphics/tdefile_bmp.po | 79 ++++++ tde-i18n-nds/messages/tdegraphics/tdefile_dds.po | 63 +++++ tde-i18n-nds/messages/tdegraphics/tdefile_dvi.po | 31 +++ tde-i18n-nds/messages/tdegraphics/tdefile_exr.po | 249 +++++++++++++++++ tde-i18n-nds/messages/tdegraphics/tdefile_gif.po | 43 +++ tde-i18n-nds/messages/tdegraphics/tdefile_ico.po | 39 +++ tde-i18n-nds/messages/tdegraphics/tdefile_jpeg.po | 309 ++++++++++++++++++++++ tde-i18n-nds/messages/tdegraphics/tdefile_pcx.po | 43 +++ tde-i18n-nds/messages/tdegraphics/tdefile_pdf.po | 71 +++++ tde-i18n-nds/messages/tdegraphics/tdefile_png.po | 112 ++++++++ tde-i18n-nds/messages/tdegraphics/tdefile_pnm.po | 43 +++ tde-i18n-nds/messages/tdegraphics/tdefile_ps.po | 39 +++ tde-i18n-nds/messages/tdegraphics/tdefile_rgb.po | 81 ++++++ tde-i18n-nds/messages/tdegraphics/tdefile_tga.po | 67 +++++ tde-i18n-nds/messages/tdegraphics/tdefile_tiff.po | 211 +++++++++++++++ tde-i18n-nds/messages/tdegraphics/tdefile_xbm.po | 23 ++ tde-i18n-nds/messages/tdegraphics/tdefile_xpm.po | 27 ++ 34 files changed, 1530 insertions(+), 1530 deletions(-) delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_bmp.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_dds.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_dvi.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_exr.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_gif.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_ico.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_jpeg.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_pcx.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_pdf.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_png.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_pnm.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_ps.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_rgb.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_tga.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_tiff.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_xbm.po delete mode 100644 tde-i18n-nds/messages/tdegraphics/kfile_xpm.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_bmp.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_dds.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_dvi.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_exr.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_gif.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_ico.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_jpeg.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_pcx.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_pdf.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_png.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_pnm.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_ps.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_rgb.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_tga.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_tiff.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_xbm.po create mode 100644 tde-i18n-nds/messages/tdegraphics/tdefile_xpm.po (limited to 'tde-i18n-nds/messages/tdegraphics') diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_bmp.po b/tde-i18n-nds/messages/tdegraphics/kfile_bmp.po deleted file mode 100644 index f1d0970f0e1..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_bmp.po +++ /dev/null @@ -1,79 +0,0 @@ -# Translation of kfile_bmp.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_bmp\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-10-06 18:25+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_bmp.cpp:55 -msgid "Technical Details" -msgstr "Technisch Enkelheiten" - -#: kfile_bmp.cpp:59 -msgid "Type" -msgstr "Typ" - -#: kfile_bmp.cpp:61 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_bmp.cpp:65 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_bmp.cpp:68 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_bmp.cpp:104 -msgid "Windows Bitmap" -msgstr "Windows-Bitmap" - -#: kfile_bmp.cpp:106 -msgid "OS/2 Bitmap Array" -msgstr "OS/2-Bitmap" - -#: kfile_bmp.cpp:108 -msgid "OS/2 Color Icon" -msgstr "OS/2-Klöörlüttbild" - -#: kfile_bmp.cpp:110 -msgid "OS/2 Color Pointer" -msgstr "OS/2-Klöörmuuswieser" - -#: kfile_bmp.cpp:112 -msgid "OS/2 Icon" -msgstr "OS/2-Lüttbild" - -#: kfile_bmp.cpp:114 -msgid "OS/2 Pointer" -msgstr "OS/2-Muuswieser" - -#: kfile_bmp.cpp:156 -msgid "None" -msgstr "Keen" - -#: kfile_bmp.cpp:159 -msgid "RLE 8bit/pixel" -msgstr "RLE 8 Bit/Pixel" - -#: kfile_bmp.cpp:162 -msgid "RLE 4bit/pixel" -msgstr "RLE 4 Bit/Pixel" - -#: kfile_bmp.cpp:165 -msgid "Bitfields" -msgstr "Bitfeller" - -#: kfile_bmp.cpp:168 -msgid "Unknown" -msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_dds.po b/tde-i18n-nds/messages/tdegraphics/kfile_dds.po deleted file mode 100644 index 4f8ccc30e3a..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_dds.po +++ /dev/null @@ -1,63 +0,0 @@ -# Translation of kfile_dds.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_dds\n" -"POT-Creation-Date: 2004-11-01 01:46+0100\n" -"PO-Revision-Date: 2006-10-06 22:46+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_dds.cpp:192 -msgid "Technical Details" -msgstr "Technisch Enkelheiten" - -#: kfile_dds.cpp:196 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_dds.cpp:200 -msgid "Depth" -msgstr "Deepde" - -#: kfile_dds.cpp:203 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_dds.cpp:206 -msgid "Mipmap Count" -msgstr "Tall vun Mipmaps" - -#: kfile_dds.cpp:208 -msgid "Type" -msgstr "Typ" - -#: kfile_dds.cpp:209 -msgid "Color Mode" -msgstr "Klöörbedrief" - -#: kfile_dds.cpp:210 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_dds.cpp:251 -msgid "Cube Map Texture" -msgstr "Wörpelflääch-Textuur" - -#: kfile_dds.cpp:254 -msgid "Volume Texture" -msgstr "Texturenreeg" - -#: kfile_dds.cpp:258 -msgid "2D Texture" -msgstr "2D-Textuur" - -#: kfile_dds.cpp:264 -msgid "Uncompressed" -msgstr "Nich komprimeert" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_dvi.po b/tde-i18n-nds/messages/tdegraphics/kfile_dvi.po deleted file mode 100644 index 291ad72b3c3..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_dvi.po +++ /dev/null @@ -1,31 +0,0 @@ -# translation of kfile_dvi.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_dvi\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-05-10 00:59+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_dvi.cpp:53 -msgid "Created" -msgstr "Opstellt" - -#: kfile_dvi.cpp:54 -msgid "Comment" -msgstr "Kommentar" - -#: kfile_dvi.cpp:55 -msgid "Pages" -msgstr "Sieden" - -#: kfile_dvi.cpp:142 -msgid "TeX Device Independent file" -msgstr "Nich reedschapafhangig TeX-Datei" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_exr.po b/tde-i18n-nds/messages/tdegraphics/kfile_exr.po deleted file mode 100644 index cf0b608fbea..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_exr.po +++ /dev/null @@ -1,249 +0,0 @@ -# Translation of kfile_exr.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_exr\n" -"POT-Creation-Date: 2007-08-23 01:13+0200\n" -"PO-Revision-Date: 2006-10-06 23:13+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_exr.cpp:75 -msgid "Format Version" -msgstr "Formaat-Verschoon" - -#: kfile_exr.cpp:76 -msgid "Tiled Image" -msgstr "Kachelt Bild" - -#: kfile_exr.cpp:77 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_exr.cpp:81 -msgid "Thumbnail Dimensions" -msgstr "Vöransicht-Afmeten" - -#: kfile_exr.cpp:84 -msgid "Comment" -msgstr "Kommentar" - -#: kfile_exr.cpp:85 -msgid "Thumbnail" -msgstr "Vöransicht" - -#: kfile_exr.cpp:89 -msgid "Standard Attributes" -msgstr "Standard-Attributen" - -#: kfile_exr.cpp:90 -msgid "Owner" -msgstr "Eegner" - -#: kfile_exr.cpp:91 -msgid "Comments" -msgstr "Kommentaren" - -#: kfile_exr.cpp:92 -msgid "Capture Date" -msgstr "Opstelldatum" - -#: kfile_exr.cpp:93 -msgid "UTC Offset" -msgstr "UTC-Verscheel" - -#: kfile_exr.cpp:94 -msgid "Exposure Time" -msgstr "Belichten-Tiet" - -#: kfile_exr.cpp:96 -msgid "Focus" -msgstr "Brennwiet" - -#: kfile_exr.cpp:97 kfile_exr.cpp:105 -msgid "" -"_: Metres\n" -"m" -msgstr "m" - -#: kfile_exr.cpp:98 -msgid "X Density" -msgstr "X-Oplösen" - -#: kfile_exr.cpp:99 -msgid "" -"_: Pixels Per Inch\n" -" ppi" -msgstr " ppi" - -#: kfile_exr.cpp:100 -msgid "White Luminance" -msgstr "Witt-Lüchtdicht" - -#: kfile_exr.cpp:101 -msgid "" -"_: Candelas per square metre\n" -" Nits" -msgstr " cd/m²" - -#: kfile_exr.cpp:102 -msgid "Longitude" -msgstr "Längde" - -#: kfile_exr.cpp:103 -msgid "Latitude" -msgstr "Breed" - -#: kfile_exr.cpp:104 -msgid "Altitude" -msgstr "Hööchde" - -#: kfile_exr.cpp:106 -msgid "ISO Speed" -msgstr "ISO-Lichtfienföhlen" - -#: kfile_exr.cpp:107 -msgid "Aperture" -msgstr "Blenn" - -#: kfile_exr.cpp:110 -msgid "Channels" -msgstr "Kanaals" - -#: kfile_exr.cpp:111 -msgid "A" -msgstr "A" - -#: kfile_exr.cpp:112 kfile_exr.cpp:119 -msgid "R" -msgstr "R" - -#: kfile_exr.cpp:113 -msgid "G" -msgstr "G" - -#: kfile_exr.cpp:114 -msgid "B" -msgstr "B" - -#: kfile_exr.cpp:115 -msgid "Z" -msgstr "Z" - -#: kfile_exr.cpp:116 -msgid "NX" -msgstr "NX" - -#: kfile_exr.cpp:117 -msgid "NY" -msgstr "NY" - -#: kfile_exr.cpp:118 -msgid "NZ" -msgstr "NZ" - -#: kfile_exr.cpp:120 -msgid "U" -msgstr "U" - -#: kfile_exr.cpp:121 -msgid "V" -msgstr "V" - -#: kfile_exr.cpp:122 -msgid "materialID" -msgstr "Materiaal-ID" - -#: kfile_exr.cpp:123 -msgid "objectID" -msgstr "Objekt-ID" - -#: kfile_exr.cpp:124 -msgid "renderID" -msgstr "Dorstell-ID" - -#: kfile_exr.cpp:125 -msgid "pixelCover" -msgstr "pixelCover" - -#: kfile_exr.cpp:126 -msgid "velX" -msgstr "velX" - -#: kfile_exr.cpp:127 -msgid "velY" -msgstr "velY" - -#: kfile_exr.cpp:128 -msgid "packedRGBA" -msgstr "komprimeert RGBA" - -#: kfile_exr.cpp:132 -msgid "Technical Details" -msgstr "Technisch Enkelheiten" - -#: kfile_exr.cpp:133 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_exr.cpp:134 -msgid "Line Order" -msgstr "Reegsorteren" - -#: kfile_exr.cpp:138 -msgid "3dsMax Details" -msgstr "3dsMax-Enkelheiten" - -#: kfile_exr.cpp:139 -msgid "Local Time" -msgstr "Lokaal Tiet" - -#: kfile_exr.cpp:140 -msgid "System Time" -msgstr "Systeemtiet" - -#: kfile_exr.cpp:141 -msgid "Plugin Version" -msgstr "Moduulverschoon" - -#: kfile_exr.cpp:142 -msgid "EXR Version" -msgstr "EXR-Verschoon" - -#: kfile_exr.cpp:143 -msgid "Computer Name" -msgstr "Reeknernaam" - -#: kfile_exr.cpp:306 -msgid "No compression" -msgstr "Keen Komprimeren" - -#: kfile_exr.cpp:309 -msgid "Run Length Encoding" -msgstr "Looplängdenkomprimeren (RLE)" - -#: kfile_exr.cpp:312 -msgid "zip, individual scanlines" -msgstr "Zip, enkel Inleesregen" - -#: kfile_exr.cpp:315 -msgid "zip, multi-scanline blocks" -msgstr "Zip, Inleesreeg-Blöck" - -#: kfile_exr.cpp:318 -msgid "piz compression" -msgstr "Piz-Komprimeren" - -#: kfile_exr.cpp:327 -msgid "increasing Y" -msgstr "opstiegen Y" - -#: kfile_exr.cpp:330 -msgid "decreasing Y" -msgstr "affallen Y" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_gif.po b/tde-i18n-nds/messages/tdegraphics/kfile_gif.po deleted file mode 100644 index 83246bc5bc3..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_gif.po +++ /dev/null @@ -1,43 +0,0 @@ -# Translation of kfile_gif.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_gif\n" -"POT-Creation-Date: 2005-03-14 01:33+0100\n" -"PO-Revision-Date: 2006-10-06 23:14+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_gif.cpp:55 -msgid "General" -msgstr "Allgemeen" - -#: kfile_gif.cpp:59 -msgid "Version" -msgstr "Verschoon" - -#: kfile_gif.cpp:61 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_gif.cpp:65 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_gif.cpp:103 -msgid "GIF Version 89a" -msgstr "GIF-Verschoon 89a" - -#: kfile_gif.cpp:105 -msgid "GIF Version 87a" -msgstr "GIF-Verschoon 87a" - -#: kfile_gif.cpp:108 -msgid "Unknown" -msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_ico.po b/tde-i18n-nds/messages/tdegraphics/kfile_ico.po deleted file mode 100644 index a94cbc2b74e..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_ico.po +++ /dev/null @@ -1,39 +0,0 @@ -# translation of kfile_ico.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_ico\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-05-10 01:02+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_ico.cpp:56 -msgid "Technical Details" -msgstr "Technisch Details" - -#: kfile_ico.cpp:60 -msgid "Number of Icons" -msgstr "Tall vun Lüttbiller" - -#: kfile_ico.cpp:62 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_ico.cpp:63 -msgid "Colors" -msgstr "Klören" - -#: kfile_ico.cpp:65 -msgid "Dimensions (1st icon)" -msgstr "Afmeten (eerst Lüttbild)" - -#: kfile_ico.cpp:66 -msgid "Colors (1st icon)" -msgstr "Klören (eerst Lüttbild)" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_jpeg.po b/tde-i18n-nds/messages/tdegraphics/kfile_jpeg.po deleted file mode 100644 index c45903f1a00..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_jpeg.po +++ /dev/null @@ -1,309 +0,0 @@ -# Translation of kfile_jpeg.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006, 2007, 2008. -msgid "" -msgstr "" -"Project-Id-Version: kfile_jpeg\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2008-04-24 02:15+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#: kfile_jpeg.cpp:58 -msgid "JPEG Exif" -msgstr "JPEG-Exif" - -#: kfile_jpeg.cpp:61 -msgid "Comment" -msgstr "Kommentar" - -#: kfile_jpeg.cpp:67 -msgid "Camera Manufacturer" -msgstr "Kameramaker" - -#: kfile_jpeg.cpp:70 -msgid "Camera Model" -msgstr "Kameramodell" - -#: kfile_jpeg.cpp:73 -msgid "Date/Time" -msgstr "Datum/Tiet" - -#: kfile_jpeg.cpp:76 -msgid "Creation Date" -msgstr "Opstelldatum" - -#: kfile_jpeg.cpp:79 -msgid "Creation Time" -msgstr "Opstelltiet" - -#: kfile_jpeg.cpp:82 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_jpeg.cpp:90 -msgid "Color Mode" -msgstr "Klöörbedrief" - -#: kfile_jpeg.cpp:93 -msgid "Flash Used" -msgstr "Blix bruukt" - -#: kfile_jpeg.cpp:95 -msgid "Focal Length" -msgstr "Brennwiet" - -#: kfile_jpeg.cpp:99 -msgid "35mm Equivalent" -msgstr "35mm-Standard" - -#: kfile_jpeg.cpp:103 -msgid "CCD Width" -msgstr "CCD-Breed" - -#: kfile_jpeg.cpp:107 -msgid "Exposure Time" -msgstr "Belichten-Tiet" - -#: kfile_jpeg.cpp:111 -msgid "Aperture" -msgstr "Blenn" - -#: kfile_jpeg.cpp:114 -msgid "Focus Dist." -msgstr "Brennpunktafstand" - -#: kfile_jpeg.cpp:117 -msgid "Exposure Bias" -msgstr "Belichten-Afwieken" - -#: kfile_jpeg.cpp:120 -msgid "Whitebalance" -msgstr "Wittbalangs" - -#: kfile_jpeg.cpp:123 -msgid "Metering Mode" -msgstr "Meetmetood" - -#: kfile_jpeg.cpp:126 -msgid "Exposure" -msgstr "Belichten" - -#: kfile_jpeg.cpp:129 -msgid "ISO Equiv." -msgstr "ISO-Weert" - -#: kfile_jpeg.cpp:132 -msgid "JPEG Quality" -msgstr "JPEG-Gööd" - -#: kfile_jpeg.cpp:135 -msgid "User Comment" -msgstr "Brukerkommentar" - -#: kfile_jpeg.cpp:139 -msgid "JPEG Process" -msgstr "JPEG-Perzess" - -#: kfile_jpeg.cpp:142 -msgid "Thumbnail" -msgstr "Vöransicht" - -#: kfile_jpeg.cpp:248 -msgid "Color" -msgstr "Klöör" - -#: kfile_jpeg.cpp:248 -msgid "Black and white" -msgstr "Swattwitt" - -#: kfile_jpeg.cpp:252 -msgid "" -"_: Flash\n" -"(unknown)" -msgstr "(nich bekannt)" - -#: kfile_jpeg.cpp:254 -msgid "" -"_: Flash\n" -"No" -msgstr "Nee" - -#: kfile_jpeg.cpp:259 -msgid "" -"_: Flash\n" -"Fired" -msgstr "Utlööst" - -#: kfile_jpeg.cpp:264 -msgid "" -"_: Flash\n" -"Fill Fired" -msgstr "Vörgrund ophellt" - -#: kfile_jpeg.cpp:267 -msgid "" -"_: Flash\n" -"Off" -msgstr "Ut" - -#: kfile_jpeg.cpp:270 -msgid "" -"_: Flash\n" -"Auto Off" -msgstr "Automaatsch ut" - -#: kfile_jpeg.cpp:275 -msgid "" -"_: Flash\n" -"Auto Fired" -msgstr "Automaatsch utlööst" - -#: kfile_jpeg.cpp:278 -msgid "" -"_: Flash\n" -"Not Available" -msgstr "Nich verföögbor" - -#: kfile_jpeg.cpp:319 -msgid "Infinite" -msgstr "Ahn Enn" - -#: kfile_jpeg.cpp:335 kfile_jpeg.cpp:370 kfile_jpeg.cpp:378 kfile_jpeg.cpp:403 -#: kfile_jpeg.cpp:439 kfile_jpeg.cpp:462 -msgid "Unknown" -msgstr "Nich bekannt" - -#: kfile_jpeg.cpp:338 -msgid "Daylight" -msgstr "Daaglicht" - -#: kfile_jpeg.cpp:341 -msgid "Fluorescent" -msgstr "Sülvststrahlen" - -#: kfile_jpeg.cpp:345 -msgid "Tungsten" -msgstr "Kunstlicht" - -#: kfile_jpeg.cpp:348 -msgid "Standard light A" -msgstr "Standardlicht A" - -#: kfile_jpeg.cpp:351 -msgid "Standard light B" -msgstr "Standardlicht B" - -#: kfile_jpeg.cpp:354 -msgid "Standard light C" -msgstr "Standardlicht C" - -#: kfile_jpeg.cpp:357 -msgid "D55" -msgstr "D55" - -#: kfile_jpeg.cpp:360 -msgid "D65" -msgstr "D65" - -#: kfile_jpeg.cpp:363 -msgid "D75" -msgstr "D75" - -#: kfile_jpeg.cpp:366 kfile_jpeg.cpp:399 -msgid "Other" -msgstr "Annerswat" - -#: kfile_jpeg.cpp:381 -msgid "Average" -msgstr "Dörsnitt" - -#: kfile_jpeg.cpp:384 -msgid "Center weighted average" -msgstr "Merrnlastig Dörsnitt" - -#: kfile_jpeg.cpp:387 -msgid "Spot" -msgstr "Strahler" - -#: kfile_jpeg.cpp:390 -msgid "MultiSpot" -msgstr "Mehrstrahler" - -#: kfile_jpeg.cpp:393 -msgid "Pattern" -msgstr "Muster" - -#: kfile_jpeg.cpp:396 -msgid "Partial" -msgstr "Deelwies" - -#: kfile_jpeg.cpp:411 -msgid "Not defined" -msgstr "Nich angeven" - -#: kfile_jpeg.cpp:414 -msgid "Manual" -msgstr "Vun Hand" - -#: kfile_jpeg.cpp:417 -msgid "Normal program" -msgstr "Normaal Programm" - -#: kfile_jpeg.cpp:420 -msgid "Aperture priority" -msgstr "Na de Blenn" - -#: kfile_jpeg.cpp:423 -msgid "Shutter priority" -msgstr "Na de Opmaaktiet" - -#: kfile_jpeg.cpp:426 -msgid "" -"Creative program\n" -"(biased toward fast shutter speed)" -msgstr "" -"Kreatiev-Programm\n" -"(höger Deepscharpde)" - -#: kfile_jpeg.cpp:429 -msgid "" -"Action program\n" -"(biased toward fast shutter speed)" -msgstr "" -"Akschoon-Programm\n" -"(körter Opmaaktiet)" - -#: kfile_jpeg.cpp:432 -msgid "" -"Portrait mode\n" -"(for closeup photos with the background out of focus)" -msgstr "" -"Persoon-Bedrief\n" -"(för Neegopnahmen ahn scharp Achtergrund)" - -#: kfile_jpeg.cpp:435 -msgid "" -"Landscape mode\n" -"(for landscape photos with the background in focus)" -msgstr "" -"Rebeet-Bedrief\n" -"(för Landschapbiller mit scharp Achtergrund)" - -#: kfile_jpeg.cpp:453 -msgid "Basic" -msgstr "Eenfach" - -#: kfile_jpeg.cpp:456 -msgid "Normal" -msgstr "Normaal" - -#: kfile_jpeg.cpp:459 -msgid "Fine" -msgstr "Fien" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_pcx.po b/tde-i18n-nds/messages/tdegraphics/kfile_pcx.po deleted file mode 100644 index 4ef93d8364e..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_pcx.po +++ /dev/null @@ -1,43 +0,0 @@ -# translation of kfile_pcx.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pcx\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-05-10 01:12+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_pcx.cpp:66 -msgid "General" -msgstr "Allgemeen" - -#: kfile_pcx.cpp:69 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_pcx.cpp:73 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_pcx.cpp:76 -msgid "Resolution" -msgstr "Oplösen" - -#: kfile_pcx.cpp:79 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_pcx.cpp:109 -msgid "Yes (RLE)" -msgstr "Jo (RLE)" - -#: kfile_pcx.cpp:111 -msgid "None" -msgstr "Keen" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_pdf.po b/tde-i18n-nds/messages/tdegraphics/kfile_pdf.po deleted file mode 100644 index 04fa10513dc..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_pdf.po +++ /dev/null @@ -1,71 +0,0 @@ -# translation of kfile_pdf.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pdf\n" -"POT-Creation-Date: 2005-04-20 15:05+0200\n" -"PO-Revision-Date: 2006-05-10 01:06+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_pdf.cpp:39 -msgid "General" -msgstr "Allgemeen" - -#: kfile_pdf.cpp:43 -msgid "Title" -msgstr "Titel" - -#: kfile_pdf.cpp:45 -msgid "Subject" -msgstr "Bedraap" - -#: kfile_pdf.cpp:47 -msgid "Author" -msgstr "Autor" - -#: kfile_pdf.cpp:49 -msgid "Key Words" -msgstr "Slötelwöör" - -#: kfile_pdf.cpp:50 -msgid "Creator" -msgstr "Opstellt vun" - -#: kfile_pdf.cpp:51 -msgid "Producer" -msgstr "Maker" - -#: kfile_pdf.cpp:52 -msgid "Creation Date" -msgstr "Opstelldatum" - -#: kfile_pdf.cpp:53 -msgid "Modified" -msgstr "Ännert" - -#: kfile_pdf.cpp:54 -msgid "Pages" -msgstr "Sieden" - -#: kfile_pdf.cpp:55 -msgid "Protected" -msgstr "Schuult" - -#: kfile_pdf.cpp:56 -msgid "Linearized" -msgstr "Lineariseert" - -#: kfile_pdf.cpp:57 -msgid "Version" -msgstr "Verschoon" - -#: kfile_pdf.cpp:85 -msgid "Yes (Can Print:%1 Can Copy:%2 Can Change:%3 Can Add notes:%4)" -msgstr "Jo (druckbor:%1 kopeerbor:%2 ännerbor:%3 Notizen toföögbor:%4)" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_png.po b/tde-i18n-nds/messages/tdegraphics/kfile_png.po deleted file mode 100644 index dbc2a8809f1..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_png.po +++ /dev/null @@ -1,112 +0,0 @@ -# Translation of kfile_png.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_png\n" -"POT-Creation-Date: 2004-12-16 01:20+0100\n" -"PO-Revision-Date: 2006-10-06 23:36+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_png.cpp:51 -msgid "Title" -msgstr "Titel" - -#: kfile_png.cpp:52 -msgid "Author" -msgstr "Opsteller" - -#: kfile_png.cpp:53 -msgid "Description" -msgstr "Beschrieven" - -#: kfile_png.cpp:54 -msgid "Copyright" -msgstr "Copyright" - -#: kfile_png.cpp:55 -msgid "Creation Time" -msgstr "Opstelltiet" - -#: kfile_png.cpp:56 -msgid "Software" -msgstr "Programmen" - -#: kfile_png.cpp:57 -msgid "Disclaimer" -msgstr "Wohrscho" - -#: kfile_png.cpp:59 -msgid "Source" -msgstr "Born" - -#: kfile_png.cpp:60 kfile_png.cpp:103 -msgid "Comment" -msgstr "Kommentar" - -#: kfile_png.cpp:65 -msgid "Grayscale" -msgstr "Griestöön" - -#: kfile_png.cpp:66 kfile_png.cpp:70 kfile_png.cpp:183 kfile_png.cpp:187 -#: kfile_png.cpp:191 -msgid "Unknown" -msgstr "Nich bekannt" - -#: kfile_png.cpp:67 -msgid "RGB" -msgstr "RGB" - -#: kfile_png.cpp:68 -msgid "Palette" -msgstr "Klörensett" - -#: kfile_png.cpp:69 -msgid "Grayscale/Alpha" -msgstr "Griestöön mit Alphakanaal" - -#: kfile_png.cpp:71 -msgid "RGB/Alpha" -msgstr "RGB mit Alphakanaal" - -#: kfile_png.cpp:77 -msgid "Deflate" -msgstr "Deflate-Komprimeren" - -#: kfile_png.cpp:82 -msgid "None" -msgstr "Keen" - -#: kfile_png.cpp:83 -msgid "Adam7" -msgstr "Adam7" - -#: kfile_png.cpp:107 -msgid "Technical Details" -msgstr "Technisch Enkelheiten" - -#: kfile_png.cpp:109 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_png.cpp:113 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_png.cpp:116 -msgid "Color Mode" -msgstr "Klöörbedrief" - -#: kfile_png.cpp:117 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_png.cpp:118 -msgid "Interlace Mode" -msgstr "Regenflecht-Bedrief" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_pnm.po b/tde-i18n-nds/messages/tdegraphics/kfile_pnm.po deleted file mode 100644 index f99777a58a8..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_pnm.po +++ /dev/null @@ -1,43 +0,0 @@ -# translation of kfile_pnm.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pnm\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-05-10 01:08+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_pnm.cpp:28 -msgid "plain" -msgstr "normaal" - -#: kfile_pnm.cpp:29 -msgid "raw" -msgstr "roh" - -#: kfile_pnm.cpp:50 -msgid "General" -msgstr "Allgemeen" - -#: kfile_pnm.cpp:52 -msgid "Format" -msgstr "Formaat" - -#: kfile_pnm.cpp:54 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_pnm.cpp:57 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_pnm.cpp:60 -msgid "Comment" -msgstr "Kommentar" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_ps.po b/tde-i18n-nds/messages/tdegraphics/kfile_ps.po deleted file mode 100644 index 680c9f3fe0c..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_ps.po +++ /dev/null @@ -1,39 +0,0 @@ -# Translation of kfile_ps.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_ps\n" -"POT-Creation-Date: 2005-03-29 01:16+0200\n" -"PO-Revision-Date: 2006-10-06 23:38+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_ps.cpp:49 -msgid "General" -msgstr "Allgemeen" - -#: kfile_ps.cpp:50 -msgid "Title" -msgstr "Titel" - -#: kfile_ps.cpp:51 -msgid "Creator" -msgstr "Opsteller" - -#: kfile_ps.cpp:52 -msgid "Creation Date" -msgstr "Opstelldatum" - -#: kfile_ps.cpp:53 -msgid "For" -msgstr "För" - -#: kfile_ps.cpp:54 -msgid "Pages" -msgstr "Sieden" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_rgb.po b/tde-i18n-nds/messages/tdegraphics/kfile_rgb.po deleted file mode 100644 index 2cc383ede2b..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_rgb.po +++ /dev/null @@ -1,81 +0,0 @@ -# Translation of kfile_rgb.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_rgb\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-10-06 23:37+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_rgb.cpp:44 -msgid "Comment" -msgstr "Kommentar" - -#: kfile_rgb.cpp:46 -msgid "Name" -msgstr "Naam" - -#: kfile_rgb.cpp:51 -msgid "Technical Details" -msgstr "Technisch Enkelheiten" - -#: kfile_rgb.cpp:53 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_rgb.cpp:57 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_rgb.cpp:60 -msgid "Color Mode" -msgstr "Klöörbedrief" - -#: kfile_rgb.cpp:61 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_rgb.cpp:64 -msgid "" -"_: percentage of avoided vertical redundancy (the higher the better)\n" -"Shared Rows" -msgstr "Deelt Regen" - -#: kfile_rgb.cpp:123 -msgid "Grayscale" -msgstr "Griestöön" - -#: kfile_rgb.cpp:125 -msgid "Grayscale/Alpha" -msgstr "Griestöön mit Alphakanaal" - -#: kfile_rgb.cpp:127 -msgid "RGB" -msgstr "RGB" - -#: kfile_rgb.cpp:129 -msgid "RGB/Alpha" -msgstr "RGB mit Alphakanaal" - -#: kfile_rgb.cpp:132 -msgid "Uncompressed" -msgstr "Nich komprimeert" - -#: kfile_rgb.cpp:136 -msgid "Runlength Encoded" -msgstr "Looplängdekomprimeert (RLE)" - -#: kfile_rgb.cpp:158 -msgid "None" -msgstr "Keen" - -#: kfile_rgb.cpp:160 -msgid "Unknown" -msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_tga.po b/tde-i18n-nds/messages/tdegraphics/kfile_tga.po deleted file mode 100644 index cd762a50fc2..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_tga.po +++ /dev/null @@ -1,67 +0,0 @@ -# translation of kfile_tga.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_tga\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-05-10 01:11+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_tga.cpp:56 -msgid "Technical Details" -msgstr "Technisch Details" - -#: kfile_tga.cpp:60 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_tga.cpp:64 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_tga.cpp:67 -msgid "Color Mode" -msgstr "Klöörtyp" - -#: kfile_tga.cpp:68 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_tga.cpp:126 -msgid "Color-Mapped" -msgstr "Klörensett" - -#: kfile_tga.cpp:131 -msgid "RGB" -msgstr "RGB" - -#: kfile_tga.cpp:135 -msgid "Black and White" -msgstr "Swattwitt" - -#: kfile_tga.cpp:138 kfile_tga.cpp:159 -msgid "Unknown" -msgstr "Nich bekannt" - -#: kfile_tga.cpp:145 -msgid "Uncompressed" -msgstr "Nich komprimeert" - -#: kfile_tga.cpp:150 -msgid "Runlength Encoded" -msgstr "Looplängdekomprimeert (RLE)" - -#: kfile_tga.cpp:153 -msgid "Huffman, Delta & RLE" -msgstr "Huffman, Delta & RLE" - -#: kfile_tga.cpp:156 -msgid "Huffman, Delta, RLE (4-pass quadtree)" -msgstr "Huffman, Delta, RLE (4 Dörlööp)" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_tiff.po b/tde-i18n-nds/messages/tdegraphics/kfile_tiff.po deleted file mode 100644 index 19b6933a8cd..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_tiff.po +++ /dev/null @@ -1,211 +0,0 @@ -# Translation of kfile_tiff.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_tiff\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-10-06 23:53+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_tiff.cpp:44 -msgid "General" -msgstr "Allgemeen" - -#: kfile_tiff.cpp:47 -msgid "Description" -msgstr "Beschrieven" - -#: kfile_tiff.cpp:50 -msgid "Copyright" -msgstr "Copyright" - -#: kfile_tiff.cpp:52 -msgid "Color Mode" -msgstr "Klöörbedrief" - -#: kfile_tiff.cpp:54 -msgid "Dimensions" -msgstr "Afmeten" - -#: kfile_tiff.cpp:58 -msgid "Resolution" -msgstr "Oplösen" - -#: kfile_tiff.cpp:61 -msgid "Bit Depth" -msgstr "Bit-Deepde" - -#: kfile_tiff.cpp:64 -msgid "Compression" -msgstr "Komprimeren" - -#: kfile_tiff.cpp:66 -msgid "Software" -msgstr "Programmen" - -#: kfile_tiff.cpp:68 -msgid "Date/Time" -msgstr "Datum un Tiet" - -#: kfile_tiff.cpp:70 -msgid "Artist" -msgstr "Künstler" - -#: kfile_tiff.cpp:73 -msgid "Fax Pages" -msgstr "Faxsieden" - -#: kfile_tiff.cpp:76 -msgid "Scanner" -msgstr "Bildinleser" - -#: kfile_tiff.cpp:78 -msgid "Make" -msgstr "Utgaav" - -#: kfile_tiff.cpp:79 -msgid "Model" -msgstr "Modell" - -#: kfile_tiff.cpp:85 kfile_tiff.cpp:87 -msgid "Monochrome" -msgstr "Swattwitt" - -#: kfile_tiff.cpp:89 -msgid "RGB" -msgstr "RGB" - -#: kfile_tiff.cpp:91 -msgid "Palette color" -msgstr "Klörensett" - -#: kfile_tiff.cpp:93 -msgid "Transparency mask" -msgstr "Transparenzmask" - -#: kfile_tiff.cpp:95 -msgid "Color separations" -msgstr "Klöörtrennen" - -#: kfile_tiff.cpp:97 -msgid "YCbCr" -msgstr "YCbCr" - -#: kfile_tiff.cpp:99 -msgid "CIE Lab" -msgstr "CIE Lab" - -#: kfile_tiff.cpp:102 -msgid "ITU Lab" -msgstr "ITU Lab" - -#: kfile_tiff.cpp:105 -msgid "LOGL" -msgstr "LOGL" - -#: kfile_tiff.cpp:107 -msgid "LOGLUV" -msgstr "LOGLUV" - -#: kfile_tiff.cpp:110 -msgid "None" -msgstr "Keen" - -#: kfile_tiff.cpp:112 -msgid "RLE" -msgstr "RLE" - -#: kfile_tiff.cpp:114 -msgid "G3 Fax" -msgstr "G3-Fax" - -#: kfile_tiff.cpp:116 -msgid "G4 Fax" -msgstr "G4-Fax" - -#: kfile_tiff.cpp:118 -msgid "LZW" -msgstr "LZW" - -#: kfile_tiff.cpp:120 -msgid "JPEG" -msgstr "JPEG" - -#: kfile_tiff.cpp:122 -msgid "JPEG DCT" -msgstr "JPEG DCT" - -#: kfile_tiff.cpp:125 -msgid "Adobe Deflate" -msgstr "Adobe Deflate-komprimeert" - -#: kfile_tiff.cpp:128 -msgid "NeXT 2-bit RLE" -msgstr "NeXT 2-Bit RLE" - -#: kfile_tiff.cpp:130 -msgid "RLE Word" -msgstr "RLE Word" - -#: kfile_tiff.cpp:132 -msgid "Packbits" -msgstr "Packbits" - -#: kfile_tiff.cpp:134 -msgid "Thunderscan RLE" -msgstr "Thunderscan RLE" - -#: kfile_tiff.cpp:136 -msgid "IT8 CT w/padding" -msgstr "IT8 CT mit Opfüllbits" - -#: kfile_tiff.cpp:138 -msgid "IT8 linework RLE" -msgstr "IT8 regenwies RLE" - -#: kfile_tiff.cpp:140 -msgid "IT8 monochrome" -msgstr "IT8 swattwitt" - -#: kfile_tiff.cpp:142 -msgid "IT8 binary lineart" -msgstr "IT8 bineer Streekbild" - -#: kfile_tiff.cpp:144 -msgid "Pixar 10-bit LZW" -msgstr "Pixar 10-Bit LZW" - -#: kfile_tiff.cpp:146 -msgid "Pixar 11-bit ZIP" -msgstr "Pixar 11-Bit ZIP" - -#: kfile_tiff.cpp:148 -msgid "Pixar deflate" -msgstr "Pixar Deflate-komprimeert" - -#: kfile_tiff.cpp:150 -msgid "Kodak DCS" -msgstr "Kodak-DCS" - -#: kfile_tiff.cpp:152 -msgid "ISO JBIG" -msgstr "ISO JBIG" - -#: kfile_tiff.cpp:154 -msgid "SGI log luminance RLE" -msgstr "SGI log luminance RLE" - -#: kfile_tiff.cpp:156 -msgid "SGI log 24-bit packed" -msgstr "SGI log 24-Bit komprimeert" - -#: kfile_tiff.cpp:251 -msgid "RGBA" -msgstr "RGBA" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_xbm.po b/tde-i18n-nds/messages/tdegraphics/kfile_xbm.po deleted file mode 100644 index f0c63a90d29..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_xbm.po +++ /dev/null @@ -1,23 +0,0 @@ -# Translation of kfile_xbm.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_xbm\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-10-07 00:09+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#: kfile_xbm.cpp:54 -msgid "Technical Details" -msgstr "Technisch Details" - -#: kfile_xbm.cpp:58 -msgid "Dimensions" -msgstr "Afmeten" diff --git a/tde-i18n-nds/messages/tdegraphics/kfile_xpm.po b/tde-i18n-nds/messages/tdegraphics/kfile_xpm.po deleted file mode 100644 index 9e1710370e2..00000000000 --- a/tde-i18n-nds/messages/tdegraphics/kfile_xpm.po +++ /dev/null @@ -1,27 +0,0 @@ -# translation of kfile_xpm.po to Low Saxon -# -# Manfred Wiese , 2006. -# Sönke Dibbern , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_xpm\n" -"POT-Creation-Date: 2004-11-15 01:37+0100\n" -"PO-Revision-Date: 2006-05-10 01:14+0200\n" -"Last-Translator: Sönke Dibbern \n" -"Language-Team: Low Saxon \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" - -#: kfile_xpm.cpp:42 -msgid "X PixMap File Information" -msgstr "X-PixMap-Dateiinformatschoon" - -#: kfile_xpm.cpp:47 -msgid "Dimension" -msgstr "Afmeten" - -#: kfile_xpm.cpp:51 -msgid "Bit Depth" -msgstr "Bit-Deepde" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_bmp.po b/tde-i18n-nds/messages/tdegraphics/tdefile_bmp.po new file mode 100644 index 00000000000..f1d0970f0e1 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_bmp.po @@ -0,0 +1,79 @@ +# Translation of kfile_bmp.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_bmp\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-10-06 18:25+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_bmp.cpp:55 +msgid "Technical Details" +msgstr "Technisch Enkelheiten" + +#: kfile_bmp.cpp:59 +msgid "Type" +msgstr "Typ" + +#: kfile_bmp.cpp:61 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_bmp.cpp:65 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_bmp.cpp:68 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_bmp.cpp:104 +msgid "Windows Bitmap" +msgstr "Windows-Bitmap" + +#: kfile_bmp.cpp:106 +msgid "OS/2 Bitmap Array" +msgstr "OS/2-Bitmap" + +#: kfile_bmp.cpp:108 +msgid "OS/2 Color Icon" +msgstr "OS/2-Klöörlüttbild" + +#: kfile_bmp.cpp:110 +msgid "OS/2 Color Pointer" +msgstr "OS/2-Klöörmuuswieser" + +#: kfile_bmp.cpp:112 +msgid "OS/2 Icon" +msgstr "OS/2-Lüttbild" + +#: kfile_bmp.cpp:114 +msgid "OS/2 Pointer" +msgstr "OS/2-Muuswieser" + +#: kfile_bmp.cpp:156 +msgid "None" +msgstr "Keen" + +#: kfile_bmp.cpp:159 +msgid "RLE 8bit/pixel" +msgstr "RLE 8 Bit/Pixel" + +#: kfile_bmp.cpp:162 +msgid "RLE 4bit/pixel" +msgstr "RLE 4 Bit/Pixel" + +#: kfile_bmp.cpp:165 +msgid "Bitfields" +msgstr "Bitfeller" + +#: kfile_bmp.cpp:168 +msgid "Unknown" +msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_dds.po b/tde-i18n-nds/messages/tdegraphics/tdefile_dds.po new file mode 100644 index 00000000000..4f8ccc30e3a --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_dds.po @@ -0,0 +1,63 @@ +# Translation of kfile_dds.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_dds\n" +"POT-Creation-Date: 2004-11-01 01:46+0100\n" +"PO-Revision-Date: 2006-10-06 22:46+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_dds.cpp:192 +msgid "Technical Details" +msgstr "Technisch Enkelheiten" + +#: kfile_dds.cpp:196 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_dds.cpp:200 +msgid "Depth" +msgstr "Deepde" + +#: kfile_dds.cpp:203 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_dds.cpp:206 +msgid "Mipmap Count" +msgstr "Tall vun Mipmaps" + +#: kfile_dds.cpp:208 +msgid "Type" +msgstr "Typ" + +#: kfile_dds.cpp:209 +msgid "Color Mode" +msgstr "Klöörbedrief" + +#: kfile_dds.cpp:210 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_dds.cpp:251 +msgid "Cube Map Texture" +msgstr "Wörpelflääch-Textuur" + +#: kfile_dds.cpp:254 +msgid "Volume Texture" +msgstr "Texturenreeg" + +#: kfile_dds.cpp:258 +msgid "2D Texture" +msgstr "2D-Textuur" + +#: kfile_dds.cpp:264 +msgid "Uncompressed" +msgstr "Nich komprimeert" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_dvi.po b/tde-i18n-nds/messages/tdegraphics/tdefile_dvi.po new file mode 100644 index 00000000000..291ad72b3c3 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_dvi.po @@ -0,0 +1,31 @@ +# translation of kfile_dvi.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_dvi\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-05-10 00:59+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_dvi.cpp:53 +msgid "Created" +msgstr "Opstellt" + +#: kfile_dvi.cpp:54 +msgid "Comment" +msgstr "Kommentar" + +#: kfile_dvi.cpp:55 +msgid "Pages" +msgstr "Sieden" + +#: kfile_dvi.cpp:142 +msgid "TeX Device Independent file" +msgstr "Nich reedschapafhangig TeX-Datei" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_exr.po b/tde-i18n-nds/messages/tdegraphics/tdefile_exr.po new file mode 100644 index 00000000000..cf0b608fbea --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_exr.po @@ -0,0 +1,249 @@ +# Translation of kfile_exr.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_exr\n" +"POT-Creation-Date: 2007-08-23 01:13+0200\n" +"PO-Revision-Date: 2006-10-06 23:13+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_exr.cpp:75 +msgid "Format Version" +msgstr "Formaat-Verschoon" + +#: kfile_exr.cpp:76 +msgid "Tiled Image" +msgstr "Kachelt Bild" + +#: kfile_exr.cpp:77 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_exr.cpp:81 +msgid "Thumbnail Dimensions" +msgstr "Vöransicht-Afmeten" + +#: kfile_exr.cpp:84 +msgid "Comment" +msgstr "Kommentar" + +#: kfile_exr.cpp:85 +msgid "Thumbnail" +msgstr "Vöransicht" + +#: kfile_exr.cpp:89 +msgid "Standard Attributes" +msgstr "Standard-Attributen" + +#: kfile_exr.cpp:90 +msgid "Owner" +msgstr "Eegner" + +#: kfile_exr.cpp:91 +msgid "Comments" +msgstr "Kommentaren" + +#: kfile_exr.cpp:92 +msgid "Capture Date" +msgstr "Opstelldatum" + +#: kfile_exr.cpp:93 +msgid "UTC Offset" +msgstr "UTC-Verscheel" + +#: kfile_exr.cpp:94 +msgid "Exposure Time" +msgstr "Belichten-Tiet" + +#: kfile_exr.cpp:96 +msgid "Focus" +msgstr "Brennwiet" + +#: kfile_exr.cpp:97 kfile_exr.cpp:105 +msgid "" +"_: Metres\n" +"m" +msgstr "m" + +#: kfile_exr.cpp:98 +msgid "X Density" +msgstr "X-Oplösen" + +#: kfile_exr.cpp:99 +msgid "" +"_: Pixels Per Inch\n" +" ppi" +msgstr " ppi" + +#: kfile_exr.cpp:100 +msgid "White Luminance" +msgstr "Witt-Lüchtdicht" + +#: kfile_exr.cpp:101 +msgid "" +"_: Candelas per square metre\n" +" Nits" +msgstr " cd/m²" + +#: kfile_exr.cpp:102 +msgid "Longitude" +msgstr "Längde" + +#: kfile_exr.cpp:103 +msgid "Latitude" +msgstr "Breed" + +#: kfile_exr.cpp:104 +msgid "Altitude" +msgstr "Hööchde" + +#: kfile_exr.cpp:106 +msgid "ISO Speed" +msgstr "ISO-Lichtfienföhlen" + +#: kfile_exr.cpp:107 +msgid "Aperture" +msgstr "Blenn" + +#: kfile_exr.cpp:110 +msgid "Channels" +msgstr "Kanaals" + +#: kfile_exr.cpp:111 +msgid "A" +msgstr "A" + +#: kfile_exr.cpp:112 kfile_exr.cpp:119 +msgid "R" +msgstr "R" + +#: kfile_exr.cpp:113 +msgid "G" +msgstr "G" + +#: kfile_exr.cpp:114 +msgid "B" +msgstr "B" + +#: kfile_exr.cpp:115 +msgid "Z" +msgstr "Z" + +#: kfile_exr.cpp:116 +msgid "NX" +msgstr "NX" + +#: kfile_exr.cpp:117 +msgid "NY" +msgstr "NY" + +#: kfile_exr.cpp:118 +msgid "NZ" +msgstr "NZ" + +#: kfile_exr.cpp:120 +msgid "U" +msgstr "U" + +#: kfile_exr.cpp:121 +msgid "V" +msgstr "V" + +#: kfile_exr.cpp:122 +msgid "materialID" +msgstr "Materiaal-ID" + +#: kfile_exr.cpp:123 +msgid "objectID" +msgstr "Objekt-ID" + +#: kfile_exr.cpp:124 +msgid "renderID" +msgstr "Dorstell-ID" + +#: kfile_exr.cpp:125 +msgid "pixelCover" +msgstr "pixelCover" + +#: kfile_exr.cpp:126 +msgid "velX" +msgstr "velX" + +#: kfile_exr.cpp:127 +msgid "velY" +msgstr "velY" + +#: kfile_exr.cpp:128 +msgid "packedRGBA" +msgstr "komprimeert RGBA" + +#: kfile_exr.cpp:132 +msgid "Technical Details" +msgstr "Technisch Enkelheiten" + +#: kfile_exr.cpp:133 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_exr.cpp:134 +msgid "Line Order" +msgstr "Reegsorteren" + +#: kfile_exr.cpp:138 +msgid "3dsMax Details" +msgstr "3dsMax-Enkelheiten" + +#: kfile_exr.cpp:139 +msgid "Local Time" +msgstr "Lokaal Tiet" + +#: kfile_exr.cpp:140 +msgid "System Time" +msgstr "Systeemtiet" + +#: kfile_exr.cpp:141 +msgid "Plugin Version" +msgstr "Moduulverschoon" + +#: kfile_exr.cpp:142 +msgid "EXR Version" +msgstr "EXR-Verschoon" + +#: kfile_exr.cpp:143 +msgid "Computer Name" +msgstr "Reeknernaam" + +#: kfile_exr.cpp:306 +msgid "No compression" +msgstr "Keen Komprimeren" + +#: kfile_exr.cpp:309 +msgid "Run Length Encoding" +msgstr "Looplängdenkomprimeren (RLE)" + +#: kfile_exr.cpp:312 +msgid "zip, individual scanlines" +msgstr "Zip, enkel Inleesregen" + +#: kfile_exr.cpp:315 +msgid "zip, multi-scanline blocks" +msgstr "Zip, Inleesreeg-Blöck" + +#: kfile_exr.cpp:318 +msgid "piz compression" +msgstr "Piz-Komprimeren" + +#: kfile_exr.cpp:327 +msgid "increasing Y" +msgstr "opstiegen Y" + +#: kfile_exr.cpp:330 +msgid "decreasing Y" +msgstr "affallen Y" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_gif.po b/tde-i18n-nds/messages/tdegraphics/tdefile_gif.po new file mode 100644 index 00000000000..83246bc5bc3 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_gif.po @@ -0,0 +1,43 @@ +# Translation of kfile_gif.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_gif\n" +"POT-Creation-Date: 2005-03-14 01:33+0100\n" +"PO-Revision-Date: 2006-10-06 23:14+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_gif.cpp:55 +msgid "General" +msgstr "Allgemeen" + +#: kfile_gif.cpp:59 +msgid "Version" +msgstr "Verschoon" + +#: kfile_gif.cpp:61 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_gif.cpp:65 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_gif.cpp:103 +msgid "GIF Version 89a" +msgstr "GIF-Verschoon 89a" + +#: kfile_gif.cpp:105 +msgid "GIF Version 87a" +msgstr "GIF-Verschoon 87a" + +#: kfile_gif.cpp:108 +msgid "Unknown" +msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_ico.po b/tde-i18n-nds/messages/tdegraphics/tdefile_ico.po new file mode 100644 index 00000000000..a94cbc2b74e --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_ico.po @@ -0,0 +1,39 @@ +# translation of kfile_ico.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_ico\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-05-10 01:02+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_ico.cpp:56 +msgid "Technical Details" +msgstr "Technisch Details" + +#: kfile_ico.cpp:60 +msgid "Number of Icons" +msgstr "Tall vun Lüttbiller" + +#: kfile_ico.cpp:62 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_ico.cpp:63 +msgid "Colors" +msgstr "Klören" + +#: kfile_ico.cpp:65 +msgid "Dimensions (1st icon)" +msgstr "Afmeten (eerst Lüttbild)" + +#: kfile_ico.cpp:66 +msgid "Colors (1st icon)" +msgstr "Klören (eerst Lüttbild)" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_jpeg.po b/tde-i18n-nds/messages/tdegraphics/tdefile_jpeg.po new file mode 100644 index 00000000000..c45903f1a00 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_jpeg.po @@ -0,0 +1,309 @@ +# Translation of kfile_jpeg.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: kfile_jpeg\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2008-04-24 02:15+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: kfile_jpeg.cpp:58 +msgid "JPEG Exif" +msgstr "JPEG-Exif" + +#: kfile_jpeg.cpp:61 +msgid "Comment" +msgstr "Kommentar" + +#: kfile_jpeg.cpp:67 +msgid "Camera Manufacturer" +msgstr "Kameramaker" + +#: kfile_jpeg.cpp:70 +msgid "Camera Model" +msgstr "Kameramodell" + +#: kfile_jpeg.cpp:73 +msgid "Date/Time" +msgstr "Datum/Tiet" + +#: kfile_jpeg.cpp:76 +msgid "Creation Date" +msgstr "Opstelldatum" + +#: kfile_jpeg.cpp:79 +msgid "Creation Time" +msgstr "Opstelltiet" + +#: kfile_jpeg.cpp:82 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_jpeg.cpp:90 +msgid "Color Mode" +msgstr "Klöörbedrief" + +#: kfile_jpeg.cpp:93 +msgid "Flash Used" +msgstr "Blix bruukt" + +#: kfile_jpeg.cpp:95 +msgid "Focal Length" +msgstr "Brennwiet" + +#: kfile_jpeg.cpp:99 +msgid "35mm Equivalent" +msgstr "35mm-Standard" + +#: kfile_jpeg.cpp:103 +msgid "CCD Width" +msgstr "CCD-Breed" + +#: kfile_jpeg.cpp:107 +msgid "Exposure Time" +msgstr "Belichten-Tiet" + +#: kfile_jpeg.cpp:111 +msgid "Aperture" +msgstr "Blenn" + +#: kfile_jpeg.cpp:114 +msgid "Focus Dist." +msgstr "Brennpunktafstand" + +#: kfile_jpeg.cpp:117 +msgid "Exposure Bias" +msgstr "Belichten-Afwieken" + +#: kfile_jpeg.cpp:120 +msgid "Whitebalance" +msgstr "Wittbalangs" + +#: kfile_jpeg.cpp:123 +msgid "Metering Mode" +msgstr "Meetmetood" + +#: kfile_jpeg.cpp:126 +msgid "Exposure" +msgstr "Belichten" + +#: kfile_jpeg.cpp:129 +msgid "ISO Equiv." +msgstr "ISO-Weert" + +#: kfile_jpeg.cpp:132 +msgid "JPEG Quality" +msgstr "JPEG-Gööd" + +#: kfile_jpeg.cpp:135 +msgid "User Comment" +msgstr "Brukerkommentar" + +#: kfile_jpeg.cpp:139 +msgid "JPEG Process" +msgstr "JPEG-Perzess" + +#: kfile_jpeg.cpp:142 +msgid "Thumbnail" +msgstr "Vöransicht" + +#: kfile_jpeg.cpp:248 +msgid "Color" +msgstr "Klöör" + +#: kfile_jpeg.cpp:248 +msgid "Black and white" +msgstr "Swattwitt" + +#: kfile_jpeg.cpp:252 +msgid "" +"_: Flash\n" +"(unknown)" +msgstr "(nich bekannt)" + +#: kfile_jpeg.cpp:254 +msgid "" +"_: Flash\n" +"No" +msgstr "Nee" + +#: kfile_jpeg.cpp:259 +msgid "" +"_: Flash\n" +"Fired" +msgstr "Utlööst" + +#: kfile_jpeg.cpp:264 +msgid "" +"_: Flash\n" +"Fill Fired" +msgstr "Vörgrund ophellt" + +#: kfile_jpeg.cpp:267 +msgid "" +"_: Flash\n" +"Off" +msgstr "Ut" + +#: kfile_jpeg.cpp:270 +msgid "" +"_: Flash\n" +"Auto Off" +msgstr "Automaatsch ut" + +#: kfile_jpeg.cpp:275 +msgid "" +"_: Flash\n" +"Auto Fired" +msgstr "Automaatsch utlööst" + +#: kfile_jpeg.cpp:278 +msgid "" +"_: Flash\n" +"Not Available" +msgstr "Nich verföögbor" + +#: kfile_jpeg.cpp:319 +msgid "Infinite" +msgstr "Ahn Enn" + +#: kfile_jpeg.cpp:335 kfile_jpeg.cpp:370 kfile_jpeg.cpp:378 kfile_jpeg.cpp:403 +#: kfile_jpeg.cpp:439 kfile_jpeg.cpp:462 +msgid "Unknown" +msgstr "Nich bekannt" + +#: kfile_jpeg.cpp:338 +msgid "Daylight" +msgstr "Daaglicht" + +#: kfile_jpeg.cpp:341 +msgid "Fluorescent" +msgstr "Sülvststrahlen" + +#: kfile_jpeg.cpp:345 +msgid "Tungsten" +msgstr "Kunstlicht" + +#: kfile_jpeg.cpp:348 +msgid "Standard light A" +msgstr "Standardlicht A" + +#: kfile_jpeg.cpp:351 +msgid "Standard light B" +msgstr "Standardlicht B" + +#: kfile_jpeg.cpp:354 +msgid "Standard light C" +msgstr "Standardlicht C" + +#: kfile_jpeg.cpp:357 +msgid "D55" +msgstr "D55" + +#: kfile_jpeg.cpp:360 +msgid "D65" +msgstr "D65" + +#: kfile_jpeg.cpp:363 +msgid "D75" +msgstr "D75" + +#: kfile_jpeg.cpp:366 kfile_jpeg.cpp:399 +msgid "Other" +msgstr "Annerswat" + +#: kfile_jpeg.cpp:381 +msgid "Average" +msgstr "Dörsnitt" + +#: kfile_jpeg.cpp:384 +msgid "Center weighted average" +msgstr "Merrnlastig Dörsnitt" + +#: kfile_jpeg.cpp:387 +msgid "Spot" +msgstr "Strahler" + +#: kfile_jpeg.cpp:390 +msgid "MultiSpot" +msgstr "Mehrstrahler" + +#: kfile_jpeg.cpp:393 +msgid "Pattern" +msgstr "Muster" + +#: kfile_jpeg.cpp:396 +msgid "Partial" +msgstr "Deelwies" + +#: kfile_jpeg.cpp:411 +msgid "Not defined" +msgstr "Nich angeven" + +#: kfile_jpeg.cpp:414 +msgid "Manual" +msgstr "Vun Hand" + +#: kfile_jpeg.cpp:417 +msgid "Normal program" +msgstr "Normaal Programm" + +#: kfile_jpeg.cpp:420 +msgid "Aperture priority" +msgstr "Na de Blenn" + +#: kfile_jpeg.cpp:423 +msgid "Shutter priority" +msgstr "Na de Opmaaktiet" + +#: kfile_jpeg.cpp:426 +msgid "" +"Creative program\n" +"(biased toward fast shutter speed)" +msgstr "" +"Kreatiev-Programm\n" +"(höger Deepscharpde)" + +#: kfile_jpeg.cpp:429 +msgid "" +"Action program\n" +"(biased toward fast shutter speed)" +msgstr "" +"Akschoon-Programm\n" +"(körter Opmaaktiet)" + +#: kfile_jpeg.cpp:432 +msgid "" +"Portrait mode\n" +"(for closeup photos with the background out of focus)" +msgstr "" +"Persoon-Bedrief\n" +"(för Neegopnahmen ahn scharp Achtergrund)" + +#: kfile_jpeg.cpp:435 +msgid "" +"Landscape mode\n" +"(for landscape photos with the background in focus)" +msgstr "" +"Rebeet-Bedrief\n" +"(för Landschapbiller mit scharp Achtergrund)" + +#: kfile_jpeg.cpp:453 +msgid "Basic" +msgstr "Eenfach" + +#: kfile_jpeg.cpp:456 +msgid "Normal" +msgstr "Normaal" + +#: kfile_jpeg.cpp:459 +msgid "Fine" +msgstr "Fien" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_pcx.po b/tde-i18n-nds/messages/tdegraphics/tdefile_pcx.po new file mode 100644 index 00000000000..4ef93d8364e --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_pcx.po @@ -0,0 +1,43 @@ +# translation of kfile_pcx.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pcx\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-05-10 01:12+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_pcx.cpp:66 +msgid "General" +msgstr "Allgemeen" + +#: kfile_pcx.cpp:69 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_pcx.cpp:73 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_pcx.cpp:76 +msgid "Resolution" +msgstr "Oplösen" + +#: kfile_pcx.cpp:79 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_pcx.cpp:109 +msgid "Yes (RLE)" +msgstr "Jo (RLE)" + +#: kfile_pcx.cpp:111 +msgid "None" +msgstr "Keen" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_pdf.po b/tde-i18n-nds/messages/tdegraphics/tdefile_pdf.po new file mode 100644 index 00000000000..04fa10513dc --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_pdf.po @@ -0,0 +1,71 @@ +# translation of kfile_pdf.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pdf\n" +"POT-Creation-Date: 2005-04-20 15:05+0200\n" +"PO-Revision-Date: 2006-05-10 01:06+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_pdf.cpp:39 +msgid "General" +msgstr "Allgemeen" + +#: kfile_pdf.cpp:43 +msgid "Title" +msgstr "Titel" + +#: kfile_pdf.cpp:45 +msgid "Subject" +msgstr "Bedraap" + +#: kfile_pdf.cpp:47 +msgid "Author" +msgstr "Autor" + +#: kfile_pdf.cpp:49 +msgid "Key Words" +msgstr "Slötelwöör" + +#: kfile_pdf.cpp:50 +msgid "Creator" +msgstr "Opstellt vun" + +#: kfile_pdf.cpp:51 +msgid "Producer" +msgstr "Maker" + +#: kfile_pdf.cpp:52 +msgid "Creation Date" +msgstr "Opstelldatum" + +#: kfile_pdf.cpp:53 +msgid "Modified" +msgstr "Ännert" + +#: kfile_pdf.cpp:54 +msgid "Pages" +msgstr "Sieden" + +#: kfile_pdf.cpp:55 +msgid "Protected" +msgstr "Schuult" + +#: kfile_pdf.cpp:56 +msgid "Linearized" +msgstr "Lineariseert" + +#: kfile_pdf.cpp:57 +msgid "Version" +msgstr "Verschoon" + +#: kfile_pdf.cpp:85 +msgid "Yes (Can Print:%1 Can Copy:%2 Can Change:%3 Can Add notes:%4)" +msgstr "Jo (druckbor:%1 kopeerbor:%2 ännerbor:%3 Notizen toföögbor:%4)" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_png.po b/tde-i18n-nds/messages/tdegraphics/tdefile_png.po new file mode 100644 index 00000000000..dbc2a8809f1 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_png.po @@ -0,0 +1,112 @@ +# Translation of kfile_png.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_png\n" +"POT-Creation-Date: 2004-12-16 01:20+0100\n" +"PO-Revision-Date: 2006-10-06 23:36+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_png.cpp:51 +msgid "Title" +msgstr "Titel" + +#: kfile_png.cpp:52 +msgid "Author" +msgstr "Opsteller" + +#: kfile_png.cpp:53 +msgid "Description" +msgstr "Beschrieven" + +#: kfile_png.cpp:54 +msgid "Copyright" +msgstr "Copyright" + +#: kfile_png.cpp:55 +msgid "Creation Time" +msgstr "Opstelltiet" + +#: kfile_png.cpp:56 +msgid "Software" +msgstr "Programmen" + +#: kfile_png.cpp:57 +msgid "Disclaimer" +msgstr "Wohrscho" + +#: kfile_png.cpp:59 +msgid "Source" +msgstr "Born" + +#: kfile_png.cpp:60 kfile_png.cpp:103 +msgid "Comment" +msgstr "Kommentar" + +#: kfile_png.cpp:65 +msgid "Grayscale" +msgstr "Griestöön" + +#: kfile_png.cpp:66 kfile_png.cpp:70 kfile_png.cpp:183 kfile_png.cpp:187 +#: kfile_png.cpp:191 +msgid "Unknown" +msgstr "Nich bekannt" + +#: kfile_png.cpp:67 +msgid "RGB" +msgstr "RGB" + +#: kfile_png.cpp:68 +msgid "Palette" +msgstr "Klörensett" + +#: kfile_png.cpp:69 +msgid "Grayscale/Alpha" +msgstr "Griestöön mit Alphakanaal" + +#: kfile_png.cpp:71 +msgid "RGB/Alpha" +msgstr "RGB mit Alphakanaal" + +#: kfile_png.cpp:77 +msgid "Deflate" +msgstr "Deflate-Komprimeren" + +#: kfile_png.cpp:82 +msgid "None" +msgstr "Keen" + +#: kfile_png.cpp:83 +msgid "Adam7" +msgstr "Adam7" + +#: kfile_png.cpp:107 +msgid "Technical Details" +msgstr "Technisch Enkelheiten" + +#: kfile_png.cpp:109 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_png.cpp:113 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_png.cpp:116 +msgid "Color Mode" +msgstr "Klöörbedrief" + +#: kfile_png.cpp:117 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_png.cpp:118 +msgid "Interlace Mode" +msgstr "Regenflecht-Bedrief" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_pnm.po b/tde-i18n-nds/messages/tdegraphics/tdefile_pnm.po new file mode 100644 index 00000000000..f99777a58a8 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_pnm.po @@ -0,0 +1,43 @@ +# translation of kfile_pnm.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pnm\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-05-10 01:08+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_pnm.cpp:28 +msgid "plain" +msgstr "normaal" + +#: kfile_pnm.cpp:29 +msgid "raw" +msgstr "roh" + +#: kfile_pnm.cpp:50 +msgid "General" +msgstr "Allgemeen" + +#: kfile_pnm.cpp:52 +msgid "Format" +msgstr "Formaat" + +#: kfile_pnm.cpp:54 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_pnm.cpp:57 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_pnm.cpp:60 +msgid "Comment" +msgstr "Kommentar" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_ps.po b/tde-i18n-nds/messages/tdegraphics/tdefile_ps.po new file mode 100644 index 00000000000..680c9f3fe0c --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_ps.po @@ -0,0 +1,39 @@ +# Translation of kfile_ps.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_ps\n" +"POT-Creation-Date: 2005-03-29 01:16+0200\n" +"PO-Revision-Date: 2006-10-06 23:38+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_ps.cpp:49 +msgid "General" +msgstr "Allgemeen" + +#: kfile_ps.cpp:50 +msgid "Title" +msgstr "Titel" + +#: kfile_ps.cpp:51 +msgid "Creator" +msgstr "Opsteller" + +#: kfile_ps.cpp:52 +msgid "Creation Date" +msgstr "Opstelldatum" + +#: kfile_ps.cpp:53 +msgid "For" +msgstr "För" + +#: kfile_ps.cpp:54 +msgid "Pages" +msgstr "Sieden" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_rgb.po b/tde-i18n-nds/messages/tdegraphics/tdefile_rgb.po new file mode 100644 index 00000000000..2cc383ede2b --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_rgb.po @@ -0,0 +1,81 @@ +# Translation of kfile_rgb.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_rgb\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-10-06 23:37+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_rgb.cpp:44 +msgid "Comment" +msgstr "Kommentar" + +#: kfile_rgb.cpp:46 +msgid "Name" +msgstr "Naam" + +#: kfile_rgb.cpp:51 +msgid "Technical Details" +msgstr "Technisch Enkelheiten" + +#: kfile_rgb.cpp:53 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_rgb.cpp:57 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_rgb.cpp:60 +msgid "Color Mode" +msgstr "Klöörbedrief" + +#: kfile_rgb.cpp:61 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_rgb.cpp:64 +msgid "" +"_: percentage of avoided vertical redundancy (the higher the better)\n" +"Shared Rows" +msgstr "Deelt Regen" + +#: kfile_rgb.cpp:123 +msgid "Grayscale" +msgstr "Griestöön" + +#: kfile_rgb.cpp:125 +msgid "Grayscale/Alpha" +msgstr "Griestöön mit Alphakanaal" + +#: kfile_rgb.cpp:127 +msgid "RGB" +msgstr "RGB" + +#: kfile_rgb.cpp:129 +msgid "RGB/Alpha" +msgstr "RGB mit Alphakanaal" + +#: kfile_rgb.cpp:132 +msgid "Uncompressed" +msgstr "Nich komprimeert" + +#: kfile_rgb.cpp:136 +msgid "Runlength Encoded" +msgstr "Looplängdekomprimeert (RLE)" + +#: kfile_rgb.cpp:158 +msgid "None" +msgstr "Keen" + +#: kfile_rgb.cpp:160 +msgid "Unknown" +msgstr "Nich bekannt" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_tga.po b/tde-i18n-nds/messages/tdegraphics/tdefile_tga.po new file mode 100644 index 00000000000..cd762a50fc2 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_tga.po @@ -0,0 +1,67 @@ +# translation of kfile_tga.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_tga\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-05-10 01:11+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_tga.cpp:56 +msgid "Technical Details" +msgstr "Technisch Details" + +#: kfile_tga.cpp:60 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_tga.cpp:64 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_tga.cpp:67 +msgid "Color Mode" +msgstr "Klöörtyp" + +#: kfile_tga.cpp:68 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_tga.cpp:126 +msgid "Color-Mapped" +msgstr "Klörensett" + +#: kfile_tga.cpp:131 +msgid "RGB" +msgstr "RGB" + +#: kfile_tga.cpp:135 +msgid "Black and White" +msgstr "Swattwitt" + +#: kfile_tga.cpp:138 kfile_tga.cpp:159 +msgid "Unknown" +msgstr "Nich bekannt" + +#: kfile_tga.cpp:145 +msgid "Uncompressed" +msgstr "Nich komprimeert" + +#: kfile_tga.cpp:150 +msgid "Runlength Encoded" +msgstr "Looplängdekomprimeert (RLE)" + +#: kfile_tga.cpp:153 +msgid "Huffman, Delta & RLE" +msgstr "Huffman, Delta & RLE" + +#: kfile_tga.cpp:156 +msgid "Huffman, Delta, RLE (4-pass quadtree)" +msgstr "Huffman, Delta, RLE (4 Dörlööp)" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_tiff.po b/tde-i18n-nds/messages/tdegraphics/tdefile_tiff.po new file mode 100644 index 00000000000..19b6933a8cd --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_tiff.po @@ -0,0 +1,211 @@ +# Translation of kfile_tiff.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_tiff\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-10-06 23:53+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_tiff.cpp:44 +msgid "General" +msgstr "Allgemeen" + +#: kfile_tiff.cpp:47 +msgid "Description" +msgstr "Beschrieven" + +#: kfile_tiff.cpp:50 +msgid "Copyright" +msgstr "Copyright" + +#: kfile_tiff.cpp:52 +msgid "Color Mode" +msgstr "Klöörbedrief" + +#: kfile_tiff.cpp:54 +msgid "Dimensions" +msgstr "Afmeten" + +#: kfile_tiff.cpp:58 +msgid "Resolution" +msgstr "Oplösen" + +#: kfile_tiff.cpp:61 +msgid "Bit Depth" +msgstr "Bit-Deepde" + +#: kfile_tiff.cpp:64 +msgid "Compression" +msgstr "Komprimeren" + +#: kfile_tiff.cpp:66 +msgid "Software" +msgstr "Programmen" + +#: kfile_tiff.cpp:68 +msgid "Date/Time" +msgstr "Datum un Tiet" + +#: kfile_tiff.cpp:70 +msgid "Artist" +msgstr "Künstler" + +#: kfile_tiff.cpp:73 +msgid "Fax Pages" +msgstr "Faxsieden" + +#: kfile_tiff.cpp:76 +msgid "Scanner" +msgstr "Bildinleser" + +#: kfile_tiff.cpp:78 +msgid "Make" +msgstr "Utgaav" + +#: kfile_tiff.cpp:79 +msgid "Model" +msgstr "Modell" + +#: kfile_tiff.cpp:85 kfile_tiff.cpp:87 +msgid "Monochrome" +msgstr "Swattwitt" + +#: kfile_tiff.cpp:89 +msgid "RGB" +msgstr "RGB" + +#: kfile_tiff.cpp:91 +msgid "Palette color" +msgstr "Klörensett" + +#: kfile_tiff.cpp:93 +msgid "Transparency mask" +msgstr "Transparenzmask" + +#: kfile_tiff.cpp:95 +msgid "Color separations" +msgstr "Klöörtrennen" + +#: kfile_tiff.cpp:97 +msgid "YCbCr" +msgstr "YCbCr" + +#: kfile_tiff.cpp:99 +msgid "CIE Lab" +msgstr "CIE Lab" + +#: kfile_tiff.cpp:102 +msgid "ITU Lab" +msgstr "ITU Lab" + +#: kfile_tiff.cpp:105 +msgid "LOGL" +msgstr "LOGL" + +#: kfile_tiff.cpp:107 +msgid "LOGLUV" +msgstr "LOGLUV" + +#: kfile_tiff.cpp:110 +msgid "None" +msgstr "Keen" + +#: kfile_tiff.cpp:112 +msgid "RLE" +msgstr "RLE" + +#: kfile_tiff.cpp:114 +msgid "G3 Fax" +msgstr "G3-Fax" + +#: kfile_tiff.cpp:116 +msgid "G4 Fax" +msgstr "G4-Fax" + +#: kfile_tiff.cpp:118 +msgid "LZW" +msgstr "LZW" + +#: kfile_tiff.cpp:120 +msgid "JPEG" +msgstr "JPEG" + +#: kfile_tiff.cpp:122 +msgid "JPEG DCT" +msgstr "JPEG DCT" + +#: kfile_tiff.cpp:125 +msgid "Adobe Deflate" +msgstr "Adobe Deflate-komprimeert" + +#: kfile_tiff.cpp:128 +msgid "NeXT 2-bit RLE" +msgstr "NeXT 2-Bit RLE" + +#: kfile_tiff.cpp:130 +msgid "RLE Word" +msgstr "RLE Word" + +#: kfile_tiff.cpp:132 +msgid "Packbits" +msgstr "Packbits" + +#: kfile_tiff.cpp:134 +msgid "Thunderscan RLE" +msgstr "Thunderscan RLE" + +#: kfile_tiff.cpp:136 +msgid "IT8 CT w/padding" +msgstr "IT8 CT mit Opfüllbits" + +#: kfile_tiff.cpp:138 +msgid "IT8 linework RLE" +msgstr "IT8 regenwies RLE" + +#: kfile_tiff.cpp:140 +msgid "IT8 monochrome" +msgstr "IT8 swattwitt" + +#: kfile_tiff.cpp:142 +msgid "IT8 binary lineart" +msgstr "IT8 bineer Streekbild" + +#: kfile_tiff.cpp:144 +msgid "Pixar 10-bit LZW" +msgstr "Pixar 10-Bit LZW" + +#: kfile_tiff.cpp:146 +msgid "Pixar 11-bit ZIP" +msgstr "Pixar 11-Bit ZIP" + +#: kfile_tiff.cpp:148 +msgid "Pixar deflate" +msgstr "Pixar Deflate-komprimeert" + +#: kfile_tiff.cpp:150 +msgid "Kodak DCS" +msgstr "Kodak-DCS" + +#: kfile_tiff.cpp:152 +msgid "ISO JBIG" +msgstr "ISO JBIG" + +#: kfile_tiff.cpp:154 +msgid "SGI log luminance RLE" +msgstr "SGI log luminance RLE" + +#: kfile_tiff.cpp:156 +msgid "SGI log 24-bit packed" +msgstr "SGI log 24-Bit komprimeert" + +#: kfile_tiff.cpp:251 +msgid "RGBA" +msgstr "RGBA" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_xbm.po b/tde-i18n-nds/messages/tdegraphics/tdefile_xbm.po new file mode 100644 index 00000000000..f0c63a90d29 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_xbm.po @@ -0,0 +1,23 @@ +# Translation of kfile_xbm.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_xbm\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-10-07 00:09+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: kfile_xbm.cpp:54 +msgid "Technical Details" +msgstr "Technisch Details" + +#: kfile_xbm.cpp:58 +msgid "Dimensions" +msgstr "Afmeten" diff --git a/tde-i18n-nds/messages/tdegraphics/tdefile_xpm.po b/tde-i18n-nds/messages/tdegraphics/tdefile_xpm.po new file mode 100644 index 00000000000..9e1710370e2 --- /dev/null +++ b/tde-i18n-nds/messages/tdegraphics/tdefile_xpm.po @@ -0,0 +1,27 @@ +# translation of kfile_xpm.po to Low Saxon +# +# Manfred Wiese , 2006. +# Sönke Dibbern , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_xpm\n" +"POT-Creation-Date: 2004-11-15 01:37+0100\n" +"PO-Revision-Date: 2006-05-10 01:14+0200\n" +"Last-Translator: Sönke Dibbern \n" +"Language-Team: Low Saxon \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: kfile_xpm.cpp:42 +msgid "X PixMap File Information" +msgstr "X-PixMap-Dateiinformatschoon" + +#: kfile_xpm.cpp:47 +msgid "Dimension" +msgstr "Afmeten" + +#: kfile_xpm.cpp:51 +msgid "Bit Depth" +msgstr "Bit-Deepde" -- cgit v1.2.1