# Uyghur translation for kfindpart. # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # Sahran , 2011. # msgid "" msgstr "" "Project-Id-Version: kfindpart\n" "Report-Msgid-Bugs-To: xakepa10@gmail.com\n" "POT-Creation-Date: 2014-12-09 18:22+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: kfinddlg.cpp:51 msgctxt "@title:window" msgid "Find Files/Folders" msgstr "ھۆججەت/قىسقۇچ ئىزدە" #: kfinddlg.cpp:73 kfinddlg.cpp:202 msgctxt "the application is currently idle, there is no active search" msgid "Idle." msgstr "بىكار." #. i18n as below #: kfinddlg.cpp:138 kfinddlg.cpp:241 kfinddlg.cpp:270 msgid "one file found" msgid_plural "%1 files found" msgstr[0] "%1 ھۆججەت تېپىلدى" #: kfinddlg.cpp:177 msgid "Searching..." msgstr "ئىزدەۋاتىدۇ…" #: kfinddlg.cpp:204 msgid "Canceled." msgstr "بىكار قىلىندى." #: kfinddlg.cpp:207 kfinddlg.cpp:212 kfinddlg.cpp:218 msgid "Error." msgstr "خاتا." #: kfinddlg.cpp:208 msgid "Please specify an absolute path in the \"Look in\" box." msgstr "«قاراپ بېقىش» كۆزنەكچىسىگە مۇتلەق يولنى كىرگۈزۈڭ." #: kfinddlg.cpp:213 msgid "Could not find the specified folder." msgstr "بەلگىلەنگەن قىسقۇچ تېپىلمىدى." #: kfindtreeview.cpp:52 msgid "Read-write" msgstr "ئوقۇش-يېزىش" #: kfindtreeview.cpp:53 msgid "Read-only" msgstr "پەقەتلا ئوقۇش" #: kfindtreeview.cpp:54 msgid "Write-only" msgstr "پەقەتلا يېزىش" #: kfindtreeview.cpp:55 msgid "Inaccessible" msgstr "زىيارەت قىلغىلى بولمايدۇ" #: kfindtreeview.cpp:74 msgctxt "file name column" msgid "Name" msgstr "ئاتى" #: kfindtreeview.cpp:76 msgctxt "name of the containing folder" msgid "In Subfolder" msgstr "تارماق مۇندەرىجىدە" #: kfindtreeview.cpp:78 msgctxt "file size column" msgid "Size" msgstr "چوڭلۇقى" #: kfindtreeview.cpp:80 msgctxt "modified date column" msgid "Modified" msgstr "ئۆزگەرتىلگەن ۋاقتى" #: kfindtreeview.cpp:82 msgctxt "file permissions column" msgid "Permissions" msgstr "ئىمتىيازلار" #: kfindtreeview.cpp:84 msgctxt "first matching line of the query string in this file" msgid "First Matching Line" msgstr "تۇنجى ماس كەلگەن قۇر" #: kfindtreeview.cpp:353 msgid "&Open containing folder(s)" msgstr "بار قىسقۇچنى ئاچ(&O)" #: kfindtreeview.cpp:357 msgid "&Delete" msgstr "ئۆچۈر(&D)" #: kfindtreeview.cpp:362 msgid "&Move to Trash" msgstr "ئەخلەتخانىغا يۆتكە(&M)" #: kfindtreeview.cpp:445 msgctxt "@title:window" msgid "Save Results As" msgstr "نەتىجىنى باشقا ئاتتا ساقلا" #: kfindtreeview.cpp:446 msgid "HTML page" msgstr "HTML بېتى" #: kfindtreeview.cpp:446 msgid "Text file" msgstr "تېكىست ھۆججەت" #: kfindtreeview.cpp:466 msgid "Unable to save results." msgstr "نەتىجىنى ساقلىغىلى بولمىدى." #: kfindtreeview.cpp:484 msgid "KFind Results File" msgstr "KFind نەتىجە ھۆججىتى" #: kfindtreeview.cpp:504 msgctxt "%1=filename" msgid "Results were saved to: %1" msgstr "نەتىجىلەر «%1» غا ساقلاندى" #: kftabdlg.cpp:76 msgctxt "this is the label for the name textfield" msgid "&Named:" msgstr "ئاتى بار(&N):" #: kftabdlg.cpp:79 msgid "You can use wildcard matching and \";\" for separating multiple names" msgstr "" #: kftabdlg.cpp:85 msgid "Look &in:" msgstr "قاراپ باق(&I):" #: kftabdlg.cpp:88 msgid "Include &subfolders" msgstr "تارماق مۇندەرىجىنىمۇ(&س)" #: kftabdlg.cpp:89 msgid "Case s&ensitive search" msgstr "چوڭ-كىچىك يېزىلىشىغا قارا(&E)" #: kftabdlg.cpp:90 msgid "&Browse..." msgstr "كۆز يۈگۈرت(&B)…" #: kftabdlg.cpp:91 msgid "&Use files index" msgstr "ھۆججەت ئىندىكىسى ئىشلەت(&U)" #: kftabdlg.cpp:92 msgid "Show &hidden files" msgstr "يوشۇرۇن ھۆججەتلەرنى كۆرسەت(&H)" #: kftabdlg.cpp:110 msgid "" "Enter the filename you are looking for.
Alternatives may be " "separated by a semicolon \";\".

