aboutsummaryrefslogtreecommitdiff
path: root/source/tr/helpcontent2/source/text/shared/explorer/database.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/tr/helpcontent2/source/text/shared/explorer/database.po')
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/tr/helpcontent2/source/text/shared/explorer/database.po b/source/tr/helpcontent2/source/text/shared/explorer/database.po
index f87f2ed715d..263cd19e170 100644
--- a/source/tr/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/tr/helpcontent2/source/text/shared/explorer/database.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-07-20 11:52+0200\n"
-"PO-Revision-Date: 2017-09-06 11:44+0000\n"
-"Last-Translator: Sinan Ulker <sinanulker@windowslive.com>\n"
+"PO-Revision-Date: 2018-05-01 10:21+0000\n"
+"Last-Translator: Necdet Yucel <necdetyucel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1504698273.000000\n"
+"X-POOTLE-MTIME: 1525170109.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -2294,7 +2294,7 @@ msgctxt ""
"par_id31537342\n"
"help.text"
msgid "SQL Escape syntax #1 - may be obsolete"
-msgstr "SQL Vazgeçme sözdizimi No 1 - artık kullanılmıyor olabilir"
+msgstr "SQL Vazgeçme sözdizimi #1 - artık kullanılmıyor olabilir"
#: 02010100.xhp
msgctxt ""
@@ -2302,7 +2302,7 @@ msgctxt ""
"par_id31537343\n"
"help.text"
msgid "SQL Escape syntax #2"
-msgstr "SQL Vazgeçme sözdizimi No 2"
+msgstr "SQL Vazgeçme sözdizimi #2"
#: 02010100.xhp
msgctxt ""
@@ -2574,7 +2574,7 @@ msgctxt ""
"par_id191120151905439551\n"
"help.text"
msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
-msgstr ""
+msgstr "Parametre adları, bir sorgunun hem Tasarım hem de SQL görünümlerinde bir kolon tarafından gerçekleştirilir. Bu, bir değerin görünebileceği her yerde kullanılabilir. Aynı değer, sorguda bir kereden fazla görünecekse, aynı parametre adı kullanılır."
#: 02010100.xhp
msgctxt ""
@@ -2582,7 +2582,7 @@ msgctxt ""
"par_id191120151905518123\n"
"help.text"
msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
+msgstr "Kullanıcının eşitlik için eşleştirilen bir değer girdiği en basit durumda, önceki sütunundaki parametre adı Kriter satırına girilir. <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL kipi</link>nde bu <item type=\"input\">WHERE \"Field\" = :Parametre_adı</item> olarak girilmelidir."
#: 02010100.xhp
msgctxt ""
@@ -2598,7 +2598,7 @@ msgctxt ""
"par_id191120151931441881\n"
"help.text"
msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
+msgstr "Bir metin alanının içeriğinin parçalarına dayalı kayıtları seçmek için yararlı bir yapı, ölçüt olarak <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> ile gizli bir sütun eklemektir. Bu, tam bir eşleşme ile kayıtları seçecektir. Büyük küçük harfe duyarsız bir seçim istenirse bir çözüm alanda kriter olarak <item type=\"input\">LOWER (Alan_Adı)</item> ve <item type=\"input\">LIKE LOWER ( '%' || :Alanın_bir_kısmı || '%' )</item> kullanmak olabilir. Ölçütlerdeki boşlukların önemli olduğunu unutmayın; bırakılmazlarsa SQL ayrıştırıcı tüm ölçütü eşleşen bir dize olarak yorumlar. <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL kipi</link>nde <item type=\"input\">LOWER ( \"Alan_Adı\" ) LIKE LOWER ( '%' || :Alanın_bir_kısmı || '%' )</item> olarak yazılması gerekir."
#: 02010100.xhp
msgctxt ""
@@ -2606,7 +2606,7 @@ msgctxt ""
"par_id3150585\n"
"help.text"
msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
-msgstr ""
+msgstr "Parametre sorguları, kullanıcının görüntülenen kayıtları kısıtlamasına izin vermek için <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">alt formlar</link> için veri kaynağı olarak kullanılabilir."
#: 02010100.xhp
msgctxt ""
@@ -2630,7 +2630,7 @@ msgctxt ""
"par_id191120151924165870\n"
"help.text"
msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
-msgstr ""
+msgstr "Kullanıcı tarafından girilen değerler, ilgili kriter için SQL için izin verilen herhangi bir karakterden oluşabilir; bu temel veritabanı sistemine bağlı olabilir."
#: 02010100.xhp
msgctxt ""
@@ -2638,7 +2638,7 @@ msgctxt ""
"par_id191120151939594217\n"
"help.text"
msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
-msgstr ""
+msgstr "Kullanıcı, daha karmaşık ölçütlerle kayıt almak için SQL joker karakterleri \"%\" (isteğe bağlı dize) veya \"_\" (keyfi tek karakter) kullanabilir."
#: 02010100.xhp
msgctxt ""
@@ -11990,7 +11990,7 @@ msgctxt ""
"hd_id8836939\n"
"help.text"
msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Özellikler</link></variable>"
#: rep_prop.xhp
msgctxt ""
@@ -12046,7 +12046,7 @@ msgctxt ""
"par_id3729361\n"
"help.text"
msgid "<ahelp hid=\".\">To display the <emph>Data</emph> or <emph>General</emph> tab page for the whole report, choose <item type=\"menuitem\">Edit - Select All - Select Report</item>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Raporun tümünde <emph>Veri</emph> veya <emph>Genel</emph> sekme sayfasını görüntülemek için <item type=\"menuitem\">Düzenle - Tümünü Seç - Rapor Seç</item> adımlarını takip edin.</ahelp>"
#: rep_prop.xhp
msgctxt ""