summaryrefslogtreecommitdiff
path: root/i18n/tr.po
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/tr.po')
-rw-r--r--i18n/tr.po22
1 files changed, 12 insertions, 10 deletions
diff --git a/i18n/tr.po b/i18n/tr.po
index 20a07b1..71d63b8 100644
--- a/i18n/tr.po
+++ b/i18n/tr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-27 22:38+0100\n"
-"PO-Revision-Date: 2008-03-28 08:26+0200\n"
-"Last-Translator: seqizz <seqizz@gmail.com>\n"
+"PO-Revision-Date: 2008-04-10 17:47+0200\n"
+"Last-Translator: Gürkan gür <seqizz@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,13 +19,13 @@ msgstr ""
#: portato/gui/templates/MainWindow.glade:190
#: portato/gui/templates/MainWindow.glade:282
msgid "Emerge _Paused"
-msgstr "Yarım kalmış emerge'ye de_vam et"
+msgstr "Son kesilen işleme de_vam et"
#: portato/gui/templates/popups.glade:19
#: portato/gui/templates/MainWindow.glade:198
#: portato/gui/templates/MainWindow.glade:264
msgid "_Kill Emerge"
-msgstr "Emerge'yi _Durdur"
+msgstr "İşlemi _Durdur"
#: portato/gui/templates/popups.glade:37
#: portato/gui/templates/MainWindow.glade:68
@@ -398,7 +398,7 @@ msgstr "Bağımlılıklar"
#: portato/gui/templates/MainWindow.glade:984
msgid "Ebuild"
-msgstr ""
+msgstr "Ebuild"
#: portato/gui/templates/MainWindow.glade:1011
msgid "Changelog"
@@ -596,6 +596,8 @@ msgid ""
"This is the updates queue. You cannot remove single elements.\n"
"Do you want to clear the whole queue instead?"
msgstr ""
+"Bu güncelleştirme kuyruğu. Sadece bir öğeyi kaldıramazsınız.\n"
+"Bütün kuyruktakileri kaldırmak ister misiniz?"
#: portato/gui/dialogs.py:79
msgid "Do you really want to clear the whole queue?"
@@ -622,7 +624,7 @@ msgstr "<tanım yok>"
#: portato/gui/windows/main.py:198
msgid "The first homepage part does not start with 'http' or 'ftp'."
-msgstr ""
+msgstr "Anasayfa 'http' veya 'ftp' ile başlamıyor."
#: portato/gui/windows/main.py:202
msgid "Blank inside homepage."
@@ -813,7 +815,7 @@ msgstr ""
#: portato/gui/views.py:70
msgid "Package is not installed"
-msgstr "Paket kurulmadı"
+msgstr "Paket kurulu değil"
#: portato/gui/views.py:87
#, python-format
@@ -843,7 +845,7 @@ msgstr "Maskelemede çelişen değerler: %s"
#: portato/backend/portage/system.py:333
#, python-format
msgid "No best match for %s. It seems not to be in the tree anymore."
-msgstr ""
+msgstr "%s için iyi bir eşleşme bulunamadı. Artık portage ağacında olmayacak gibi görünüyor."
#: portato/backend/portage/system.py:403
#, python-format
@@ -853,7 +855,7 @@ msgstr "Kurulmamış bir bağımlılık bulundu: %s."
#: portato/backend/portage/system.py:445
#, python-format
msgid "Bug? No best match could be found for '%(package)s'. Needed by: '%(cpv)s'."
-msgstr ""
+msgstr "Hata? '%(package)s' için iyi bir eşlenme bulunamadı. Ancak pakede '%(cpv)s' tarafından ihtiyaç duyuluyor."
#: portato/plugin.py:298
#: portato/plugin.py:304
@@ -921,7 +923,7 @@ msgstr ""
#: portato.py:45
msgid "-L is deprecated"
-msgstr ""
+msgstr "-L kullanılmıyor"
#: portato.py:55
#, python-format
td> 2006-12-11Move global variables + callback functions into shared.cLars Hjemli4-82/+86 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move functions for generic object output into ui-view.cLars Hjemli4-34/+43 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move log-functions into ui-log.cLars Hjemli5-111/+121 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 While at it, replace the cgit_[lib_]error constants with a proper function Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 Add a global variable, cgit_max_lock_attemps, to avoid the possibility of infinite loops when failing to acquire a lockfile. This could happen on broken setups or under crazy server load. Incidentally, this also fixes a lurking bug in cache_lock() where an uninitialized returnvalue was used. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 This closes the door for unneccessary calls to cgit_fill_cache(). Noticed by Linus. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add caching infrastructureLars Hjemli9-28/+353 This enables internal caching of page output. Page requests are split into four groups: 1) repo listing (front page) 2) repo summary 3) repo pages w/symbolic references in query string 4) repo pages w/constant sha1's in query string Each group has a TTL specified in minutes. When a page is requested, a cached filename is stat(2)'ed and st_mtime is compared to time(2). If TTL has expired (or the file didn't exist), the cached file is regenerated. When generating a cached file, locking is used to avoid parallell processing of the request. If multiple processes tries to aquire the same lock, the ones who fail to get the lock serves the (expired) cached file. If the cached file don't exist, the process instead calls sched_yield(2) before restarting the request processing. Signed-off-by: Lars Hjemli <hjemli@gmail.com>