The filename may contain the " "following special characters:
  • ? matches any single character
  • * matches zero or more of any characters
  • [...] " "matches any of the characters between the braces

Example " "searches:
  • *.kwd;*.txt finds all files ending with .kwd or ." "txt
  • go[dt] finds god and got
  • Hel?o finds all " "files that start with \"Hel\" and end with \"o\", having one character in " "between
  • My Document.kwd finds a file of exactly that name
" msgstr "" #: kftabdlg.cpp:131 msgid "" "This lets you use the files' index created by the slocate package " "to speed-up the search; remember to update the index from time to time " "(using updatedb)." msgstr "" #: kftabdlg.cpp:180 msgid "Find all files created or &modified:" msgstr "قۇرۇلغان ياكى ئۆزگەرتىلگەن ۋاقتى مۇنداق بولغان ھۆججەتلەرنى تاپ(&M):" #: kftabdlg.cpp:182 msgid "&between" msgstr "ئارىلىقىدا(&B)" #: kftabdlg.cpp:184 msgid "and" msgstr "ۋە" #: kftabdlg.cpp:205 msgid "File &size is:" msgstr "ھۆججەت چوڭلۇقى(&S):" #: kftabdlg.cpp:218 msgid "Files owned by &user:" msgstr "بۇ ئىشلەتكۈچىنىڭ ھۆججەتلىرى(&U):" #: kftabdlg.cpp:223 msgid "Owned by &group:" msgstr "بۇ گۇرۇپپىنىڭ ھۆججەتلىرى(&G):" #: kftabdlg.cpp:226 msgctxt "file size isn't considered in the search" msgid "(none)" msgstr "(يوق)" #: kftabdlg.cpp:227 msgid "At Least" msgstr "ئاز دېگەندە" #: kftabdlg.cpp:228 msgid "At Most" msgstr "كۆپ بولغاندا" #: kftabdlg.cpp:229 msgid "Equal To" msgstr "تەڭ" #: kftabdlg.cpp:231 kftabdlg.cpp:897 msgid "Byte" msgid_plural "Bytes" msgstr[0] "بايت" #: kftabdlg.cpp:232 msgid "KiB" msgstr "كىلوبايت" #: kftabdlg.cpp:233 msgid "MiB" msgstr "مېگابايت" #: kftabdlg.cpp:234 msgid "GiB" msgstr "گىگابايت" #: kftabdlg.cpp:301 msgctxt "label for the file type combobox" msgid "File &type:" msgstr "ھۆججەت تىپى(&T):" #: kftabdlg.cpp:306 msgid "C&ontaining text:" msgstr "تەركىبىدە بۇ تېكىست بولغان(&O):" #: kftabdlg.cpp:312 msgid "" "If specified, only files that contain this text are found. Note that not " "all file types from the list above are supported. Please refer to the " "documentation for a list of supported file types." msgstr "" #: kftabdlg.cpp:320 msgid "Case s&ensitive" msgstr "چوڭ-كىچىك يېزىلىشىغا قارالسۇن(&E)" #: kftabdlg.cpp:321 msgid "Include &binary files" msgstr "ئىككىلىك ھۆججەتلەرنىمۇ(&B)" #: kftabdlg.cpp:322 msgid "Regular e&xpression" msgstr "مۇنتىزىم ئىپادە(&X)" #: kftabdlg.cpp:325 msgid "" "This lets you search in any type of file, even those that usually do not " "contain text (for example program files and images)." msgstr "" #: kftabdlg.cpp:333 msgid "&Edit..." msgstr "تەھرىر(&E)…" #: kftabdlg.cpp:339 msgctxt "as in search for" msgid "fo&r:" msgstr "تاپ(&R):" #: kftabdlg.cpp:341 msgid "Search &metainfo sections:" msgstr "مېتا ئۇچۇر بۆلىكىنى ئىزدە(&M):" #: kftabdlg.cpp:345 msgid "All Files & Folders" msgstr "بارلىق ھۆججەت ۋە قىسقۇچلار" #: kftabdlg.cpp:346 msgid "Files" msgstr "ھۆججەتلەر" #: kftabdlg.cpp:347 msgid "Folders" msgstr "قىسقۇچلار" #: kftabdlg.cpp:348 msgid "Symbolic Links" msgstr "بەلگە ئۇلانمىلار" #: kftabdlg.cpp:349 msgid "Special Files (Sockets, Device Files, ...)" msgstr "ئالاھىدە ھۆججەتلەر(Sockets، ئۈسكۈنە ھۆججەتلىرى،…)" #: kftabdlg.cpp:350 msgid "Executable Files" msgstr "پروگراممىلار" #: kftabdlg.cpp:351 msgid "SUID Executable Files" msgstr "SUID پروگراممىلار" #: kftabdlg.cpp:352 msgid "All Images" msgstr "بارلىق سۈرەتلەر" #: kftabdlg.cpp:353 msgid "All Video" msgstr "بارلىق سىنلار" #: kftabdlg.cpp:354 msgid "All Sounds" msgstr "بارلىق ئۈنلەر" #: kftabdlg.cpp:405 msgid "Name/&Location" msgstr "ئاتى/ئورنى(&L)" #: kftabdlg.cpp:406 msgctxt "tab name: search by contents" msgid "C&ontents" msgstr "مەزمۇنلار(&O)" #: kftabdlg.cpp:407 msgid "&Properties" msgstr "خاسلىق(&P)" #: kftabdlg.cpp:412 msgid "" "Search within files' specific comments/metainfo
These are some " "examples:
  • Audio files (mp3...) Search in id3 tag for a " "title, an album
  • Images (png...) Search images with a special " "resolution, comment...
