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-mk/messages/tdegraphics/kfile_bmp.po | 79 ------ tde-i18n-mk/messages/tdegraphics/kfile_dds.po | 64 ----- tde-i18n-mk/messages/tdegraphics/kfile_dvi.po | 31 --- tde-i18n-mk/messages/tdegraphics/kfile_exr.po | 249 ------------------ tde-i18n-mk/messages/tdegraphics/kfile_gif.po | 43 ---- tde-i18n-mk/messages/tdegraphics/kfile_ico.po | 39 --- tde-i18n-mk/messages/tdegraphics/kfile_jpeg.po | 311 ----------------------- tde-i18n-mk/messages/tdegraphics/kfile_pcx.po | 43 ---- tde-i18n-mk/messages/tdegraphics/kfile_pdf.po | 74 ------ tde-i18n-mk/messages/tdegraphics/kfile_png.po | 114 --------- tde-i18n-mk/messages/tdegraphics/kfile_pnm.po | 42 --- tde-i18n-mk/messages/tdegraphics/kfile_ps.po | 40 --- tde-i18n-mk/messages/tdegraphics/kfile_rgb.po | 81 ------ tde-i18n-mk/messages/tdegraphics/kfile_tga.po | 69 ----- tde-i18n-mk/messages/tdegraphics/kfile_tiff.po | 213 ---------------- tde-i18n-mk/messages/tdegraphics/kfile_xbm.po | 23 -- tde-i18n-mk/messages/tdegraphics/kfile_xpm.po | 27 -- tde-i18n-mk/messages/tdegraphics/tdefile_bmp.po | 79 ++++++ tde-i18n-mk/messages/tdegraphics/tdefile_dds.po | 64 +++++ tde-i18n-mk/messages/tdegraphics/tdefile_dvi.po | 31 +++ tde-i18n-mk/messages/tdegraphics/tdefile_exr.po | 249 ++++++++++++++++++ tde-i18n-mk/messages/tdegraphics/tdefile_gif.po | 43 ++++ tde-i18n-mk/messages/tdegraphics/tdefile_ico.po | 39 +++ tde-i18n-mk/messages/tdegraphics/tdefile_jpeg.po | 311 +++++++++++++++++++++++ tde-i18n-mk/messages/tdegraphics/tdefile_pcx.po | 43 ++++ tde-i18n-mk/messages/tdegraphics/tdefile_pdf.po | 74 ++++++ tde-i18n-mk/messages/tdegraphics/tdefile_png.po | 114 +++++++++ tde-i18n-mk/messages/tdegraphics/tdefile_pnm.po | 42 +++ tde-i18n-mk/messages/tdegraphics/tdefile_ps.po | 40 +++ tde-i18n-mk/messages/tdegraphics/tdefile_rgb.po | 81 ++++++ tde-i18n-mk/messages/tdegraphics/tdefile_tga.po | 69 +++++ tde-i18n-mk/messages/tdegraphics/tdefile_tiff.po | 213 ++++++++++++++++ tde-i18n-mk/messages/tdegraphics/tdefile_xbm.po | 23 ++ tde-i18n-mk/messages/tdegraphics/tdefile_xpm.po | 27 ++ 34 files changed, 1542 insertions(+), 1542 deletions(-) delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_bmp.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_dds.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_dvi.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_exr.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_gif.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_ico.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_jpeg.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_pcx.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_pdf.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_png.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_pnm.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_ps.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_rgb.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_tga.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_tiff.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_xbm.po delete mode 100644 tde-i18n-mk/messages/tdegraphics/kfile_xpm.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_bmp.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_dds.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_dvi.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_exr.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_gif.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_ico.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_jpeg.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_pcx.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_pdf.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_png.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_pnm.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_ps.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_rgb.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_tga.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_tiff.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_xbm.po create mode 100644 tde-i18n-mk/messages/tdegraphics/tdefile_xpm.po (limited to 'tde-i18n-mk/messages/tdegraphics') diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_bmp.po b/tde-i18n-mk/messages/tdegraphics/kfile_bmp.po deleted file mode 100644 index cc321849f67..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_bmp.po +++ /dev/null @@ -1,79 +0,0 @@ -# translation of kfile_bmp.po to Macedonian -# Copyright (C) 2005 Free Software Foundation, Inc. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_bmp\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 19:04+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_bmp.cpp:55 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_bmp.cpp:59 -msgid "Type" -msgstr "Тип" - -#: kfile_bmp.cpp:61 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_bmp.cpp:65 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_bmp.cpp:68 -msgid "Compression" -msgstr "Компресија" - -#: kfile_bmp.cpp:104 -msgid "Windows Bitmap" -msgstr "Битмапа за Виндоус" - -#: kfile_bmp.cpp:106 -msgid "OS/2 Bitmap Array" -msgstr "Низа од битмапи за OS/2" - -#: kfile_bmp.cpp:108 -msgid "OS/2 Color Icon" -msgstr "Икона во боја за OS/2 " - -#: kfile_bmp.cpp:110 -msgid "OS/2 Color Pointer" -msgstr "Покажувач во боја за OS/2" - -#: kfile_bmp.cpp:112 -msgid "OS/2 Icon" -msgstr "Икона за OS/2" - -#: kfile_bmp.cpp:114 -msgid "OS/2 Pointer" -msgstr "Покажувач за OS/2" - -#: kfile_bmp.cpp:156 -msgid "None" -msgstr "Нема" - -#: kfile_bmp.cpp:159 -msgid "RLE 8bit/pixel" -msgstr "RLE 8бита/пиксел" - -#: kfile_bmp.cpp:162 -msgid "RLE 4bit/pixel" -msgstr "RLE 4бита/пиксел" - -#: kfile_bmp.cpp:165 -msgid "Bitfields" -msgstr "Битполиња" - -#: kfile_bmp.cpp:168 -msgid "Unknown" -msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_dds.po b/tde-i18n-mk/messages/tdegraphics/kfile_dds.po deleted file mode 100644 index 8894a44df96..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_dds.po +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_dds.po to Macedonian -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_dds\n" -"POT-Creation-Date: 2004-11-01 01:46+0100\n" -"PO-Revision-Date: 2005-02-22 19:01+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_dds.cpp:192 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_dds.cpp:196 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_dds.cpp:200 -msgid "Depth" -msgstr "Длабочина" - -#: kfile_dds.cpp:203 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_dds.cpp:206 -msgid "Mipmap Count" -msgstr "Број на Mipmap " - -#: kfile_dds.cpp:208 -msgid "Type" -msgstr "Тип" - -#: kfile_dds.cpp:209 -msgid "Color Mode" -msgstr "Режим на боја" - -#: kfile_dds.cpp:210 -msgid "Compression" -msgstr "Компресија" - -#: kfile_dds.cpp:251 -msgid "Cube Map Texture" -msgstr "Текстура за кубна мапа" - -#: kfile_dds.cpp:254 -msgid "Volume Texture" -msgstr "Текстура за волумен" - -#: kfile_dds.cpp:258 -msgid "2D Texture" -msgstr "2D-Текстура" - -#: kfile_dds.cpp:264 -msgid "Uncompressed" -msgstr "Некомпресирано" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_dvi.po b/tde-i18n-mk/messages/tdegraphics/kfile_dvi.po deleted file mode 100644 index 64c119c66a1..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_dvi.po +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_dvi.po to Macedonian -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -msgid "" -msgstr "" -"Project-Id-Version: kfile_dvi\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 18:57+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_dvi.cpp:53 -msgid "Created" -msgstr "Создадено" - -#: kfile_dvi.cpp:54 -msgid "Comment" -msgstr "Коментар" - -#: kfile_dvi.cpp:55 -msgid "Pages" -msgstr "Страници" - -#: kfile_dvi.cpp:142 -msgid "TeX Device Independent file" -msgstr "TeX датотека независна од уредот" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_exr.po b/tde-i18n-mk/messages/tdegraphics/kfile_exr.po deleted file mode 100644 index dfc99f245d8..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_exr.po +++ /dev/null @@ -1,249 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_exr.po to Macedonian -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_exr\n" -"POT-Creation-Date: 2007-08-23 01:13+0200\n" -"PO-Revision-Date: 2005-02-22 19:20+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_exr.cpp:75 -msgid "Format Version" -msgstr "Верзија на формат" - -#: kfile_exr.cpp:76 -msgid "Tiled Image" -msgstr "Мозаична слика" - -#: kfile_exr.cpp:77 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_exr.cpp:81 -msgid "Thumbnail Dimensions" -msgstr "Димензии на сликичка" - -#: kfile_exr.cpp:84 -msgid "Comment" -msgstr "Коментар" - -#: kfile_exr.cpp:85 -msgid "Thumbnail" -msgstr "Сликичка" - -#: kfile_exr.cpp:89 -msgid "Standard Attributes" -msgstr "Стандардни атрибути" - -#: kfile_exr.cpp:90 -msgid "Owner" -msgstr "Сопственик" - -#: kfile_exr.cpp:91 -msgid "Comments" -msgstr "Коментари" - -#: kfile_exr.cpp:92 -msgid "Capture Date" -msgstr "Датум на снимање" - -#: kfile_exr.cpp:93 -msgid "UTC Offset" -msgstr "UTC Офсет" - -#: kfile_exr.cpp:94 -msgid "Exposure Time" -msgstr "Време на експозиција" - -#: kfile_exr.cpp:96 -msgid "Focus" -msgstr "Фокус" - -#: kfile_exr.cpp:97 kfile_exr.cpp:105 -msgid "" -"_: Metres\n" -"m" -msgstr "m" - -#: kfile_exr.cpp:98 -msgid "X Density" -msgstr "X-густина" - -#: kfile_exr.cpp:99 -msgid "" -"_: Pixels Per Inch\n" -" ppi" -msgstr " ppi" - -#: kfile_exr.cpp:100 -msgid "White Luminance" -msgstr "Бела светлина" - -#: kfile_exr.cpp:101 -msgid "" -"_: Candelas per square metre\n" -" Nits" -msgstr " Nits" - -#: kfile_exr.cpp:102 -msgid "Longitude" -msgstr "Должина" - -#: kfile_exr.cpp:103 -msgid "Latitude" -msgstr "Ширина" - -#: kfile_exr.cpp:104 -msgid "Altitude" -msgstr "Висина" - -#: kfile_exr.cpp:106 -msgid "ISO Speed" -msgstr "Брзина по ISO" - -#: kfile_exr.cpp:107 -msgid "Aperture" -msgstr "Бленда" - -#: kfile_exr.cpp:110 -msgid "Channels" -msgstr "Канали" - -#: 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 "materialID" - -#: kfile_exr.cpp:123 -msgid "objectID" -msgstr "objectID" - -#: kfile_exr.cpp:124 -msgid "renderID" -msgstr "renderID" - -#: 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 "packedRGBA" - -#: kfile_exr.cpp:132 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_exr.cpp:133 -msgid "Compression" -msgstr "Компресија" - -#: kfile_exr.cpp:134 -msgid "Line Order" -msgstr "Редослед на линии" - -#: kfile_exr.cpp:138 -msgid "3dsMax Details" -msgstr "Детали за 3dsMax" - -#: kfile_exr.cpp:139 -msgid "Local Time" -msgstr "Локално време" - -#: kfile_exr.cpp:140 -msgid "System Time" -msgstr "Системско време" - -#: kfile_exr.cpp:141 -msgid "Plugin Version" -msgstr "Верзија на приклучок" - -#: kfile_exr.cpp:142 -msgid "EXR Version" -msgstr "Верзија на EXR" - -#: kfile_exr.cpp:143 -msgid "Computer Name" -msgstr "Име на компјутер" - -#: kfile_exr.cpp:306 -msgid "No compression" -msgstr "Без компресија" - -#: kfile_exr.cpp:309 -msgid "Run Length Encoding" -msgstr "Кодирање Run Length" - -#: kfile_exr.cpp:312 -msgid "zip, individual scanlines" -msgstr "zip, индивидуални скен-линии" - -#: kfile_exr.cpp:315 -msgid "zip, multi-scanline blocks" -msgstr "zip, блокови од мултискен-линии" - -#: kfile_exr.cpp:318 -msgid "piz compression" -msgstr "компресија piz" - -#: kfile_exr.cpp:327 -msgid "increasing Y" -msgstr "го зголемува Y" - -#: kfile_exr.cpp:330 -msgid "decreasing Y" -msgstr "го намалува Y" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_gif.po b/tde-i18n-mk/messages/tdegraphics/kfile_gif.po deleted file mode 100644 index 58e8cbd3ea1..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_gif.po +++ /dev/null @@ -1,43 +0,0 @@ -# translation of kfile_gif.po to Macedonian -# Copyright (C) 2006 Free Software Foundation, Inc. -# -# Bozidar Proevski , 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_gif\n" -"POT-Creation-Date: 2005-03-14 01:33+0100\n" -"PO-Revision-Date: 2006-01-09 17:44+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11\n" - -#: kfile_gif.cpp:55 -msgid "General" -msgstr "Општо" - -#: kfile_gif.cpp:59 -msgid "Version" -msgstr "Верзија" - -#: kfile_gif.cpp:61 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_gif.cpp:65 -msgid "Bit Depth" -msgstr "Длабочина во бити" - -#: kfile_gif.cpp:103 -msgid "GIF Version 89a" -msgstr "GIF верзија 89a" - -#: kfile_gif.cpp:105 -msgid "GIF Version 87a" -msgstr "GIF верзија 87a" - -#: kfile_gif.cpp:108 -msgid "Unknown" -msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_ico.po b/tde-i18n-mk/messages/tdegraphics/kfile_ico.po deleted file mode 100644 index b4328f1cee3..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_ico.po +++ /dev/null @@ -1,39 +0,0 @@ -# translation of kfile_ico.po to Macedonian -# Copyright (C) 2005 Free Software Foundation, Inc. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_ico\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 18:57+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_ico.cpp:56 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_ico.cpp:60 -msgid "Number of Icons" -msgstr "Број на икони" - -#: kfile_ico.cpp:62 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_ico.cpp:63 -msgid "Colors" -msgstr "Бои" - -#: kfile_ico.cpp:65 -msgid "Dimensions (1st icon)" -msgstr "Димензии (прва икона)" - -#: kfile_ico.cpp:66 -msgid "Colors (1st icon)" -msgstr "Бои (прва икона)" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_jpeg.po b/tde-i18n-mk/messages/tdegraphics/kfile_jpeg.po deleted file mode 100644 index 3afbd33619e..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_jpeg.po +++ /dev/null @@ -1,311 +0,0 @@ -# translation of kfile_jpeg.po to Macedonian -# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. -# -# Ivan Dimitrov , 2003. -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005, 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_jpeg\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2006-01-09 17:47+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11\n" - -#: kfile_jpeg.cpp:58 -msgid "JPEG Exif" -msgstr "JPEG Exif" - -#: kfile_jpeg.cpp:61 -msgid "Comment" -msgstr "Коментар" - -#: kfile_jpeg.cpp:67 -msgid "Camera Manufacturer" -msgstr "Производител на камерата" - -#: kfile_jpeg.cpp:70 -msgid "Camera Model" -msgstr "Модел на камерата" - -#: kfile_jpeg.cpp:73 -msgid "Date/Time" -msgstr "Датум/време" - -#: kfile_jpeg.cpp:76 -msgid "Creation Date" -msgstr "Датум на креирање" - -#: kfile_jpeg.cpp:79 -msgid "Creation Time" -msgstr "Време на креирање" - -#: kfile_jpeg.cpp:82 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_jpeg.cpp:90 -msgid "Color Mode" -msgstr "Режим на бои" - -#: kfile_jpeg.cpp:93 -msgid "Flash Used" -msgstr "Користен блиц" - -#: kfile_jpeg.cpp:95 -msgid "Focal Length" -msgstr "Фокусна должина" - -#: kfile_jpeg.cpp:99 -msgid "35mm Equivalent" -msgstr "Еквивалентно на 35мм" - -#: kfile_jpeg.cpp:103 -msgid "CCD Width" -msgstr "Ширина на CCD" - -#: kfile_jpeg.cpp:107 -msgid "Exposure Time" -msgstr "Време на изложување" - -#: kfile_jpeg.cpp:111 -msgid "Aperture" -msgstr "Бленда" - -#: kfile_jpeg.cpp:114 -msgid "Focus Dist." -msgstr "Далечина на фокусот" - -#: kfile_jpeg.cpp:117 -msgid "Exposure Bias" -msgstr "Поларизација на изложувањето" - -#: kfile_jpeg.cpp:120 -msgid "Whitebalance" -msgstr "Бел баланс" - -#: kfile_jpeg.cpp:123 -msgid "Metering Mode" -msgstr "Мерен режим" - -#: kfile_jpeg.cpp:126 -msgid "Exposure" -msgstr "Експозиција" - -#: kfile_jpeg.cpp:129 -msgid "ISO Equiv." -msgstr "ISO-еквивалентно" - -#: kfile_jpeg.cpp:132 -msgid "JPEG Quality" -msgstr "Квалитет на JPEG" - -#: kfile_jpeg.cpp:135 -msgid "User Comment" -msgstr "Кориснички коментар" - -#: kfile_jpeg.cpp:139 -msgid "JPEG Process" -msgstr "JPEG-процес" - -#: kfile_jpeg.cpp:142 -msgid "Thumbnail" -msgstr "Сликичка" - -#: kfile_jpeg.cpp:248 -msgid "Color" -msgstr "Боја" - -#: kfile_jpeg.cpp:248 -msgid "Black and white" -msgstr "Црно и бело" - -#: kfile_jpeg.cpp:252 -msgid "" -"_: Flash\n" -"(unknown)" -msgstr "(непознато)" - -#: kfile_jpeg.cpp:254 -msgid "" -"_: Flash\n" -"No" -msgstr "Нема" - -#: kfile_jpeg.cpp:259 -msgid "" -"_: Flash\n" -"Fired" -msgstr "" - -#: kfile_jpeg.cpp:264 -msgid "" -"_: Flash\n" -"Fill Fired" -msgstr "" - -#: kfile_jpeg.cpp:267 -msgid "" -"_: Flash\n" -"Off" -msgstr "Искл." - -#: kfile_jpeg.cpp:270 -msgid "" -"_: Flash\n" -"Auto Off" -msgstr "Автом. искл." - -#: kfile_jpeg.cpp:275 -msgid "" -"_: Flash\n" -"Auto Fired" -msgstr "" - -#: kfile_jpeg.cpp:278 -msgid "" -"_: Flash\n" -"Not Available" -msgstr "Не е достапно" - -#: kfile_jpeg.cpp:319 -msgid "Infinite" -msgstr "Бескрајно" - -#: 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 "Непознато" - -#: kfile_jpeg.cpp:338 -msgid "Daylight" -msgstr "Дневна светлина" - -#: kfile_jpeg.cpp:341 -msgid "Fluorescent" -msgstr "Флоуресцентно" - -#: kfile_jpeg.cpp:345 -#, fuzzy -msgid "Tungsten" -msgstr "Волфрам" - -#: kfile_jpeg.cpp:348 -msgid "Standard light A" -msgstr "Стандардна светлина А" - -#: kfile_jpeg.cpp:351 -msgid "Standard light B" -msgstr "Стандардна светлина В" - -#: kfile_jpeg.cpp:354 -msgid "Standard light C" -msgstr "Стандардна светлина С" - -#: 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 "Други" - -#: kfile_jpeg.cpp:381 -msgid "Average" -msgstr "Просечно" - -#: kfile_jpeg.cpp:384 -msgid "Center weighted average" -msgstr "Централна пондерирана средина" - -#: kfile_jpeg.cpp:387 -msgid "Spot" -msgstr "Точка" - -#: kfile_jpeg.cpp:390 -msgid "MultiSpot" -msgstr "Повеќеточкасто" - -#: kfile_jpeg.cpp:393 -msgid "Pattern" -msgstr "Мостра" - -#: kfile_jpeg.cpp:396 -msgid "Partial" -msgstr "Делумно" - -#: kfile_jpeg.cpp:411 -msgid "Not defined" -msgstr "Не е дефинирано" - -#: kfile_jpeg.cpp:414 -msgid "Manual" -msgstr "Рачно" - -#: kfile_jpeg.cpp:417 -msgid "Normal program" -msgstr "Нормална програма" - -#: kfile_jpeg.cpp:420 -msgid "Aperture priority" -msgstr "Приоритет на блендата" - -#: kfile_jpeg.cpp:423 -msgid "Shutter priority" -msgstr "Приоритет на преклопувачот" - -#: kfile_jpeg.cpp:426 -msgid "" -"Creative program\n" -"(biased toward fast shutter speed)" -msgstr "" -"Креативна програма\n" -"(поларизирано заради голема брзина на преклопувачот)" - -#: kfile_jpeg.cpp:429 -msgid "" -"Action program\n" -"(biased toward fast shutter speed)" -msgstr "" -"Програма за акција\n" -"(поларизирано заради голема брзина на преклопувачот)" - -#: kfile_jpeg.cpp:432 -msgid "" -"Portrait mode\n" -"(for closeup photos with the background out of focus)" -msgstr "" -"Режим на портрет\n" -"(за фотографии од блиску со заднината надвор од фокусот)" - -#: kfile_jpeg.cpp:435 -msgid "" -"Landscape mode\n" -"(for landscape photos with the background in focus)" -msgstr "" -"Режим на пејсаж\n" -"(за пејсажни слики со фокусирана заднина)" - -#: kfile_jpeg.cpp:453 -msgid "Basic" -msgstr "Основно" - -#: kfile_jpeg.cpp:456 -msgid "Normal" -msgstr "Нормално" - -#: kfile_jpeg.cpp:459 -msgid "Fine" -msgstr "Фино" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_pcx.po b/tde-i18n-mk/messages/tdegraphics/kfile_pcx.po deleted file mode 100644 index 9b1c10eee3f..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_pcx.po +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_pcx.po to Macedonian -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pcx\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 19:00+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_pcx.cpp:66 -msgid "General" -msgstr "Општо" - -#: kfile_pcx.cpp:69 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_pcx.cpp:73 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_pcx.cpp:76 -msgid "Resolution" -msgstr "Резолуција" - -#: kfile_pcx.cpp:79 -msgid "Compression" -msgstr "Компресија" - -#: kfile_pcx.cpp:109 -msgid "Yes (RLE)" -msgstr "Да (RLE)" - -#: kfile_pcx.cpp:111 -msgid "None" -msgstr "Нема" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_pdf.po b/tde-i18n-mk/messages/tdegraphics/kfile_pdf.po deleted file mode 100644 index 528eacdd280..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_pdf.po +++ /dev/null @@ -1,74 +0,0 @@ -# translation of kfile_pdf.po to Macedonian -# Copyright (C) 2005, 2006 Free Software Foundation, Inc. -# -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005, 2006. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pdf\n" -"POT-Creation-Date: 2005-04-20 15:05+0200\n" -"PO-Revision-Date: 2006-01-09 17:49+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11\n" - -#: kfile_pdf.cpp:39 -msgid "General" -msgstr "Општо" - -#: kfile_pdf.cpp:43 -msgid "Title" -msgstr "Наслов" - -#: kfile_pdf.cpp:45 -msgid "Subject" -msgstr "Тема" - -#: kfile_pdf.cpp:47 -msgid "Author" -msgstr "Автор" - -#: kfile_pdf.cpp:49 -msgid "Key Words" -msgstr "Клучни зборови" - -#: kfile_pdf.cpp:50 -msgid "Creator" -msgstr "Креатор" - -#: kfile_pdf.cpp:51 -msgid "Producer" -msgstr "Производител" - -#: kfile_pdf.cpp:52 -msgid "Creation Date" -msgstr "Датум на креирање" - -#: kfile_pdf.cpp:53 -msgid "Modified" -msgstr "Изменето" - -#: kfile_pdf.cpp:54 -msgid "Pages" -msgstr "Страници" - -#: kfile_pdf.cpp:55 -msgid "Protected" -msgstr "Заштитено" - -#: kfile_pdf.cpp:56 -msgid "Linearized" -msgstr "Линеаризирано" - -#: kfile_pdf.cpp:57 -msgid "Version" -msgstr "Верзија" - -#: kfile_pdf.cpp:85 -msgid "Yes (Can Print:%1 Can Copy:%2 Can Change:%3 Can Add notes:%4)" -msgstr "" -"Да (може да печати:%1 може да копира:%2 може да менува:%3 може да додава " -"забелешки:%4)" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_png.po b/tde-i18n-mk/messages/tdegraphics/kfile_png.po deleted file mode 100644 index 07e0e852b78..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_png.po +++ /dev/null @@ -1,114 +0,0 @@ -# translation of kfile_png.po to Macedonian -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# Ivan Dimitrov , 2003. -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_png\n" -"POT-Creation-Date: 2004-12-16 01:20+0100\n" -"PO-Revision-Date: 2005-02-22 19:07+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_png.cpp:51 -msgid "Title" -msgstr "Наслов" - -#: kfile_png.cpp:52 -msgid "Author" -msgstr "Автор" - -#: kfile_png.cpp:53 -msgid "Description" -msgstr "Опис" - -#: kfile_png.cpp:54 -msgid "Copyright" -msgstr "Авторски права" - -#: kfile_png.cpp:55 -msgid "Creation Time" -msgstr "Време на создавање" - -#: kfile_png.cpp:56 -msgid "Software" -msgstr "Софтвер" - -#: kfile_png.cpp:57 -msgid "Disclaimer" -msgstr "Одрекување" - -#: kfile_png.cpp:59 -msgid "Source" -msgstr "Извор" - -#: kfile_png.cpp:60 kfile_png.cpp:103 -msgid "Comment" -msgstr "Коментар" - -#: kfile_png.cpp:65 -msgid "Grayscale" -msgstr "Нијанси на сиво" - -#: kfile_png.cpp:66 kfile_png.cpp:70 kfile_png.cpp:183 kfile_png.cpp:187 -#: kfile_png.cpp:191 -msgid "Unknown" -msgstr "Непознато" - -#: kfile_png.cpp:67 -msgid "RGB" -msgstr "RGB" - -#: kfile_png.cpp:68 -msgid "Palette" -msgstr "Палета" - -#: kfile_png.cpp:69 -msgid "Grayscale/Alpha" -msgstr "Нијанси на сиво/Проѕирност" - -#: kfile_png.cpp:71 -msgid "RGB/Alpha" -msgstr "RGB/Проѕирност" - -#: kfile_png.cpp:77 -msgid "Deflate" -msgstr "Дефлација" - -#: kfile_png.cpp:82 -msgid "None" -msgstr "Ништо" - -#: kfile_png.cpp:83 -msgid "Adam7" -msgstr "Adam7" - -#: kfile_png.cpp:107 -msgid "Technical Details" -msgstr "Технички Детали" - -#: kfile_png.cpp:109 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_png.cpp:113 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_png.cpp:116 -msgid "Color Mode" -msgstr "Режим на боја" - -#: kfile_png.cpp:117 -msgid "Compression" -msgstr "Компресија" - -#: kfile_png.cpp:118 -msgid "Interlace Mode" -msgstr "Режим на преклопување" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_pnm.po b/tde-i18n-mk/messages/tdegraphics/kfile_pnm.po deleted file mode 100644 index 02fbc4227f8..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_pnm.po +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_pnm.po to Macedonian -# Zoran Dimovski , 2005. -msgid "" -msgstr "" -"Project-Id-Version: kfile_pnm\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-01-22 18:23+0100\n" -"Last-Translator: Zoran Dimovski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9\n" - -#: kfile_pnm.cpp:28 -msgid "plain" -msgstr "чист" - -#: kfile_pnm.cpp:29 -msgid "raw" -msgstr "суров" - -#: kfile_pnm.cpp:50 -msgid "General" -msgstr "Општо" - -#: kfile_pnm.cpp:52 -msgid "Format" -msgstr "Формат" - -#: kfile_pnm.cpp:54 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_pnm.cpp:57 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_pnm.cpp:60 -msgid "Comment" -msgstr "Коментар" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_ps.po b/tde-i18n-mk/messages/tdegraphics/kfile_ps.po deleted file mode 100644 index aa4ba37f6f2..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_ps.po +++ /dev/null @@ -1,40 +0,0 @@ -# translation of kfile_ps.po to Macedonian -# Copyright (C) 2005 Free Software Foundation, Inc. -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_ps\n" -"POT-Creation-Date: 2005-03-29 01:16+0200\n" -"PO-Revision-Date: 2005-02-22 18:59+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_ps.cpp:49 -msgid "General" -msgstr "Општо" - -#: kfile_ps.cpp:50 -msgid "Title" -msgstr "Наслов" - -#: kfile_ps.cpp:51 -msgid "Creator" -msgstr "Креатор" - -#: kfile_ps.cpp:52 -msgid "Creation Date" -msgstr "Датум на создавање" - -#: kfile_ps.cpp:53 -msgid "For" -msgstr "За" - -#: kfile_ps.cpp:54 -msgid "Pages" -msgstr "Страници" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_rgb.po b/tde-i18n-mk/messages/tdegraphics/kfile_rgb.po deleted file mode 100644 index 3c3669520e8..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_rgb.po +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_rgb.po to Macedonian -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -msgid "" -msgstr "" -"Project-Id-Version: kfile_rgb\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 19:05+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_rgb.cpp:44 -msgid "Comment" -msgstr "Коментар" - -#: kfile_rgb.cpp:46 -msgid "Name" -msgstr "Име" - -#: kfile_rgb.cpp:51 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_rgb.cpp:53 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_rgb.cpp:57 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_rgb.cpp:60 -msgid "Color Mode" -msgstr "Режим на боја" - -#: kfile_rgb.cpp:61 -msgid "Compression" -msgstr "Компресија" - -#: kfile_rgb.cpp:64 -msgid "" -"_: percentage of avoided vertical redundancy (the higher the better)\n" -"Shared Rows" -msgstr "Делени редови" - -#: kfile_rgb.cpp:123 -msgid "Grayscale" -msgstr "Сива скала" - -#: kfile_rgb.cpp:125 -msgid "Grayscale/Alpha" -msgstr "Сива скала/Проѕирност" - -#: kfile_rgb.cpp:127 -msgid "RGB" -msgstr "RGB" - -#: kfile_rgb.cpp:129 -msgid "RGB/Alpha" -msgstr "RGB/Проѕирност" - -#: kfile_rgb.cpp:132 -msgid "Uncompressed" -msgstr "Некомпресирана" - -#: kfile_rgb.cpp:136 -msgid "Runlength Encoded" -msgstr "Кодирање Runlength" - -#: kfile_rgb.cpp:158 -msgid "None" -msgstr "Нема" - -#: kfile_rgb.cpp:160 -msgid "Unknown" -msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_tga.po b/tde-i18n-mk/messages/tdegraphics/kfile_tga.po deleted file mode 100644 index 478d6a6aa7b..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_tga.po +++ /dev/null @@ -1,69 +0,0 @@ -# translation of kfile_tga.po to Macedonian -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# Ivan Dimitrov , 2003. -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_tga\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 19:02+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_tga.cpp:56 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_tga.cpp:60 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_tga.cpp:64 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_tga.cpp:67 -msgid "Color Mode" -msgstr "Режим на боја" - -#: kfile_tga.cpp:68 -msgid "Compression" -msgstr "Компресија" - -#: kfile_tga.cpp:126 -msgid "Color-Mapped" -msgstr "Мапирано со боја" - -#: kfile_tga.cpp:131 -msgid "RGB" -msgstr "RGB" - -#: kfile_tga.cpp:135 -msgid "Black and White" -msgstr "Црно и бело" - -#: kfile_tga.cpp:138 kfile_tga.cpp:159 -msgid "Unknown" -msgstr "Непознато" - -#: kfile_tga.cpp:145 -msgid "Uncompressed" -msgstr "Декомпресирано" - -#: kfile_tga.cpp:150 -msgid "Runlength Encoded" -msgstr "Кодирано со Runlength" - -#: 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-pass quadtree)" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_tiff.po b/tde-i18n-mk/messages/tdegraphics/kfile_tiff.po deleted file mode 100644 index 8ef37b94899..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_tiff.po +++ /dev/null @@ -1,213 +0,0 @@ -# translation of kfile_tiff.po to Macedonian -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# Ivan Dimitrov , 2003. -# Zoran Dimovski , 2005. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_tiff\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 19:11+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_tiff.cpp:44 -msgid "General" -msgstr "Општо" - -#: kfile_tiff.cpp:47 -msgid "Description" -msgstr "Опис" - -#: kfile_tiff.cpp:50 -msgid "Copyright" -msgstr "Авторски права" - -#: kfile_tiff.cpp:52 -msgid "Color Mode" -msgstr "Режим на боја" - -#: kfile_tiff.cpp:54 -msgid "Dimensions" -msgstr "Димензии" - -#: kfile_tiff.cpp:58 -msgid "Resolution" -msgstr "Резолуција" - -#: kfile_tiff.cpp:61 -msgid "Bit Depth" -msgstr "Длабочина во битови" - -#: kfile_tiff.cpp:64 -msgid "Compression" -msgstr "Компресија" - -#: kfile_tiff.cpp:66 -msgid "Software" -msgstr "Софтвер" - -#: kfile_tiff.cpp:68 -msgid "Date/Time" -msgstr "Датум/време" - -#: kfile_tiff.cpp:70 -msgid "Artist" -msgstr "Артист" - -#: kfile_tiff.cpp:73 -msgid "Fax Pages" -msgstr "Факс-страници" - -#: kfile_tiff.cpp:76 -msgid "Scanner" -msgstr "Скенер" - -#: kfile_tiff.cpp:78 -msgid "Make" -msgstr "Направено" - -#: kfile_tiff.cpp:79 -msgid "Model" -msgstr "Модел" - -#: kfile_tiff.cpp:85 kfile_tiff.cpp:87 -msgid "Monochrome" -msgstr "Монохроматско" - -#: kfile_tiff.cpp:89 -msgid "RGB" -msgstr "RGB" - -#: kfile_tiff.cpp:91 -msgid "Palette color" -msgstr "Бои на палета" - -#: kfile_tiff.cpp:93 -msgid "Transparency mask" -msgstr "Маска за проѕирност" - -#: kfile_tiff.cpp:95 -msgid "Color separations" -msgstr "Сепарации на бои" - -#: kfile_tiff.cpp:97 -msgid "YCbCr" -msgstr "YCbCr" - -#: kfile_tiff.cpp:99 -msgid "CIE Lab" -msgstr "Лабораторија CIE" - -#: kfile_tiff.cpp:102 -msgid "ITU Lab" -msgstr "Лабораторија ITU" - -#: kfile_tiff.cpp:105 -msgid "LOGL" -msgstr "LOGL" - -#: kfile_tiff.cpp:107 -msgid "LOGLUV" -msgstr "LOGLUV" - -#: kfile_tiff.cpp:110 -msgid "None" -msgstr "Нема" - -#: kfile_tiff.cpp:112 -msgid "RLE" -msgstr "RLE" - -#: kfile_tiff.cpp:114 -msgid "G3 Fax" -msgstr "Факс G3" - -#: kfile_tiff.cpp:116 -msgid "G4 Fax" -msgstr "Факс G4" - -#: 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 Дефлација" - -#: 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 "Спакувани битови" - -#: kfile_tiff.cpp:134 -msgid "Thunderscan RLE" -msgstr "Thunderscan RLE" - -#: kfile_tiff.cpp:136 -msgid "IT8 CT w/padding" -msgstr "IT8 CT со пополнување" - -#: kfile_tiff.cpp:138 -msgid "IT8 linework RLE" -msgstr "IT8 linework RLE" - -#: kfile_tiff.cpp:140 -msgid "IT8 monochrome" -msgstr "IT8 монохроматско" - -#: kfile_tiff.cpp:142 -msgid "IT8 binary lineart" -msgstr "IT8 бинарен линиски" - -#: 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 дефлација" - -#: 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 осветленост RLE" - -#: kfile_tiff.cpp:156 -msgid "SGI log 24-bit packed" -msgstr "SGI log 24-битно спакувано" - -#: kfile_tiff.cpp:251 -msgid "RGBA" -msgstr "RGBA" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_xbm.po b/tde-i18n-mk/messages/tdegraphics/kfile_xbm.po deleted file mode 100644 index 692cc53e908..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_xbm.po +++ /dev/null @@ -1,23 +0,0 @@ -# translation of kfile_xbm.po to Macedonian -# Copyright (C) 2005 Free Software Foundation, Inc. -# Bozidar Proevski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_xbm\n" -"POT-Creation-Date: 2004-10-12 01:17+0200\n" -"PO-Revision-Date: 2005-02-22 18:58+0100\n" -"Last-Translator: Bozidar Proevski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" - -#: kfile_xbm.cpp:54 -msgid "Technical Details" -msgstr "Технички детали" - -#: kfile_xbm.cpp:58 -msgid "Dimensions" -msgstr "Димензии" diff --git a/tde-i18n-mk/messages/tdegraphics/kfile_xpm.po b/tde-i18n-mk/messages/tdegraphics/kfile_xpm.po deleted file mode 100644 index d85ea035277..00000000000 --- a/tde-i18n-mk/messages/tdegraphics/kfile_xpm.po +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. -# translation of kfile_xpm.po to Macedonian -# Zoran Dimovski , 2005. -# -msgid "" -msgstr "" -"Project-Id-Version: kfile_xpm\n" -"POT-Creation-Date: 2004-11-15 01:37+0100\n" -"PO-Revision-Date: 2005-01-22 17:45+0100\n" -"Last-Translator: Zoran Dimovski \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9\n" - -#: kfile_xpm.cpp:42 -msgid "X PixMap File Information" -msgstr "Информација за X PixMap датотека" - -#: kfile_xpm.cpp:47 -msgid "Dimension" -msgstr "Димензии" - -#: kfile_xpm.cpp:51 -msgid "Bit Depth" -msgstr "Длабочина во битови" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_bmp.po b/tde-i18n-mk/messages/tdegraphics/tdefile_bmp.po new file mode 100644 index 00000000000..cc321849f67 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_bmp.po @@ -0,0 +1,79 @@ +# translation of kfile_bmp.po to Macedonian +# Copyright (C) 2005 Free Software Foundation, Inc. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_bmp\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 19:04+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_bmp.cpp:55 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_bmp.cpp:59 +msgid "Type" +msgstr "Тип" + +#: kfile_bmp.cpp:61 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_bmp.cpp:65 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_bmp.cpp:68 +msgid "Compression" +msgstr "Компресија" + +#: kfile_bmp.cpp:104 +msgid "Windows Bitmap" +msgstr "Битмапа за Виндоус" + +#: kfile_bmp.cpp:106 +msgid "OS/2 Bitmap Array" +msgstr "Низа од битмапи за OS/2" + +#: kfile_bmp.cpp:108 +msgid "OS/2 Color Icon" +msgstr "Икона во боја за OS/2 " + +#: kfile_bmp.cpp:110 +msgid "OS/2 Color Pointer" +msgstr "Покажувач во боја за OS/2" + +#: kfile_bmp.cpp:112 +msgid "OS/2 Icon" +msgstr "Икона за OS/2" + +#: kfile_bmp.cpp:114 +msgid "OS/2 Pointer" +msgstr "Покажувач за OS/2" + +#: kfile_bmp.cpp:156 +msgid "None" +msgstr "Нема" + +#: kfile_bmp.cpp:159 +msgid "RLE 8bit/pixel" +msgstr "RLE 8бита/пиксел" + +#: kfile_bmp.cpp:162 +msgid "RLE 4bit/pixel" +msgstr "RLE 4бита/пиксел" + +#: kfile_bmp.cpp:165 +msgid "Bitfields" +msgstr "Битполиња" + +#: kfile_bmp.cpp:168 +msgid "Unknown" +msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_dds.po b/tde-i18n-mk/messages/tdegraphics/tdefile_dds.po new file mode 100644 index 00000000000..8894a44df96 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_dds.po @@ -0,0 +1,64 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_dds.po to Macedonian +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_dds\n" +"POT-Creation-Date: 2004-11-01 01:46+0100\n" +"PO-Revision-Date: 2005-02-22 19:01+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_dds.cpp:192 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_dds.cpp:196 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_dds.cpp:200 +msgid "Depth" +msgstr "Длабочина" + +#: kfile_dds.cpp:203 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_dds.cpp:206 +msgid "Mipmap Count" +msgstr "Број на Mipmap " + +#: kfile_dds.cpp:208 +msgid "Type" +msgstr "Тип" + +#: kfile_dds.cpp:209 +msgid "Color Mode" +msgstr "Режим на боја" + +#: kfile_dds.cpp:210 +msgid "Compression" +msgstr "Компресија" + +#: kfile_dds.cpp:251 +msgid "Cube Map Texture" +msgstr "Текстура за кубна мапа" + +#: kfile_dds.cpp:254 +msgid "Volume Texture" +msgstr "Текстура за волумен" + +#: kfile_dds.cpp:258 +msgid "2D Texture" +msgstr "2D-Текстура" + +#: kfile_dds.cpp:264 +msgid "Uncompressed" +msgstr "Некомпресирано" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_dvi.po b/tde-i18n-mk/messages/tdegraphics/tdefile_dvi.po new file mode 100644 index 00000000000..64c119c66a1 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_dvi.po @@ -0,0 +1,31 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_dvi.po to Macedonian +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +msgid "" +msgstr "" +"Project-Id-Version: kfile_dvi\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 18:57+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_dvi.cpp:53 +msgid "Created" +msgstr "Создадено" + +#: kfile_dvi.cpp:54 +msgid "Comment" +msgstr "Коментар" + +#: kfile_dvi.cpp:55 +msgid "Pages" +msgstr "Страници" + +#: kfile_dvi.cpp:142 +msgid "TeX Device Independent file" +msgstr "TeX датотека независна од уредот" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_exr.po b/tde-i18n-mk/messages/tdegraphics/tdefile_exr.po new file mode 100644 index 00000000000..dfc99f245d8 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_exr.po @@ -0,0 +1,249 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_exr.po to Macedonian +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_exr\n" +"POT-Creation-Date: 2007-08-23 01:13+0200\n" +"PO-Revision-Date: 2005-02-22 19:20+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_exr.cpp:75 +msgid "Format Version" +msgstr "Верзија на формат" + +#: kfile_exr.cpp:76 +msgid "Tiled Image" +msgstr "Мозаична слика" + +#: kfile_exr.cpp:77 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_exr.cpp:81 +msgid "Thumbnail Dimensions" +msgstr "Димензии на сликичка" + +#: kfile_exr.cpp:84 +msgid "Comment" +msgstr "Коментар" + +#: kfile_exr.cpp:85 +msgid "Thumbnail" +msgstr "Сликичка" + +#: kfile_exr.cpp:89 +msgid "Standard Attributes" +msgstr "Стандардни атрибути" + +#: kfile_exr.cpp:90 +msgid "Owner" +msgstr "Сопственик" + +#: kfile_exr.cpp:91 +msgid "Comments" +msgstr "Коментари" + +#: kfile_exr.cpp:92 +msgid "Capture Date" +msgstr "Датум на снимање" + +#: kfile_exr.cpp:93 +msgid "UTC Offset" +msgstr "UTC Офсет" + +#: kfile_exr.cpp:94 +msgid "Exposure Time" +msgstr "Време на експозиција" + +#: kfile_exr.cpp:96 +msgid "Focus" +msgstr "Фокус" + +#: kfile_exr.cpp:97 kfile_exr.cpp:105 +msgid "" +"_: Metres\n" +"m" +msgstr "m" + +#: kfile_exr.cpp:98 +msgid "X Density" +msgstr "X-густина" + +#: kfile_exr.cpp:99 +msgid "" +"_: Pixels Per Inch\n" +" ppi" +msgstr " ppi" + +#: kfile_exr.cpp:100 +msgid "White Luminance" +msgstr "Бела светлина" + +#: kfile_exr.cpp:101 +msgid "" +"_: Candelas per square metre\n" +" Nits" +msgstr " Nits" + +#: kfile_exr.cpp:102 +msgid "Longitude" +msgstr "Должина" + +#: kfile_exr.cpp:103 +msgid "Latitude" +msgstr "Ширина" + +#: kfile_exr.cpp:104 +msgid "Altitude" +msgstr "Висина" + +#: kfile_exr.cpp:106 +msgid "ISO Speed" +msgstr "Брзина по ISO" + +#: kfile_exr.cpp:107 +msgid "Aperture" +msgstr "Бленда" + +#: kfile_exr.cpp:110 +msgid "Channels" +msgstr "Канали" + +#: 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 "materialID" + +#: kfile_exr.cpp:123 +msgid "objectID" +msgstr "objectID" + +#: kfile_exr.cpp:124 +msgid "renderID" +msgstr "renderID" + +#: 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 "packedRGBA" + +#: kfile_exr.cpp:132 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_exr.cpp:133 +msgid "Compression" +msgstr "Компресија" + +#: kfile_exr.cpp:134 +msgid "Line Order" +msgstr "Редослед на линии" + +#: kfile_exr.cpp:138 +msgid "3dsMax Details" +msgstr "Детали за 3dsMax" + +#: kfile_exr.cpp:139 +msgid "Local Time" +msgstr "Локално време" + +#: kfile_exr.cpp:140 +msgid "System Time" +msgstr "Системско време" + +#: kfile_exr.cpp:141 +msgid "Plugin Version" +msgstr "Верзија на приклучок" + +#: kfile_exr.cpp:142 +msgid "EXR Version" +msgstr "Верзија на EXR" + +#: kfile_exr.cpp:143 +msgid "Computer Name" +msgstr "Име на компјутер" + +#: kfile_exr.cpp:306 +msgid "No compression" +msgstr "Без компресија" + +#: kfile_exr.cpp:309 +msgid "Run Length Encoding" +msgstr "Кодирање Run Length" + +#: kfile_exr.cpp:312 +msgid "zip, individual scanlines" +msgstr "zip, индивидуални скен-линии" + +#: kfile_exr.cpp:315 +msgid "zip, multi-scanline blocks" +msgstr "zip, блокови од мултискен-линии" + +#: kfile_exr.cpp:318 +msgid "piz compression" +msgstr "компресија piz" + +#: kfile_exr.cpp:327 +msgid "increasing Y" +msgstr "го зголемува Y" + +#: kfile_exr.cpp:330 +msgid "decreasing Y" +msgstr "го намалува Y" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_gif.po b/tde-i18n-mk/messages/tdegraphics/tdefile_gif.po new file mode 100644 index 00000000000..58e8cbd3ea1 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_gif.po @@ -0,0 +1,43 @@ +# translation of kfile_gif.po to Macedonian +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# Bozidar Proevski , 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_gif\n" +"POT-Creation-Date: 2005-03-14 01:33+0100\n" +"PO-Revision-Date: 2006-01-09 17:44+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" + +#: kfile_gif.cpp:55 +msgid "General" +msgstr "Општо" + +#: kfile_gif.cpp:59 +msgid "Version" +msgstr "Верзија" + +#: kfile_gif.cpp:61 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_gif.cpp:65 +msgid "Bit Depth" +msgstr "Длабочина во бити" + +#: kfile_gif.cpp:103 +msgid "GIF Version 89a" +msgstr "GIF верзија 89a" + +#: kfile_gif.cpp:105 +msgid "GIF Version 87a" +msgstr "GIF верзија 87a" + +#: kfile_gif.cpp:108 +msgid "Unknown" +msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_ico.po b/tde-i18n-mk/messages/tdegraphics/tdefile_ico.po new file mode 100644 index 00000000000..b4328f1cee3 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_ico.po @@ -0,0 +1,39 @@ +# translation of kfile_ico.po to Macedonian +# Copyright (C) 2005 Free Software Foundation, Inc. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_ico\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 18:57+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_ico.cpp:56 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_ico.cpp:60 +msgid "Number of Icons" +msgstr "Број на икони" + +#: kfile_ico.cpp:62 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_ico.cpp:63 +msgid "Colors" +msgstr "Бои" + +#: kfile_ico.cpp:65 +msgid "Dimensions (1st icon)" +msgstr "Димензии (прва икона)" + +#: kfile_ico.cpp:66 +msgid "Colors (1st icon)" +msgstr "Бои (прва икона)" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_jpeg.po b/tde-i18n-mk/messages/tdegraphics/tdefile_jpeg.po new file mode 100644 index 00000000000..3afbd33619e --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_jpeg.po @@ -0,0 +1,311 @@ +# translation of kfile_jpeg.po to Macedonian +# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. +# +# Ivan Dimitrov , 2003. +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005, 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_jpeg\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2006-01-09 17:47+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" + +#: kfile_jpeg.cpp:58 +msgid "JPEG Exif" +msgstr "JPEG Exif" + +#: kfile_jpeg.cpp:61 +msgid "Comment" +msgstr "Коментар" + +#: kfile_jpeg.cpp:67 +msgid "Camera Manufacturer" +msgstr "Производител на камерата" + +#: kfile_jpeg.cpp:70 +msgid "Camera Model" +msgstr "Модел на камерата" + +#: kfile_jpeg.cpp:73 +msgid "Date/Time" +msgstr "Датум/време" + +#: kfile_jpeg.cpp:76 +msgid "Creation Date" +msgstr "Датум на креирање" + +#: kfile_jpeg.cpp:79 +msgid "Creation Time" +msgstr "Време на креирање" + +#: kfile_jpeg.cpp:82 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_jpeg.cpp:90 +msgid "Color Mode" +msgstr "Режим на бои" + +#: kfile_jpeg.cpp:93 +msgid "Flash Used" +msgstr "Користен блиц" + +#: kfile_jpeg.cpp:95 +msgid "Focal Length" +msgstr "Фокусна должина" + +#: kfile_jpeg.cpp:99 +msgid "35mm Equivalent" +msgstr "Еквивалентно на 35мм" + +#: kfile_jpeg.cpp:103 +msgid "CCD Width" +msgstr "Ширина на CCD" + +#: kfile_jpeg.cpp:107 +msgid "Exposure Time" +msgstr "Време на изложување" + +#: kfile_jpeg.cpp:111 +msgid "Aperture" +msgstr "Бленда" + +#: kfile_jpeg.cpp:114 +msgid "Focus Dist." +msgstr "Далечина на фокусот" + +#: kfile_jpeg.cpp:117 +msgid "Exposure Bias" +msgstr "Поларизација на изложувањето" + +#: kfile_jpeg.cpp:120 +msgid "Whitebalance" +msgstr "Бел баланс" + +#: kfile_jpeg.cpp:123 +msgid "Metering Mode" +msgstr "Мерен режим" + +#: kfile_jpeg.cpp:126 +msgid "Exposure" +msgstr "Експозиција" + +#: kfile_jpeg.cpp:129 +msgid "ISO Equiv." +msgstr "ISO-еквивалентно" + +#: kfile_jpeg.cpp:132 +msgid "JPEG Quality" +msgstr "Квалитет на JPEG" + +#: kfile_jpeg.cpp:135 +msgid "User Comment" +msgstr "Кориснички коментар" + +#: kfile_jpeg.cpp:139 +msgid "JPEG Process" +msgstr "JPEG-процес" + +#: kfile_jpeg.cpp:142 +msgid "Thumbnail" +msgstr "Сликичка" + +#: kfile_jpeg.cpp:248 +msgid "Color" +msgstr "Боја" + +#: kfile_jpeg.cpp:248 +msgid "Black and white" +msgstr "Црно и бело" + +#: kfile_jpeg.cpp:252 +msgid "" +"_: Flash\n" +"(unknown)" +msgstr "(непознато)" + +#: kfile_jpeg.cpp:254 +msgid "" +"_: Flash\n" +"No" +msgstr "Нема" + +#: kfile_jpeg.cpp:259 +msgid "" +"_: Flash\n" +"Fired" +msgstr "" + +#: kfile_jpeg.cpp:264 +msgid "" +"_: Flash\n" +"Fill Fired" +msgstr "" + +#: kfile_jpeg.cpp:267 +msgid "" +"_: Flash\n" +"Off" +msgstr "Искл." + +#: kfile_jpeg.cpp:270 +msgid "" +"_: Flash\n" +"Auto Off" +msgstr "Автом. искл." + +#: kfile_jpeg.cpp:275 +msgid "" +"_: Flash\n" +"Auto Fired" +msgstr "" + +#: kfile_jpeg.cpp:278 +msgid "" +"_: Flash\n" +"Not Available" +msgstr "Не е достапно" + +#: kfile_jpeg.cpp:319 +msgid "Infinite" +msgstr "Бескрајно" + +#: 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 "Непознато" + +#: kfile_jpeg.cpp:338 +msgid "Daylight" +msgstr "Дневна светлина" + +#: kfile_jpeg.cpp:341 +msgid "Fluorescent" +msgstr "Флоуресцентно" + +#: kfile_jpeg.cpp:345 +#, fuzzy +msgid "Tungsten" +msgstr "Волфрам" + +#: kfile_jpeg.cpp:348 +msgid "Standard light A" +msgstr "Стандардна светлина А" + +#: kfile_jpeg.cpp:351 +msgid "Standard light B" +msgstr "Стандардна светлина В" + +#: kfile_jpeg.cpp:354 +msgid "Standard light C" +msgstr "Стандардна светлина С" + +#: 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 "Други" + +#: kfile_jpeg.cpp:381 +msgid "Average" +msgstr "Просечно" + +#: kfile_jpeg.cpp:384 +msgid "Center weighted average" +msgstr "Централна пондерирана средина" + +#: kfile_jpeg.cpp:387 +msgid "Spot" +msgstr "Точка" + +#: kfile_jpeg.cpp:390 +msgid "MultiSpot" +msgstr "Повеќеточкасто" + +#: kfile_jpeg.cpp:393 +msgid "Pattern" +msgstr "Мостра" + +#: kfile_jpeg.cpp:396 +msgid "Partial" +msgstr "Делумно" + +#: kfile_jpeg.cpp:411 +msgid "Not defined" +msgstr "Не е дефинирано" + +#: kfile_jpeg.cpp:414 +msgid "Manual" +msgstr "Рачно" + +#: kfile_jpeg.cpp:417 +msgid "Normal program" +msgstr "Нормална програма" + +#: kfile_jpeg.cpp:420 +msgid "Aperture priority" +msgstr "Приоритет на блендата" + +#: kfile_jpeg.cpp:423 +msgid "Shutter priority" +msgstr "Приоритет на преклопувачот" + +#: kfile_jpeg.cpp:426 +msgid "" +"Creative program\n" +"(biased toward fast shutter speed)" +msgstr "" +"Креативна програма\n" +"(поларизирано заради голема брзина на преклопувачот)" + +#: kfile_jpeg.cpp:429 +msgid "" +"Action program\n" +"(biased toward fast shutter speed)" +msgstr "" +"Програма за акција\n" +"(поларизирано заради голема брзина на преклопувачот)" + +#: kfile_jpeg.cpp:432 +msgid "" +"Portrait mode\n" +"(for closeup photos with the background out of focus)" +msgstr "" +"Режим на портрет\n" +"(за фотографии од блиску со заднината надвор од фокусот)" + +#: kfile_jpeg.cpp:435 +msgid "" +"Landscape mode\n" +"(for landscape photos with the background in focus)" +msgstr "" +"Режим на пејсаж\n" +"(за пејсажни слики со фокусирана заднина)" + +#: kfile_jpeg.cpp:453 +msgid "Basic" +msgstr "Основно" + +#: kfile_jpeg.cpp:456 +msgid "Normal" +msgstr "Нормално" + +#: kfile_jpeg.cpp:459 +msgid "Fine" +msgstr "Фино" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_pcx.po b/tde-i18n-mk/messages/tdegraphics/tdefile_pcx.po new file mode 100644 index 00000000000..9b1c10eee3f --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_pcx.po @@ -0,0 +1,43 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_pcx.po to Macedonian +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pcx\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 19:00+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_pcx.cpp:66 +msgid "General" +msgstr "Општо" + +#: kfile_pcx.cpp:69 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_pcx.cpp:73 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_pcx.cpp:76 +msgid "Resolution" +msgstr "Резолуција" + +#: kfile_pcx.cpp:79 +msgid "Compression" +msgstr "Компресија" + +#: kfile_pcx.cpp:109 +msgid "Yes (RLE)" +msgstr "Да (RLE)" + +#: kfile_pcx.cpp:111 +msgid "None" +msgstr "Нема" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_pdf.po b/tde-i18n-mk/messages/tdegraphics/tdefile_pdf.po new file mode 100644 index 00000000000..528eacdd280 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_pdf.po @@ -0,0 +1,74 @@ +# translation of kfile_pdf.po to Macedonian +# Copyright (C) 2005, 2006 Free Software Foundation, Inc. +# +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005, 2006. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pdf\n" +"POT-Creation-Date: 2005-04-20 15:05+0200\n" +"PO-Revision-Date: 2006-01-09 17:49+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" + +#: kfile_pdf.cpp:39 +msgid "General" +msgstr "Општо" + +#: kfile_pdf.cpp:43 +msgid "Title" +msgstr "Наслов" + +#: kfile_pdf.cpp:45 +msgid "Subject" +msgstr "Тема" + +#: kfile_pdf.cpp:47 +msgid "Author" +msgstr "Автор" + +#: kfile_pdf.cpp:49 +msgid "Key Words" +msgstr "Клучни зборови" + +#: kfile_pdf.cpp:50 +msgid "Creator" +msgstr "Креатор" + +#: kfile_pdf.cpp:51 +msgid "Producer" +msgstr "Производител" + +#: kfile_pdf.cpp:52 +msgid "Creation Date" +msgstr "Датум на креирање" + +#: kfile_pdf.cpp:53 +msgid "Modified" +msgstr "Изменето" + +#: kfile_pdf.cpp:54 +msgid "Pages" +msgstr "Страници" + +#: kfile_pdf.cpp:55 +msgid "Protected" +msgstr "Заштитено" + +#: kfile_pdf.cpp:56 +msgid "Linearized" +msgstr "Линеаризирано" + +#: kfile_pdf.cpp:57 +msgid "Version" +msgstr "Верзија" + +#: kfile_pdf.cpp:85 +msgid "Yes (Can Print:%1 Can Copy:%2 Can Change:%3 Can Add notes:%4)" +msgstr "" +"Да (може да печати:%1 може да копира:%2 може да менува:%3 може да додава " +"забелешки:%4)" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_png.po b/tde-i18n-mk/messages/tdegraphics/tdefile_png.po new file mode 100644 index 00000000000..07e0e852b78 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_png.po @@ -0,0 +1,114 @@ +# translation of kfile_png.po to Macedonian +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Ivan Dimitrov , 2003. +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_png\n" +"POT-Creation-Date: 2004-12-16 01:20+0100\n" +"PO-Revision-Date: 2005-02-22 19:07+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_png.cpp:51 +msgid "Title" +msgstr "Наслов" + +#: kfile_png.cpp:52 +msgid "Author" +msgstr "Автор" + +#: kfile_png.cpp:53 +msgid "Description" +msgstr "Опис" + +#: kfile_png.cpp:54 +msgid "Copyright" +msgstr "Авторски права" + +#: kfile_png.cpp:55 +msgid "Creation Time" +msgstr "Време на создавање" + +#: kfile_png.cpp:56 +msgid "Software" +msgstr "Софтвер" + +#: kfile_png.cpp:57 +msgid "Disclaimer" +msgstr "Одрекување" + +#: kfile_png.cpp:59 +msgid "Source" +msgstr "Извор" + +#: kfile_png.cpp:60 kfile_png.cpp:103 +msgid "Comment" +msgstr "Коментар" + +#: kfile_png.cpp:65 +msgid "Grayscale" +msgstr "Нијанси на сиво" + +#: kfile_png.cpp:66 kfile_png.cpp:70 kfile_png.cpp:183 kfile_png.cpp:187 +#: kfile_png.cpp:191 +msgid "Unknown" +msgstr "Непознато" + +#: kfile_png.cpp:67 +msgid "RGB" +msgstr "RGB" + +#: kfile_png.cpp:68 +msgid "Palette" +msgstr "Палета" + +#: kfile_png.cpp:69 +msgid "Grayscale/Alpha" +msgstr "Нијанси на сиво/Проѕирност" + +#: kfile_png.cpp:71 +msgid "RGB/Alpha" +msgstr "RGB/Проѕирност" + +#: kfile_png.cpp:77 +msgid "Deflate" +msgstr "Дефлација" + +#: kfile_png.cpp:82 +msgid "None" +msgstr "Ништо" + +#: kfile_png.cpp:83 +msgid "Adam7" +msgstr "Adam7" + +#: kfile_png.cpp:107 +msgid "Technical Details" +msgstr "Технички Детали" + +#: kfile_png.cpp:109 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_png.cpp:113 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_png.cpp:116 +msgid "Color Mode" +msgstr "Режим на боја" + +#: kfile_png.cpp:117 +msgid "Compression" +msgstr "Компресија" + +#: kfile_png.cpp:118 +msgid "Interlace Mode" +msgstr "Режим на преклопување" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_pnm.po b/tde-i18n-mk/messages/tdegraphics/tdefile_pnm.po new file mode 100644 index 00000000000..02fbc4227f8 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_pnm.po @@ -0,0 +1,42 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_pnm.po to Macedonian +# Zoran Dimovski , 2005. +msgid "" +msgstr "" +"Project-Id-Version: kfile_pnm\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-01-22 18:23+0100\n" +"Last-Translator: Zoran Dimovski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +#: kfile_pnm.cpp:28 +msgid "plain" +msgstr "чист" + +#: kfile_pnm.cpp:29 +msgid "raw" +msgstr "суров" + +#: kfile_pnm.cpp:50 +msgid "General" +msgstr "Општо" + +#: kfile_pnm.cpp:52 +msgid "Format" +msgstr "Формат" + +#: kfile_pnm.cpp:54 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_pnm.cpp:57 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_pnm.cpp:60 +msgid "Comment" +msgstr "Коментар" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_ps.po b/tde-i18n-mk/messages/tdegraphics/tdefile_ps.po new file mode 100644 index 00000000000..aa4ba37f6f2 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_ps.po @@ -0,0 +1,40 @@ +# translation of kfile_ps.po to Macedonian +# Copyright (C) 2005 Free Software Foundation, Inc. +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_ps\n" +"POT-Creation-Date: 2005-03-29 01:16+0200\n" +"PO-Revision-Date: 2005-02-22 18:59+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_ps.cpp:49 +msgid "General" +msgstr "Општо" + +#: kfile_ps.cpp:50 +msgid "Title" +msgstr "Наслов" + +#: kfile_ps.cpp:51 +msgid "Creator" +msgstr "Креатор" + +#: kfile_ps.cpp:52 +msgid "Creation Date" +msgstr "Датум на создавање" + +#: kfile_ps.cpp:53 +msgid "For" +msgstr "За" + +#: kfile_ps.cpp:54 +msgid "Pages" +msgstr "Страници" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_rgb.po b/tde-i18n-mk/messages/tdegraphics/tdefile_rgb.po new file mode 100644 index 00000000000..3c3669520e8 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_rgb.po @@ -0,0 +1,81 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_rgb.po to Macedonian +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +msgid "" +msgstr "" +"Project-Id-Version: kfile_rgb\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 19:05+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_rgb.cpp:44 +msgid "Comment" +msgstr "Коментар" + +#: kfile_rgb.cpp:46 +msgid "Name" +msgstr "Име" + +#: kfile_rgb.cpp:51 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_rgb.cpp:53 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_rgb.cpp:57 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_rgb.cpp:60 +msgid "Color Mode" +msgstr "Режим на боја" + +#: kfile_rgb.cpp:61 +msgid "Compression" +msgstr "Компресија" + +#: kfile_rgb.cpp:64 +msgid "" +"_: percentage of avoided vertical redundancy (the higher the better)\n" +"Shared Rows" +msgstr "Делени редови" + +#: kfile_rgb.cpp:123 +msgid "Grayscale" +msgstr "Сива скала" + +#: kfile_rgb.cpp:125 +msgid "Grayscale/Alpha" +msgstr "Сива скала/Проѕирност" + +#: kfile_rgb.cpp:127 +msgid "RGB" +msgstr "RGB" + +#: kfile_rgb.cpp:129 +msgid "RGB/Alpha" +msgstr "RGB/Проѕирност" + +#: kfile_rgb.cpp:132 +msgid "Uncompressed" +msgstr "Некомпресирана" + +#: kfile_rgb.cpp:136 +msgid "Runlength Encoded" +msgstr "Кодирање Runlength" + +#: kfile_rgb.cpp:158 +msgid "None" +msgstr "Нема" + +#: kfile_rgb.cpp:160 +msgid "Unknown" +msgstr "Непознато" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_tga.po b/tde-i18n-mk/messages/tdegraphics/tdefile_tga.po new file mode 100644 index 00000000000..478d6a6aa7b --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_tga.po @@ -0,0 +1,69 @@ +# translation of kfile_tga.po to Macedonian +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Ivan Dimitrov , 2003. +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_tga\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 19:02+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_tga.cpp:56 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_tga.cpp:60 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_tga.cpp:64 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_tga.cpp:67 +msgid "Color Mode" +msgstr "Режим на боја" + +#: kfile_tga.cpp:68 +msgid "Compression" +msgstr "Компресија" + +#: kfile_tga.cpp:126 +msgid "Color-Mapped" +msgstr "Мапирано со боја" + +#: kfile_tga.cpp:131 +msgid "RGB" +msgstr "RGB" + +#: kfile_tga.cpp:135 +msgid "Black and White" +msgstr "Црно и бело" + +#: kfile_tga.cpp:138 kfile_tga.cpp:159 +msgid "Unknown" +msgstr "Непознато" + +#: kfile_tga.cpp:145 +msgid "Uncompressed" +msgstr "Декомпресирано" + +#: kfile_tga.cpp:150 +msgid "Runlength Encoded" +msgstr "Кодирано со Runlength" + +#: 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-pass quadtree)" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_tiff.po b/tde-i18n-mk/messages/tdegraphics/tdefile_tiff.po new file mode 100644 index 00000000000..8ef37b94899 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_tiff.po @@ -0,0 +1,213 @@ +# translation of kfile_tiff.po to Macedonian +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Ivan Dimitrov , 2003. +# Zoran Dimovski , 2005. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_tiff\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 19:11+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_tiff.cpp:44 +msgid "General" +msgstr "Општо" + +#: kfile_tiff.cpp:47 +msgid "Description" +msgstr "Опис" + +#: kfile_tiff.cpp:50 +msgid "Copyright" +msgstr "Авторски права" + +#: kfile_tiff.cpp:52 +msgid "Color Mode" +msgstr "Режим на боја" + +#: kfile_tiff.cpp:54 +msgid "Dimensions" +msgstr "Димензии" + +#: kfile_tiff.cpp:58 +msgid "Resolution" +msgstr "Резолуција" + +#: kfile_tiff.cpp:61 +msgid "Bit Depth" +msgstr "Длабочина во битови" + +#: kfile_tiff.cpp:64 +msgid "Compression" +msgstr "Компресија" + +#: kfile_tiff.cpp:66 +msgid "Software" +msgstr "Софтвер" + +#: kfile_tiff.cpp:68 +msgid "Date/Time" +msgstr "Датум/време" + +#: kfile_tiff.cpp:70 +msgid "Artist" +msgstr "Артист" + +#: kfile_tiff.cpp:73 +msgid "Fax Pages" +msgstr "Факс-страници" + +#: kfile_tiff.cpp:76 +msgid "Scanner" +msgstr "Скенер" + +#: kfile_tiff.cpp:78 +msgid "Make" +msgstr "Направено" + +#: kfile_tiff.cpp:79 +msgid "Model" +msgstr "Модел" + +#: kfile_tiff.cpp:85 kfile_tiff.cpp:87 +msgid "Monochrome" +msgstr "Монохроматско" + +#: kfile_tiff.cpp:89 +msgid "RGB" +msgstr "RGB" + +#: kfile_tiff.cpp:91 +msgid "Palette color" +msgstr "Бои на палета" + +#: kfile_tiff.cpp:93 +msgid "Transparency mask" +msgstr "Маска за проѕирност" + +#: kfile_tiff.cpp:95 +msgid "Color separations" +msgstr "Сепарации на бои" + +#: kfile_tiff.cpp:97 +msgid "YCbCr" +msgstr "YCbCr" + +#: kfile_tiff.cpp:99 +msgid "CIE Lab" +msgstr "Лабораторија CIE" + +#: kfile_tiff.cpp:102 +msgid "ITU Lab" +msgstr "Лабораторија ITU" + +#: kfile_tiff.cpp:105 +msgid "LOGL" +msgstr "LOGL" + +#: kfile_tiff.cpp:107 +msgid "LOGLUV" +msgstr "LOGLUV" + +#: kfile_tiff.cpp:110 +msgid "None" +msgstr "Нема" + +#: kfile_tiff.cpp:112 +msgid "RLE" +msgstr "RLE" + +#: kfile_tiff.cpp:114 +msgid "G3 Fax" +msgstr "Факс G3" + +#: kfile_tiff.cpp:116 +msgid "G4 Fax" +msgstr "Факс G4" + +#: 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 Дефлација" + +#: 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 "Спакувани битови" + +#: kfile_tiff.cpp:134 +msgid "Thunderscan RLE" +msgstr "Thunderscan RLE" + +#: kfile_tiff.cpp:136 +msgid "IT8 CT w/padding" +msgstr "IT8 CT со пополнување" + +#: kfile_tiff.cpp:138 +msgid "IT8 linework RLE" +msgstr "IT8 linework RLE" + +#: kfile_tiff.cpp:140 +msgid "IT8 monochrome" +msgstr "IT8 монохроматско" + +#: kfile_tiff.cpp:142 +msgid "IT8 binary lineart" +msgstr "IT8 бинарен линиски" + +#: 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 дефлација" + +#: 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 осветленост RLE" + +#: kfile_tiff.cpp:156 +msgid "SGI log 24-bit packed" +msgstr "SGI log 24-битно спакувано" + +#: kfile_tiff.cpp:251 +msgid "RGBA" +msgstr "RGBA" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_xbm.po b/tde-i18n-mk/messages/tdegraphics/tdefile_xbm.po new file mode 100644 index 00000000000..692cc53e908 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_xbm.po @@ -0,0 +1,23 @@ +# translation of kfile_xbm.po to Macedonian +# Copyright (C) 2005 Free Software Foundation, Inc. +# Bozidar Proevski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_xbm\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2005-02-22 18:58+0100\n" +"Last-Translator: Bozidar Proevski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: kfile_xbm.cpp:54 +msgid "Technical Details" +msgstr "Технички детали" + +#: kfile_xbm.cpp:58 +msgid "Dimensions" +msgstr "Димензии" diff --git a/tde-i18n-mk/messages/tdegraphics/tdefile_xpm.po b/tde-i18n-mk/messages/tdegraphics/tdefile_xpm.po new file mode 100644 index 00000000000..d85ea035277 --- /dev/null +++ b/tde-i18n-mk/messages/tdegraphics/tdefile_xpm.po @@ -0,0 +1,27 @@ +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of kfile_xpm.po to Macedonian +# Zoran Dimovski , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kfile_xpm\n" +"POT-Creation-Date: 2004-11-15 01:37+0100\n" +"PO-Revision-Date: 2005-01-22 17:45+0100\n" +"Last-Translator: Zoran Dimovski \n" +"Language-Team: Macedonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +#: kfile_xpm.cpp:42 +msgid "X PixMap File Information" +msgstr "Информација за X PixMap датотека" + +#: kfile_xpm.cpp:47 +msgid "Dimension" +msgstr "Димензии" + +#: kfile_xpm.cpp:51 +msgid "Bit Depth" +msgstr "Длабочина во битови" -- cgit v1.2.1