" msgstr "" #: kftabdlg.cpp:420 msgid "" "If specified, search only in this field
  • Audio files " "(mp3...) This can be Title, Album...
  • Images (png...) " "Search only in Resolution, Bitdepth...
" msgstr "" #: kftabdlg.cpp:613 msgid "Unable to search within a period which is less than a minute." msgstr "" #: kftabdlg.cpp:624 msgid "The date is not valid." msgstr "چېسلا ئىناۋەتسىز." #: kftabdlg.cpp:626 msgid "Invalid date range." msgstr "چېسلا دائىرىسى ئىناۋەتسىز." #: kftabdlg.cpp:628 msgid "Unable to search dates in the future." msgstr "چېسلاسى كەلگۈسىدە بولغاننى ئىزدىگىلى بولمايدۇ." #: kftabdlg.cpp:690 msgid "Size is too big. Set maximum size value?" msgstr "چوڭلۇقى بەك چوڭ. ئەڭ چوڭ چوڭلۇق قىممىتىنى بەلگىلەمسىز؟" #: kftabdlg.cpp:690 msgid "Error" msgstr "خاتالىق" #: kftabdlg.cpp:690 msgid "Set" msgstr "بەلگىلەش" #: kftabdlg.cpp:690 msgid "Do Not Set" msgstr "بەلگىلىمەسلىك" #: kftabdlg.cpp:887 msgctxt "" "during the previous minute(s)/hour(s)/...; dynamic context 'type': 'i' " "minutes, 'h' hours, 'd' days, 'm' months, 'y' years" msgid "&during the previous" msgid_plural "&during the previous" msgstr[0] "ئالدىنقىسى ئىچىدە(&D)" #: kftabdlg.cpp:888 msgctxt "use date ranges to search files by modified time" msgid "minute" msgid_plural "minutes" msgstr[0] "مىنۇت" #: kftabdlg.cpp:889 msgctxt "use date ranges to search files by modified time" msgid "hour" msgid_plural "hours" msgstr[0] "سائەت" #: kftabdlg.cpp:890 msgctxt "use date ranges to search files by modified time" msgid "day" msgid_plural "days" msgstr[0] "كۈن" #: kftabdlg.cpp:891 msgctxt "use date ranges to search files by modified time" msgid "month" msgid_plural "months" msgstr[0] "ئاي" #: kftabdlg.cpp:892 msgctxt "use date ranges to search files by modified time" msgid "year" msgid_plural "years" msgstr[0] "يىل" #: kquery.cpp:555 msgctxt "@title:window" msgid "Error while using locate" msgstr "locate نى ئىشلەتكەندە خاتالىق كۆرۈلدى" #: main.cpp:30 msgid "KDE file find utility" msgstr "KDE ھۆججەت تېپىش قورالى" #: main.cpp:34 msgid "KFind" msgstr "KFind" #: main.cpp:36 msgid "(c) 1998-2003, The KDE Developers" msgstr "(c) 1998-2003، KDE ئىجادىيەتچىلىرى" #: main.cpp:38 msgid "Eric Coquelle" msgstr "Eric Coquelle" #: main.cpp:38 msgid "Current Maintainer" msgstr "نۆۋەتتىكى مەسئۇلى" #: main.cpp:39 msgid "Mark W. Webb" msgstr "Mark W. Webb" #: main.cpp:39 msgid "Developer" msgstr "ئىجادىيەتچى" #: main.cpp:40 msgid "Beppe Grimaldi" msgstr "Beppe Grimaldi" #: main.cpp:40 msgid "UI Design & more search options" msgstr "كۆرۈنمەيۈز لايىھىلەش ۋە باشقا ئىزدەش تاللانمىلىرى" #: main.cpp:41 msgid "Martin Hartig" msgstr "Martin Hartig" #: main.cpp:42 msgid "Stephan Kulow" msgstr "Stephan Kulow" #: main.cpp:43 msgid "Mario Weilguni" msgstr "Mario Weilguni" #: main.cpp:44 msgid "Alex Zepeda" msgstr "Alex Zepeda" #: main.cpp:45 msgid "Miroslav Flídr" msgstr "Miroslav Flídr" #: main.cpp:46 msgid "Harri Porten" msgstr "Harri Porten" #: main.cpp:47 msgid "Dima Rogozin" msgstr "Dima Rogozin" #: main.cpp:48 msgid "Carsten Pfeiffer" msgstr "Carsten Pfeiffer" #: main.cpp:49 msgid "Hans Petter Bieker" msgstr "Hans Petter Bieker" #: main.cpp:50 msgid "Waldo Bastian" msgstr "Waldo Bastian" #: main.cpp:50 msgid "UI Design" msgstr "كۆرۈنمە يۈز(UI) لايىھىلەش" #: main.cpp:51 msgid "Alexander Neundorf" msgstr "Alexander Neundorf" #: main.cpp:52 msgid "Clarence Dang" msgstr "Clarence Dang" #: main.cpp:57 msgid "Path(s) to search" msgstr "ئىزدەيدىغان يول(لار)"