diff options
Diffstat (limited to 'l10n-tr/suite/chrome/common/pref')
41 files changed, 1148 insertions, 0 deletions
diff --git a/l10n-tr/suite/chrome/common/pref/mac/platformPrefOverlay.dtd b/l10n-tr/suite/chrome/common/pref/mac/platformPrefOverlay.dtd new file mode 100644 index 0000000000..35f8684b1b --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/mac/platformPrefOverlay.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the + preference dialog's <window> node, which specifies the width and height + in em units of the dialog. Localizers ONLY can increase these widths + if they are having difficulty getting panel content to fit. 1em = the + width of the letter 'm' in the selected font. + XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct + size of this window for en-US. --> +<!ENTITY prefWindow.size "width: 58em; height: 41em;"> +<!-- pref-tabs.xul --> + +<!ENTITY urlbar.label "⌘+Return in the Location bar"> +<!ENTITY urlbar.accesskey "L"> +<!ENTITY middleClick.label "Middle-click, ⌘+click or ⌘+Return on links in a Web page"> +<!ENTITY middleClick.accesskey "M"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-advanced.dtd b/l10n-tr/suite/chrome/common/pref/pref-advanced.dtd new file mode 100644 index 0000000000..a952c41a01 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-advanced.dtd @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE 'Advanced' prefs settings --> +<!ENTITY pref.advanced.title "Gelişmiş"> + +<!ENTITY systemPref.caption "System Preferences"> +<!ENTITY systemPrefCheck.label "Use Preferences from System"> +<!ENTITY systemPrefCheck.accesskey "U"> +<!ENTITY systemPref.desc "With this option, &brandShortName; inherits preferences from the system. These system settings will override the &brandShortName; preferences."> + +<!ENTITY prefCheckDefault.caption "Sistem entegrasyonu"> +<!ENTITY prefCheckDefaultClient.label "Check default application settings on startup"> +<!ENTITY prefCheckDefaultClient.accesskey "C"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-appearance.dtd b/l10n-tr/suite/chrome/common/pref/pref-appearance.dtd new file mode 100644 index 0000000000..8716f50130 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-appearance.dtd @@ -0,0 +1,30 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Appearance prefs dialog. --> + +<!ENTITY pref.appearance.title "Görünüm"> +<!--LOCALIZATION NOTE (onStartLegend.label): Don't translate "&brandShortName;". + Place &brandShortName; in the phrase where the name of the application should appear +--> +<!ENTITY onStartLegend.label "When &brandShortName; starts up, open"> +<!ENTITY navCheck.label "Browser"> +<!ENTITY navCheck.accesskey "B"> +<!ENTITY showToolsLegend.label "Show toolbars as"> +<!ENTITY picsNtextRadio.label "Pictures and text"> +<!ENTITY picsNtextRadio.accesskey "P"> +<!ENTITY picsOnlyRadio.label "Pictures only"> +<!ENTITY picsOnlyRadio.accesskey "o"> +<!ENTITY textonlyRadio.label "Text only"> +<!ENTITY textonlyRadio.accesskey "x"> +<!ENTITY showHideTooltips.label "Show Tooltips"> +<!ENTITY showHideTooltips.accesskey "T"> + +<!ENTITY pref.locales.title "User Interface Language"> +<!ENTITY selectLocale.label "Select the language for text that appears in dialog boxes, menus, toolbars and button labels:"> +<!--LOCALIZATION NOTE (restartOnLangChange.label): Don't translate "&brandShortName;". + Place &brandShortName; in the phrase where the name of the application should appear +--> +<!ENTITY restartOnLangChange.label "Language preferences will take effect when you restart &brandShortName;."> + diff --git a/l10n-tr/suite/chrome/common/pref/pref-applicationManager.dtd b/l10n-tr/suite/chrome/common/pref/pref-applicationManager.dtd new file mode 100644 index 0000000000..af9637fab4 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-applicationManager.dtd @@ -0,0 +1,8 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY appManager.title "Uygulama ayrıntıları"> +<!ENTITY appManager.style "width: 40ch; min-height: 20em;"> +<!ENTITY remove.label "Kaldır"> +<!ENTITY remove.accesskey "r"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-applicationManager.properties b/l10n-tr/suite/chrome/common/pref/pref-applicationManager.properties new file mode 100644 index 0000000000..0d35bd49f9 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-applicationManager.properties @@ -0,0 +1,10 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +descriptionHandleProtocol=The following applications can be used to handle %S links +descriptionHandleWebFeeds=The following applications can be used to handle Web Feeds +descriptionHandleFile=The following applications can be used to handle %S content + +descriptionWebApp=This web application is hosted at: +descriptionLocalApp=This application is located at: diff --git a/l10n-tr/suite/chrome/common/pref/pref-applications.dtd b/l10n-tr/suite/chrome/common/pref/pref-applications.dtd new file mode 100644 index 0000000000..9287fbf92c --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-applications.dtd @@ -0,0 +1,14 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Applications prefs dialog --> +<!ENTITY pref.applications.title "Yardımcı uygulamalar"> + +<!ENTITY typeColumn.label "Content Type"> +<!ENTITY typeColumn.accesskey "T"> + +<!ENTITY actionColumn2.label "Eylem"> +<!ENTITY actionColumn2.accesskey "E"> + +<!ENTITY search.placeholder "Search Types and Actions"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-applications.properties b/l10n-tr/suite/chrome/common/pref/pref-applications.properties new file mode 100644 index 0000000000..950b68d3da --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-applications.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#### Applications + +fileEnding=%S dosyası +saveFile=Dosyayı kaydet + +# LOCALIZATION NOTE (useApp, useDefault): %S = Application name +useApp=Use %S +useDefault=Use %S (default) + +useOtherApp=Use other… +fpTitleChooseApp=Select Helper Application +manageApp=Application Details… +webFeed=Web beslemesi +videoPodcastFeed=Video POD yayın +audioPodcastFeed=POD yayın +alwaysAsk=Always ask + +# LOCALIZATION NOTE (usePluginIn): +# %1$S = plugin name (for example "QuickTime Plugin-in 7.2") +# %2$S = brandShortName from brand.properties (for example "Minefield") +usePluginIn=%S (%S) + +# LOCALIZATION NOTE (previewInApp, addNewsBlogsInApp): %S = brandShortName +previewInApp=Önce %S ile aç +addNewsBlogsInApp=Subscribe in %S + +# LOCALIZATION NOTE (typeDescriptionWithType): +# %1$S = type description (for example "Portable Document Format") +# %2$S = type (for example "application/pdf") +typeDescriptionWithType=%S (%S) diff --git a/l10n-tr/suite/chrome/common/pref/pref-cache.dtd b/l10n-tr/suite/chrome/common/pref/pref-cache.dtd new file mode 100644 index 0000000000..3583e64538 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-cache.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-cache.xul --> +<!--LOCALIZATION NOTE : FILE Cache prefs dialog --> + +<!ENTITY pref.cache.title "Cache"> +<!ENTITY pref.cache.caption "Set Cache Options"> +<!ENTITY cachePara "The cache keeps copies of frequently visited web pages on your hard disk. (Clicking Reload always shows you the latest version of a page.)"> +<!ENTITY cacheCheck.label "Let &brandShortName; manage the size of my cache"> +<!ENTITY cacheCheck.accesskey "L"> +<!ENTITY diskCacheUpTo.label "Use up to"> +<!ENTITY diskCacheUpTo.accesskey "U"> +<!ENTITY spaceMbytes "MB of disk space for the cache"> +<!ENTITY diskCacheFolder.label "Cache Folder Location:"> +<!ENTITY clearDiskCache.label "Clear Cache"> +<!ENTITY clearDiskCache.accesskey "C"> +<!ENTITY chooseDiskCacheFolder.label "Choose Folder…"> +<!ENTITY chooseDiskCacheFolder.accesskey "F"> +<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named "Cache" of the directory you specify. Restart &brandShortName; for changes to take effect."> +<!ENTITY docCache.label "Compare the page in the cache to the page on the network:"> +<!ENTITY docCache.accesskey "m"> +<!ENTITY checkOncePerSession.label "Once per session"> +<!ENTITY checkEveryTime.label "Every time I view the page"> +<!ENTITY checkNever.label "Never"> +<!ENTITY checkAutomatically.label "When the page is out of date"> + +<!ENTITY prefetchTitle.label "Link Prefetching"> +<!ENTITY enablePrefetch.label "Prefetch web pages when idle, so that links in web pages designed for prefetching can load more quickly"> +<!ENTITY enablePrefetch.accesskey "P"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-certs.dtd b/l10n-tr/suite/chrome/common/pref/pref-certs.dtd new file mode 100644 index 0000000000..fd18af6a2d --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-certs.dtd @@ -0,0 +1,17 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY managecerts.caption "Onay belgelerini yönet"> +<!ENTITY managecerts.text "Use the Certificate Manager to manage your personal certificates, as well as those of other people and certificate authorities."> +<!ENTITY managecerts.button "Onay belgelerini yönet…"> +<!ENTITY managecerts.accesskey "O"> +<!ENTITY managedevices.caption "Güvenlik aygıtlarını yönet…"> +<!ENTITY managedevices.text "Use this button to manage your security devices, such as smart cards."> +<!ENTITY managedevices.button "Güvenlik aygıtlarını yönet…"> +<!ENTITY managedevices.accesskey "D"> + +<!ENTITY ssl.label "SSL"> + +<!ENTITY pref.certs.title "Onay belgeleri"> +<!ENTITY certs.label "Onay belgeleri"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-colors.dtd b/l10n-tr/suite/chrome/common/pref/pref-colors.dtd new file mode 100644 index 0000000000..53fe5dabf7 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-colors.dtd @@ -0,0 +1,33 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-colors.xul --> +<!-- LOCALIZATION NOTE : FILE Color management prefs --> + +<!ENTITY pref.colors.title "Colors"> +<!ENTITY color "Metin ve Arkaplan"> +<!ENTITY textColor.label "Metin:"> +<!ENTITY textColor.accesskey "t"> +<!ENTITY backgroundColor.label "Arkaplan:"> +<!ENTITY backgroundColor.accesskey "p"> +<!ENTITY useSystemColors.label "Sistem renklerini kullan"> +<!ENTITY useSystemColors.accesskey "S"> + +<!ENTITY underlineLinks.label "Bağlantıların altını çiz"> +<!ENTITY underlineLinks.accesskey "ı"> +<!ENTITY links "Bağlantı Renkleri"> +<!ENTITY linkColor.label "Ziyaret edilmemiş bağlantılar:"> +<!ENTITY linkColor.accesskey "l"> +<!ENTITY activeLinkColor.label "Active Links:"> +<!ENTITY activeLinkColor.accesskey "c"> +<!ENTITY visitedLinkColor.label "Ziyaret edilmiş bağlantılar:"> +<!ENTITY visitedLinkColor.accesskey "Z"> +<!-- LOCALIZATION NOTE (someProvColors): This is the start of a sentence and will be followed by the following radio buttons. --> +<!ENTITY someProvColors "When a web page provides its own colors and background"> +<!-- LOCALIZATION NOTE (alwaysUseDocColors.label): This is option one, and it appends to 'someProvColors' above. --> +<!ENTITY alwaysUseDocumentColors.label "Always use the colors and background specified by the web page"> +<!ENTITY alwaysUseDocumentColors.accesskey "A"> +<!-- LOCALIZATION NOTE (ignoreDocColors.label): This is option two, and it appends to 'someProvColors' above. --> +<!ENTITY useMyColors.label "Use my chosen colors, ignoring the colors and background image specified"> +<!ENTITY useMyColors.accesskey "m"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-content.dtd b/l10n-tr/suite/chrome/common/pref/pref-content.dtd new file mode 100644 index 0000000000..ddb020308c --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-content.dtd @@ -0,0 +1,25 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Appearance > Content prefs dialog. --> + +<!ENTITY pref.content.title "Content"> +<!ENTITY pref.content.description "These settings influence how website and message content appears in &brandShortName;."> +<!ENTITY siteIcons.label "Website icons"> +<!ENTITY useSiteIcons.label "Show website icons"> +<!ENTITY useSiteIcons.accesskey "S"> +<!ENTITY useFavIcons.label "Aggressively look for website icons when the page does not define one"> +<!ENTITY useFavIcons.accesskey "A"> +<!ENTITY enableAutomaticImageResizing.label "Resize large images to fit in the browser window"> +<!ENTITY enableAutomaticImageResizing.accesskey "R"> +<!ENTITY useSmoothScroll.label "Use smooth scrolling"> +<!ENTITY useSmoothScroll.accesskey "U"> +<!ENTITY allowHWAccel.label "Use hardware acceleration when available"> +<!ENTITY allowHWAccel.accesskey "e"> +<!ENTITY textZoomOnly.label "Zoom only text instead of full pages"> +<!ENTITY textZoomOnly.accesskey "Z"> +<!ENTITY blockAutoRefresh.label "Warn me when web sites try to redirect or reload the page"> +<!ENTITY blockAutoRefresh.accesskey "W"> +<!ENTITY siteSpecific.label "Remember zoom levels on per-site basis"> +<!ENTITY siteSpecific.accesskey "m"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-cookies.dtd b/l10n-tr/suite/chrome/common/pref/pref-cookies.dtd new file mode 100644 index 0000000000..c50aa36154 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-cookies.dtd @@ -0,0 +1,42 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.cookies.title "Çerezler"> +<!-- cookies --> + + +<!ENTITY cookiePolicy.label "Cookie Acceptance Policy"> + +<!ENTITY accAllCookiesRadio.label "Allow all cookies"> +<!ENTITY accAllCookiesRadio.accesskey "c"> + +<!ENTITY accOrgCookiesRadio.label "Allow cookies for the originating website only"> +<!ENTITY accOrgCookiesRadio.accesskey "o"> + +<!ENTITY disableCookies.label "Block cookies"> +<!ENTITY disableCookies.accesskey "B"> + +<!ENTITY cookieRetentionPolicy.label "Cookie Retention Policy"> + +<!ENTITY acceptNormally.label "Accept cookies normally"> +<!ENTITY acceptNormally.accesskey "n"> + +<!ENTITY acceptForSession.label "Accept for current session only"> +<!ENTITY acceptForSession.accesskey "s"> + +<!ENTITY acceptforNDays.label "Accept cookies for"> +<!ENTITY acceptforNDays.accesskey "f"> +<!ENTITY days.label "günlük ziyaret geçmişimi hatırla"> + +<!ENTITY warnAboutCookies.label "Ask for each cookie"> +<!ENTITY warnAboutCookies.accesskey "A"> +<!ENTITY forCurrentSession.label "except for session cookies"> +<!ENTITY forCurrentSession.accesskey "e"> + +<!ENTITY manageCookies.label "Manage Cookies and Sites"> +<!ENTITY manageCookiesDescription.label "Allows you to view and manage stored cookies and per-site settings for accepting and rejecting cookies. Per-site settings will override the settings above."> + +<!ENTITY viewCookies.label "Cookie Manager"> +<!ENTITY viewCookies.accesskey "M"> + diff --git a/l10n-tr/suite/chrome/common/pref/pref-download.dtd b/l10n-tr/suite/chrome/common/pref/pref-download.dtd new file mode 100644 index 0000000000..cee36c149b --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-download.dtd @@ -0,0 +1,40 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.download.title "İndirilenler"> + +<!ENTITY downloadBehavior.label "İndirme başlama zamanı"> +<!ENTITY focusWhenStarting.label "İndirme yöneticisi açıksa yanıp söndür, aksi taktirde:"> +<!ENTITY focusWhenStarting.accesskey "n"> +<!ENTITY openDM.label "İndirme yöneticisini aç"> +<!ENTITY openDM.accesskey "m"> +<!ENTITY openProgressDialog.label "İlerleme penceresini aç"> +<!ENTITY openProgressDialog.accesskey "l"> +<!ENTITY doNothing.label "Bir şey açma"> +<!ENTITY doNothing.accesskey "B"> + +<!ENTITY downloadLocation.label "Dosyayı keydettiğinde"> +<!ENTITY saveTo.label "Dosya kayıt yeri"> +<!ENTITY saveTo.accesskey "a"> +<!ENTITY chooseDownloadFolder.label "Dizin seç…"> +<!ENTITY chooseDownloadFolder.accesskey "s"> +<!ENTITY alwaysAsk.label "Dosyaların nereye kaydedileceğini her zaman sor"> +<!ENTITY alwaysAsk.accesskey "D"> + +<!ENTITY downloadHistory.label "İndirme geçmişi"> +<!ENTITY removeEntries.label "Remove download entries"> +<!ENTITY removeEntries.accesskey "R"> +<!ENTITY whenCompleted.label "Tamamlandığı zaman"> +<!ENTITY whenQuittingApp.label "&brandShortName; uygulamasında çıkıldığı zaman"> +<!ENTITY neverRemove.label "Asla"> + +<!ENTITY finishedBehavior.label "İndirme bittiğinde"> +<!ENTITY playSound.label "Play a sound"> +<!ENTITY playSound.accesskey "P"> +<!ENTITY showAlert.label "Show an alert"> +<!ENTITY showAlert.accesskey "S"> +<!ENTITY browse.label "Gözat…"> +<!ENTITY browse.accesskey "a"> +<!ENTITY playButton.label "Play"> +<!ENTITY playButton.accesskey "l"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-findasyoutype.dtd b/l10n-tr/suite/chrome/common/pref/pref-findasyoutype.dtd new file mode 100644 index 0000000000..dc55b6f0bb --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-findasyoutype.dtd @@ -0,0 +1,21 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.findAsYouType.title "Find As You Type"> +<!ENTITY findAsYouTypeBehavior.label "Find As You Type"> +<!ENTITY findAsYouTypeTip.label "Tip: To manually start Find As You Type, type / to find text or ' to find links, followed by the text you want to find."> +<!ENTITY findAsYouTypeTimeout.label "Clear the current search after a few seconds of inactivity"> +<!ENTITY findAsYouTypeTimeout.accesskey "C"> +<!ENTITY findAsYouTypeSound.label "Play a sound when typed text isn't found"> +<!ENTITY findAsYouTypeSound.accesskey "P"> +<!ENTITY findAsYouTypeEnableAuto.label "Find automatically when typing within a web page:"> +<!ENTITY findAsYouTypeEnableAuto.accesskey "F"> +<!ENTITY findAsYouTypeAutoText.label "Any text in the page"> +<!ENTITY findAsYouTypeAutoText.accesskey "A"> +<!ENTITY findAsYouTypeAutoLinks.label "Links only"> +<!ENTITY findAsYouTypeAutoLinks.accesskey "L"> + +<!ENTITY findAsYouTypeFindbarEnable.label "Show the find toolbar during find as you type"> +<!ENTITY findAsYouTypeFindbarEnable.accesskey "S"> +<!ENTITY findAsYouTypeFindbarEnableTip.label "Note: Find as you type without showing the findbar does not allow international text entry."> diff --git a/l10n-tr/suite/chrome/common/pref/pref-fonts.dtd b/l10n-tr/suite/chrome/common/pref/pref-fonts.dtd new file mode 100644 index 0000000000..bfc8f5e4d4 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-fonts.dtd @@ -0,0 +1,74 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-fonts.xul --> +<!-- LOCALIZATION NOTE : FILE 'Fonts' prefs dialog --> + +<!ENTITY pref.fonts.title "Yazıtipleri"> + +<!ENTITY language.label "Yazıtipleri:"> +<!ENTITY language.accesskey "t"> + +<!ENTITY typefaces.label "Typeface"> +<!ENTITY sizes.label "Boyut (piksel)"> + +<!ENTITY proportional.label "Orantılı:"> +<!ENTITY proportional.accesskey "O"> + +<!ENTITY serif.label "Serif:"> +<!ENTITY serif.accesskey "S"> +<!ENTITY sans-serif.label "Sans-serif:"> +<!ENTITY sans-serif.accesskey "n"> +<!ENTITY monospace.label "Monospace:"> +<!ENTITY monospace.accesskey "M"> +<!-- LOCALIZATION NOTE (fantasy.label): 'Fantasy' means 'Ornate' --> +<!ENTITY fantasy.label "Fantasy:"> +<!ENTITY fantasy.accesskey "F"> +<!ENTITY cursive.label "Cursive:"> +<!ENTITY cursive.accesskey "C"> + +<!ENTITY font.langGroup.latin1 "Batı Avrupa"> +<!ENTITY font.langGroup.latin2 "Orta Avrupa"> +<!ENTITY font.langGroup.japanese "Japonca"> +<!ENTITY font.langGroup.trad-chinese "Traditional Chinese(Taiwan)"> +<!ENTITY font.langGroup.simpl-chinese "Basitleştirilmiş Çince"> +<!ENTITY font.langGroup.trad-chinese-hk "Traditional Chinese(Hong Kong)"> +<!ENTITY font.langGroup.korean "Korece"> +<!ENTITY font.langGroup.cyrillic "Cyrillic"> +<!ENTITY font.langGroup.baltic "Baltık"> +<!ENTITY font.langGroup.el "Yunanca"> +<!ENTITY font.langGroup.turkish "Türkçe"> +<!ENTITY font.langGroup.unicode "Other Languages"> +<!ENTITY font.langGroup.user-def "Kullanıcı tanımlı"> +<!ENTITY font.langGroup.thai "Tayca"> +<!ENTITY font.langGroup.hebrew "İbranice"> +<!ENTITY font.langGroup.arabic "Arapça"> +<!ENTITY font.langGroup.devanagari "Devanagari"> +<!ENTITY font.langGroup.tamil "Tamil Dili"> +<!ENTITY font.langGroup.armenian "Ermenice"> +<!ENTITY font.langGroup.bengali "Bengali"> +<!ENTITY font.langGroup.canadian "Birleştirilmiş Kanada hece alfabesi"> +<!ENTITY font.langGroup.ethiopic "Ethiopic"> +<!ENTITY font.langGroup.georgian "Gürcüce"> +<!ENTITY font.langGroup.gujarati "Gujarati Dili"> +<!ENTITY font.langGroup.gurmukhi "Gurmukhi"> +<!ENTITY font.langGroup.khmer "Kamboçya Dili"> +<!ENTITY font.langGroup.malayalam "Malayalam"> +<!-- Minimum font size --> +<!ENTITY minSize.label "En küçük yazı boyutu:"> +<!ENTITY minSize.accesskey "z"> +<!ENTITY minSize.none "Hiçbiri"> +<!-- default font type --> + +<!ENTITY useDefaultFontSerif.label "Serif"> +<!ENTITY useDefaultFontSansSerif.label "Sans Serif"> + +<!ENTITY useDocumentFonts.label "Allow documents to use other fonts"> +<!ENTITY useDocumentFonts.accesskey "o"> +<!-- leaving this stuff in for now --> + + +<!ENTITY header2 "When a webpage chooses its own fonts"> +<!ENTITY useDefaultFont.label "Use my default fonts, ignoring the fonts the page has chosen"> +<!ENTITY useDefaultFont.accesskey "U"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-history.dtd b/l10n-tr/suite/chrome/common/pref/pref-history.dtd new file mode 100644 index 0000000000..fbf3f0f97a --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-history.dtd @@ -0,0 +1,23 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.history.title "Geçmiş"> + +<!ENTITY pref.history.caption "Tarayıcı geçmişi"> +<!ENTITY historyPages.label "Geçmiş, daha önce ziyaret edilen sayfaların listesidir."> +<!ENTITY enableHistory.label "Remember visited pages"> +<!ENTITY enableHistory.accesskey "R"> +<!ENTITY clearHistory.label "Geçmişi sil"> +<!ENTITY clearHistory.accesskey "e"> + +<!ENTITY locationBarHistory.caption "Konum çubuğu geçmişi"> +<!ENTITY clearLocationBar.label "Konum çubuğundaki kaydedilen site listesini sil."> +<!ENTITY clearLocationBarButton.label "Konum çubuğunu temizle"> +<!ENTITY clearLocationBarButton.accesskey "b"> +<!ENTITY formfillHistory.caption "Form ve arama geçmişi"> +<!ENTITY enableFormfill.label "Form ve arama geçmişini etkinleştir"> +<!ENTITY enableFormfill.accesskey "t"> +<!ENTITY formfillExpire.label "En fazla"> +<!ENTITY formfillExpire.accesskey "n"> +<!ENTITY formfillDays.label "days"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-http.dtd b/l10n-tr/suite/chrome/common/pref/pref-http.dtd new file mode 100644 index 0000000000..e5ce65796a --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-http.dtd @@ -0,0 +1,26 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.http.title "HTTP Ağı"> +<!-- Network--> + +<!ENTITY prefDirect.label "Direct Connection Options"> +<!ENTITY prefProxy.label "Proxy Connection Options"> +<!ENTITY prefEnableHTTP10.label "Use HTTP 1.0"> +<!ENTITY prefEnableHTTP10.accesskey "U"> +<!ENTITY prefEnableHTTP10Proxy.accesskey "D"> +<!ENTITY prefEnableHTTP11.label "Use HTTP 1.1"> +<!ENTITY prefEnableHTTP11.accesskey "e"> +<!ENTITY prefEnableHTTP11Proxy.accesskey "t"> +<!ENTITY prefEnableKeepAlive.label "Enable Keep-Alive"> +<!ENTITY prefEnableKeepAlive.accesskey "K"> +<!ENTITY prefEnableKeepAliveProxy.accesskey "e"> +<!ENTITY prefEnablePipelining.label "Enable Pipelining"> +<!ENTITY prefEnablePipelining.accesskey "P"> +<!ENTITY prefEnablePipeliningProxy.accesskey "n"> +<!ENTITY prefPara "HTTP connections may be fine-tuned using these options to enhance either performance or compatibility. Some proxy servers, for example, are known to require HTTP/1.0 (see the release notes for details)."> +<!ENTITY prefPipeWarning "WARNING: pipelining is an experimental feature, designed to improve page-load performance, that is unfortunately not well supported by some web servers and proxies."> +<!ENTITY prefUseragent.label "User Agent String"> +<!ENTITY prefFirefoxCompat.label "Advertise Firefox compatibility"> +<!ENTITY prefFirefoxCompat.accesskey "F"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-images.dtd b/l10n-tr/suite/chrome/common/pref/pref-images.dtd new file mode 100644 index 0000000000..497a403f3f --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-images.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.images.title "Images"> + +<!ENTITY imageBlocking.label "Image Acceptance Policy"> +<!--LOCALIZATION NOTE (onStartLegend.label): Don't translate "&brandShortName;". + Place "&brandShortName;" in the phrase where the name of the application should + appear +--> + +<!ENTITY imageDetails "Specify how &brandShortName; handles images."> + +<!ENTITY loadAllImagesRadio.label "Load all images"> +<!ENTITY loadAllImagesRadio.accesskey "L"> +<!ENTITY loadOrgImagesRadio.label "Only load images that come from the originating server"> +<!ENTITY loadOrgImagesRadio.accesskey "n"> +<!ENTITY loadNoImagesRadio.label "Do not load any images"> +<!ENTITY loadNoImagesRadio.accesskey "D"> +<!ENTITY viewPermissions.label "Manage Permissions"> +<!ENTITY viewPermissions.accesskey "P"> +<!ENTITY animLoopingTitle.label "Animated images should loop"> +<!ENTITY animLoopAsSpecified.label "As many times as the image specifies"> +<!ENTITY animLoopAsSpecified.accesskey "m"> +<!ENTITY animLoopOnce.label "Once"> +<!ENTITY animLoopOnce.accesskey "O"> +<!ENTITY animLoopNever.label "Never"> +<!ENTITY animLoopNever.accesskey "v"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-keynav.dtd b/l10n-tr/suite/chrome/common/pref/pref-keynav.dtd new file mode 100644 index 0000000000..62d0ad73ab --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-keynav.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.keyNav.title "Klavye ile gezinme"> +<!ENTITY tabNavigationBehavior.label "Tab Key Navigation"> +<!ENTITY tabNavigationLinks.label "Links"> +<!ENTITY tabNavigationLinks.accesskey "L"> +<!ENTITY tabNavigationForms.label "Buttons, radio buttons, checkboxes, and selection lists"> +<!ENTITY tabNavigationForms.accesskey "B"> +<!ENTITY tabNavigationTextboxes.label "Note: text boxes and scrollable regions are always part of the tabbing order."> +<!ENTITY tabNavigationDesc.label "When Tab or Shift+Tab is pressed, move between:"> +<!ENTITY accessibilityBrowseWithCaret.label "Browse With Caret"> +<!ENTITY browseWithCaretDesc.label "Caret browsing enables you to navigate and select within pages using the cursor keys to move a visible caret."> +<!ENTITY browseWithCaretUse.label "Use caret browsing"> +<!ENTITY browseWithCaretUse.accesskey "U"> +<!ENTITY browseWithCaretShortCut.label "Use the F7 shortcut to toggle caret browsing"> +<!ENTITY browseWithCaretShortCut.accesskey "F"> +<!ENTITY browseWithCaretWarn.label "Warn me before turning on caret browsing"> +<!ENTITY browseWithCaretWarn.accesskey "W"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-languages.dtd b/l10n-tr/suite/chrome/common/pref/pref-languages.dtd new file mode 100644 index 0000000000..32a6437e7f --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-languages.dtd @@ -0,0 +1,36 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : FILE 'Languages' preferences dialog --> + +<!ENTITY languages.customize.prefLangDescript "Web pages are sometimes available in more than one language. Choose languages for displaying web pages, in order of preference."> +<!ENTITY languages.customize.title "Diller"> +<!ENTITY langtitle.label "Languages for Web Pages"> +<!ENTITY languages.customize.prefAddLangDescript "Select the language(s) you would like to add."> +<!ENTITY languages.customize.addButton.label "Ekle…"> +<!ENTITY languages.customize.addButton.accesskey "E"> +<!ENTITY languages.customize.deleteButton.label "Kaldır"> +<!ENTITY languages.customize.deleteButton.accesskey "r"> +<!ENTITY languages.customize.add.title.label "Add Languages"> +<!ENTITY languages.customize.available.label "Languages:"> +<!ENTITY languages.customize.active.label "Languages in order of preference:"> +<!ENTITY languages.customize.active.accesskey "L"> +<!ENTITY languages.customize.others.label "Others:"> +<!ENTITY languages.customize.others.accesskey "O"> +<!ENTITY languages.customize.Charset.grouplabel "Default Character Encoding"> +<!ENTITY languages.customize.DefaultCharset.label "Character Encoding:"> +<!ENTITY languages.customize.DefaultCharset.accesskey "C"> +<!-- LOCALIZATION NOTE Character Encoding Preferences Dialog: Do NOT localize the terms "en-bz, ar-jo" --> +<!ENTITY languages.customize.others.examples "e.g.: en-bz, ar-jo"> +<!ENTITY languages.customize.moveUp.label "Move Up"> +<!ENTITY languages.customize.moveUp.accesskey "U"> +<!ENTITY languages.customize.moveDown.label "Move Down"> +<!ENTITY languages.customize.moveDown.accesskey "D"> + +<!ENTITY spelling.label "İmla denetimi"> +<!ENTITY checkSpelling.label "When typing check my spelling:"> +<!ENTITY checkSpelling.accesskey "W"> +<!ENTITY dontCheckSpelling.label "Asla"> +<!ENTITY multilineCheckSpelling.label "In multiline boxes"> +<!ENTITY alwaysCheckSpelling.label "All boxes"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-languages.properties b/l10n-tr/suite/chrome/common/pref/pref-languages.properties new file mode 100644 index 0000000000..a77e020f2a --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-languages.properties @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +illegalOtherLanguage=The following entries were not valid language codes: +illegalOtherLanguageTitle=Invalid language code(s) +# LOCALIZATION NOTE: Next two strings are for language name representations with +# and without the region. +# e.g. languageRegionCodeFormat : "French/Canada [fr-ca]" languageCodeFormat : "French [fr]" +# %1$S = language name, %2$S = region name, %3$S = language-region code +languageRegionCodeFormat=%1$S/%2$S [%3$S] +# %1$S = language name, %2$S = language-region code +languageCodeFormat=%1$S [%2$S] diff --git a/l10n-tr/suite/chrome/common/pref/pref-links.dtd b/l10n-tr/suite/chrome/common/pref/pref-links.dtd new file mode 100644 index 0000000000..97c3bc097d --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-links.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY linksHeader.label "Link Behavior"> +<!ENTITY newWindow.label "Link open behavior"> +<!ENTITY newWindowDescription.label "Open links meant to open a new window in:"> +<!ENTITY newWindowRestriction.label "When scripts want to open a new window:"> +<!ENTITY external.label "Links from other applications"> +<!ENTITY externalDescription.label "Open links passed from other applications in:"> + +<!ENTITY openCurrent.label "The current tab/window"> +<!ENTITY newWindowGroupCurrent.accesskey "c"> +<!ENTITY externalGroupCurrent.accesskey "u"> + +<!ENTITY openTab.label "A new tab in the current window"> +<!ENTITY newWindowGroupTab.accesskey "t"> +<!ENTITY externalGroupTab.accesskey "a"> + +<!ENTITY openWindow.label "A new window"> +<!ENTITY newWindowGroupWindow.accesskey "w"> +<!ENTITY externalGroupWindow.accesskey "o"> + +<!ENTITY divertAll.label "Always divert windows into tabs"> +<!ENTITY divertAll.accesskey "d"> +<!ENTITY divertNoFeatures.label "Don't divert custom windows into tabs"> +<!ENTITY divertNoFeatures.accesskey "s"> +<!ENTITY dontDivert.label "Always open new windows"> +<!ENTITY dontDivert.accesskey "n"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-locationbar.dtd b/l10n-tr/suite/chrome/common/pref/pref-locationbar.dtd new file mode 100644 index 0000000000..e7871b6979 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-locationbar.dtd @@ -0,0 +1,38 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Location Bar prefs panel --> +<!ENTITY pref.locationBar.title "Konum çubuğu"> + +<!ENTITY autoComplete.label "Autocomplete"> +<!ENTITY enableAutoComplete.label "Autocomplete from your browsing history as you type"> +<!ENTITY enableAutoComplete.accesskey "A"> +<!ENTITY autoCompleteAutoFill.label "Automatically prefill the best match"> +<!ENTITY autoCompleteAutoFill.accesskey "u"> +<!ENTITY autoCompleteShowPopup.label "Show list of matching results"> +<!ENTITY autoCompleteShowPopup.accesskey "S"> +<!ENTITY autoCompleteMatchOnlyTyped.label "Match only websites you've typed previously"> +<!ENTITY autoCompleteMatchOnlyTyped.accesskey "o"> +<!ENTITY autoCompleteMatchOnlyURLs.label "Only match locations, not website titles"> +<!ENTITY autoCompleteMatchOnlyURLs.accesskey "n"> +<!--LOCALIZATION NOTE (autoCompleteMatch.label): This is the common leading + part of the menulist items listed below, mainly to make the control available + via the accesskey +--> +<!ENTITY autoCompleteMatch.label "Match"> +<!ENTITY autoCompleteMatch.accesskey "M"> +<!ENTITY autoCompleteMatchAnywhere "Anywhere in the location or title"> +<!ENTITY autoCompleteMatchWordsFirst "Anywhere but preferring word boundaries"> +<!ENTITY autoCompleteMatchWords "Only on word boundaries"> +<!ENTITY autoCompleteMatchStart "Only at the beginning of the location or title"> + +<!ENTITY searchEngine.label "Internet Search Engine"> +<!ENTITY showSearchEngine.label "Show default search engine"> +<!ENTITY showSearchEngine.accesskey "e"> + +<!ENTITY unknownLocations.label "Unknown Locations"> +<!ENTITY domainGuessing.label "Add "www." and ".com" to the location if a web page is not found"> +<!ENTITY domainGuessing.accesskey "d"> +<!ENTITY keywords.label "Perform a web search when entered text is not a web location"> +<!ENTITY keywords.accesskey "P"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-masterpass.dtd b/l10n-tr/suite/chrome/common/pref/pref-masterpass.dtd new file mode 100644 index 0000000000..01f37556f9 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-masterpass.dtd @@ -0,0 +1,24 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.masterpass.title "Master Passwords"> +<!ENTITY managepassword.caption "Master Password Timeout"> +<!ENTITY managepassword.text "&brandShortName; will ask for your master password:"> +<!ENTITY managepassword.askfirsttime "The first time it is needed"> +<!ENTITY managepassword.askfirsttime.accesskey "t"> +<!ENTITY managepassword.askeverytime "Every time it is needed"> +<!ENTITY managepassword.askeverytime.accesskey "E"> +<!ENTITY managepassword.asktimeout "If it has not been used for "> +<!ENTITY managepassword.asktimeout.accesskey "n"> +<!ENTITY managepassword.timeout.unit "minutes or longer"> + +<!ENTITY changepassword.caption "Change Master Password"> +<!ENTITY changepassword.text "Your master password protects sensitive information such as web passwords and certificates."> +<!ENTITY changepassword.button "Change Password…"> +<!ENTITY changepassword.accesskey "C"> + +<!ENTITY resetpassword.caption "Ana Parolayı Sıfırla"> +<!ENTITY resetpassword.text "If you reset your master password, all of your stored web and e-mail passwords, form data, personal certificates, and private keys will be lost."> +<!ENTITY resetpassword.button "Reset Password"> +<!ENTITY resetpassword.accesskey "R"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-mousewheel.dtd b/l10n-tr/suite/chrome/common/pref/pref-mousewheel.dtd new file mode 100644 index 0000000000..6989fd34a6 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-mousewheel.dtd @@ -0,0 +1,32 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : FILE Mouse-wheel management prefs, for those lucky OSes that support mouse wheels --> + +<!ENTITY pref.mouseWheel.title "Fare tekerleği"> +<!ENTITY mouseWheelPanel.label "Specify mouse wheel behavior when used with this modifier key: "> +<!ENTITY usingJustTheWheel.label "No modifier key"> +<!ENTITY usingWheelAndAlt.label "&altKey.label;"> +<!ENTITY usingWheelAndCtrl.label "&ctrlKey.label;"> +<!ENTITY usingWheelAndShft.label "&shiftKey.label;"> +<!ENTITY mousewheelGroup.label "Vertical scrolling"> +<!ENTITY mousewheelHorizGroup.label "Horizontal scrolling"> +<!ENTITY scroll.label "Scroll the document by "> +<!ENTITY scroll.accesskey "S"> +<!ENTITY scrollHoriz.accesskey "c"> +<!ENTITY scrollLines.label "lines"> +<!ENTITY scrollChars.label "characters"> +<!ENTITY useSystemDefault.label "Use system default"> +<!ENTITY useSystemDefault.accesskey "U"> +<!ENTITY useSystemDefaultHoriz.accesskey "d"> +<!ENTITY scrollPgUpPgDn.label "Scroll a page up or a page down"> +<!ENTITY scrollPgUpPgDn.accesskey "p"> +<!ENTITY scrollPgLtPgRt.label "Scroll a page left or a page right"> +<!ENTITY scrollPgLtPgRt.accesskey "r"> +<!ENTITY history.label "Move back and forward in the browsing history"> +<!ENTITY history.accesskey "M"> +<!ENTITY historyHoriz.accesskey "b"> +<!ENTITY zoom.label "Zoom the page in or out"> +<!ENTITY zoom.accesskey "Z"> +<!ENTITY zoomHoriz.accesskey "E"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-navigator.dtd b/l10n-tr/suite/chrome/common/pref/pref-navigator.dtd new file mode 100644 index 0000000000..d3be43cd79 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-navigator.dtd @@ -0,0 +1,38 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.navigator.title "Browser"> + +<!ENTITY navRadio.label "Display on"> +<!ENTITY navRadio.accesskey "n"> +<!ENTITY navStartPageMenu.label "Browser Startup"> +<!ENTITY newWinPageMenu.label "Yeni pencere"> +<!ENTITY newTabPageMenu.label "Yeni sekme"> + +<!ENTITY blankPageRadio.label "Blank page"> +<!ENTITY blankPageRadio.accesskey "B"> +<!ENTITY homePageRadio.label "Home page"> +<!ENTITY homePageRadio.accesskey "m"> +<!ENTITY lastPageRadio.label "Last page visited"> +<!ENTITY lastPageRadio.accesskey "L"> +<!ENTITY restoreSessionRadio.label "Restore Previous Session"> +<!ENTITY restoreSessionRadio.accesskey "P"> + +<!ENTITY header2.label "Açılış sayfası"> +<!ENTITY homePageIntro.label "Clicking the Home button takes you to this group of pages:"> +<!ENTITY useCurrent.label "Use Current Page"> +<!ENTITY useCurrent.accesskey "U"> +<!ENTITY useCurrentGroup.label "Use Current Group"> +<!ENTITY useCurrentGroup.accesskey "G"> +<!ENTITY browseFile.label "Dosyayı seçin…"> +<!ENTITY browseFile.accesskey "s"> +<!ENTITY useDefault.label "Öntanımlı Ayarlar"> +<!ENTITY useDefault.accesskey "r"> + +<!ENTITY defaultBrowserGroup.label "Varsayılan Tarayıcı"> +<!ENTITY defaultBrowserButton.label "Set Default Browser"> +<!ENTITY defaultBrowserButton.accesskey "D"> +<!ENTITY alreadyDefaultText "&brandShortName; is already your default browser."> +<!ENTITY defaultPendingText "&brandShortName; will be set as your default browser when you click OK."> +<!ENTITY makeDefaultText "Set &brandShortName; as your default browser."> diff --git a/l10n-tr/suite/chrome/common/pref/pref-passwords.dtd b/l10n-tr/suite/chrome/common/pref/pref-passwords.dtd new file mode 100644 index 0000000000..5bac104e32 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-passwords.dtd @@ -0,0 +1,13 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.passwords.title "Parolalar"> + +<!ENTITY signonHeader.caption "Password Manager"> +<!ENTITY signonDescription.label "Password Manager stores your login information for password-protected web sites, mail servers, and news servers, and enters the information automatically when needed."> + +<!ENTITY signonEnabled.label "Remember passwords"> +<!ENTITY signonEnabled.accesskey "R"> +<!ENTITY viewSignons.label "Manage Stored Passwords"> +<!ENTITY viewSignons.accesskey "M"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-popups.dtd b/l10n-tr/suite/chrome/common/pref/pref-popups.dtd new file mode 100644 index 0000000000..d20f11a6b6 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-popups.dtd @@ -0,0 +1,35 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.popups.title "Popup Windows"> + +<!ENTITY pref.popups.caption "Popup Windows"> + +<!ENTITY popupBlock.label "Block unrequested popup windows"> +<!ENTITY popupBlock.accesskey "B"> + +<!ENTITY viewPermissions.label "Manage Permissions"> +<!ENTITY viewPermissions.accesskey "M"> + +<!ENTITY whenBlock.description "When a popup window has been blocked:"> +<!ENTITY playSound.label "Play a sound:"> +<!ENTITY playSound.accesskey "P"> +<!ENTITY systemSound.label "System beep"> +<!ENTITY systemSound.accesskey "S"> +<!ENTITY customSound.label "Özel ses dosyası"> +<!ENTITY customSound.accesskey "z"> + +<!ENTITY selectSound.label "Gözat…"> +<!ENTITY selectSound.accesskey "z"> +<!ENTITY playSoundButton.label "Play"> +<!ENTITY playSoundButton.accesskey "l"> + +<!ENTITY displayIcon.label "Display an icon in the browser status bar"> +<!ENTITY displayIcon.accesskey "D"> + +<!ENTITY displayNotification.label "Display a notification bar at the top of the content area"> +<!ENTITY displayNotification.accesskey "n"> + +<!ENTITY popupNote.description "Note: Blocking all popups may prevent important features of some websites from working, such as login windows for banks and shopping sites. For details of how to allow specific sites to use popups while blocking all others, click Help. Even if blocked, sites may use other methods to show popups."> + diff --git a/l10n-tr/suite/chrome/common/pref/pref-proxies-advanced.dtd b/l10n-tr/suite/chrome/common/pref/pref-proxies-advanced.dtd new file mode 100644 index 0000000000..3c2ff5ec5e --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-proxies-advanced.dtd @@ -0,0 +1,32 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE The Advanced Proxy Preferences dialog --> +<!ENTITY pref.proxies.advanced.title "Advanced Proxy Preferences"> +<!ENTITY protocols.caption "Protocol-Specific Proxies"> +<!ENTITY protocols.description "Normally the same proxy can handle all protocols listed here."> +<!ENTITY http.label "HTTP vekil sunucusu:"> +<!ENTITY http.accesskey "H"> +<!ENTITY ssl.label "SSL vekil sunucusu:"> +<!ENTITY ssl.accesskey "S"> +<!ENTITY ftp.label "FTP vekil sunucusu:"> +<!ENTITY ftp.accesskey "F"> +<!ENTITY reuseProxy.label "Use HTTP Proxy settings for all protocols"> +<!ENTITY reuseProxy.accesskey "U"> +<!ENTITY port.label "Port:"> +<!ENTITY HTTPPort.accesskey "P"> +<!ENTITY SSLPort.accesskey "o"> +<!ENTITY FTPPort.accesskey "r"> + +<!ENTITY socks.caption "Generic Proxy"> +<!ENTITY socks.description "A SOCKS proxy is a generic proxy sometimes used in corporate or similar environments."> +<!ENTITY socks.label "SOCKS Proxy:"> +<!ENTITY socks.accesskey "S"> +<!ENTITY socks4.label "SOCKS v4"> +<!ENTITY socks4.accesskey "C"> +<!ENTITY socks5.label "SOCKS v5"> +<!ENTITY socks5.accesskey "K"> +<!ENTITY socksRemoteDNS.label "Use for resolving hostnames (recommended for SOCKS v5)"> +<!ENTITY socksRemoteDNS.accesskey "e"> +<!ENTITY SOCKSport.accesskey "t"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-proxies.dtd b/l10n-tr/suite/chrome/common/pref/pref-proxies.dtd new file mode 100644 index 0000000000..cea0087d58 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-proxies.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-proxies.xul --> +<!--LOCALIZATION NOTE : FILE The Proxies preferences dialog --> + +<!ENTITY pref.proxies.title "Proxies"> +<!ENTITY pref.proxies.desc "A Proxy is a network service that can filter and speed up your Internet connection."> +<!ENTITY proxyTitle.label "Configure Proxies to Access the Internet"> +<!ENTITY directTypeRadio.label "İnternete doğrudan bağlantı"> +<!ENTITY directTypeRadio.accesskey "d"> +<!ENTITY systemTypeRadio.label "Use system proxy settings"> +<!ENTITY systemTypeRadio.accesskey "U"> +<!ENTITY manualTypeRadio.label "Manual proxy configuration:"> +<!ENTITY manualTypeRadio.accesskey "M"> +<!ENTITY wpadTypeRadio.label "Automatically discover the proxy configuration"> +<!ENTITY wpadTypeRadio.accesskey "A"> +<!ENTITY autoTypeRadio.label "Automatic proxy configuration URL:"> +<!ENTITY autoTypeRadio.accesskey "c"> +<!ENTITY reload.label "Tazele"> +<!ENTITY reload.accesskey "T"> +<!ENTITY http.label "Proxy:"> +<!ENTITY http.accesskey "P"> +<!ENTITY port.label "Port:"> +<!ENTITY HTTPPort.accesskey "o"> +<!ENTITY advanced.label "Advanced…"> +<!ENTITY advanced.accesskey "v"> +<!ENTITY noproxy.label "No Proxy for:"> +<!ENTITY noproxy.accesskey "N"> +<!ENTITY noproxyExplain.label "Örnek: .mozilla.org, .net.nz, 192.168.1.0/24"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-scripts.dtd b/l10n-tr/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..4794a8befd --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-scripts.dtd @@ -0,0 +1,28 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-scripts.xul --> +<!--LOCALIZATION NOTE : FILE The 'Scripts & Plugins' preferences dialog --> + +<!ENTITY pref.scripts.title "Betikler ve yan uygulamalar"> + +<!ENTITY navigator.label "Browser"> +<!ENTITY navigator.accesskey "B"> +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> + +<!ENTITY enableJavaScript.label "Enable JavaScript for"> +<!ENTITY allowScripts.label "Allow scripts to:"> +<!ENTITY allowScripts.accesskey "s"> +<!ENTITY allowWindowMoveResize.label "Move or resize existing windows"> +<!ENTITY allowWindowFlip.label "Raise or lower windows"> +<!ENTITY allowWindowStatusChange.label "Change status bar text"> +<!ENTITY allowWindowImageSrcChange.label "Change images"> +<!ENTITY allowContextmenuDisable.label "Disable or replace context menus"> +<!ENTITY allowHideStatusBar.label "Hide the status bar"> + +<!ENTITY enablePlugin.label "Enable Plugins for"> + +<!ENTITY whenPluginsRequired.label "When additional plugins are required"> +<!ENTITY displayNotification.label "Display a notification bar at the top of the content area"> +<!ENTITY displayNotification.accesskey "n"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-search.dtd b/l10n-tr/suite/chrome/common/pref/pref-search.dtd new file mode 100644 index 0000000000..b327e4120d --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-search.dtd @@ -0,0 +1,23 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-search.xul --> +<!-- LOCALIZATION NOTE : FILE The Search prefs dialog --> + + +<!ENTITY pref.search.title "İnternet'te ara"> +<!ENTITY legendHeader "Öntanımlı arama motoru:"> +<!ENTITY defaultSearchEngine.label "Arama motoru:"> +<!ENTITY defaultSearchEngine.accesskey "A"> + +<!ENTITY engineManager.label "Arama motorlarını yönet…"> + +<!ENTITY searchResults.label "Arama sonuçları"> + +<!ENTITY openInTab.label "Open new tabs for sidebar search results"> +<!ENTITY openInTab.accesskey "n"> +<!ENTITY openContextSearchTab.label "Sağ tuş İnternet aramalarını yeni pencere yerine yeni sekmede aç"> +<!ENTITY openContextSearchTab.accesskey "S"> +<!ENTITY openSidebarSearchPanel.label "Open the Search tab in the sidebar when a search is invoked"> +<!ENTITY openSidebarSearchPanel.accesskey "O"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-security.dtd b/l10n-tr/suite/chrome/common/pref/pref-security.dtd new file mode 100644 index 0000000000..2c6d27500e --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-security.dtd @@ -0,0 +1,28 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!--LOCALIZATION NOTE : FILE 'Privacy and Security' prefs settings --> + +<!ENTITY pref.security.title "Kişisel gizlilik ve güvenlik"> + +<!ENTITY tracking.label "User Tracking"> +<!ENTITY doNotTrack.label "Tell web sites I do not want to be tracked"> +<!ENTITY doNotTrack.accesskey "T"> + +<!ENTITY privateData.label "Özel Veri"> + +<!ENTITY alwaysClear.label "&brandShortName; tarayıcısını her kapatışımda özel verilerimi temizle"> +<!ENTITY alwaysClear.accesskey "d"> + +<!ENTITY askBeforeClear.label "Ask me before clearing private data"> +<!ENTITY askBeforeClear.accesskey "A"> + +<!ENTITY clearDataSettings.label "When I ask &brandShortName; to clear my private data, it should erase:"> +<!--LOCALIZATION NOTE (clearDataDialog.label, clearDataSilent.label, clearDataDialog.accesskey): + The only difference bettween the two labels is that one calls a dialog, the other doesn't. + The same accesskey is used for both labels. +--> + +<!ENTITY clearDataDialog.label "Şimdi temizle…"> +<!ENTITY clearDataSilent.label "Şimdi temizle"> +<!ENTITY clearDataDialog.accesskey "m"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-smartupdate.dtd b/l10n-tr/suite/chrome/common/pref/pref-smartupdate.dtd new file mode 100644 index 0000000000..de65765ef2 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-smartupdate.dtd @@ -0,0 +1,33 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE : FILE UI for Software Updates prefs --> +<!ENTITY pref.smartUpdate.title "Yazılım kurulumu"> +<!ENTITY addOnsTitle.label "Eklentiler"> +<!ENTITY addOnsAllow.label "Allow websites to install add-ons and updates"> +<!ENTITY addOnsAllow.accesskey "b"> +<!ENTITY allowedSitesLink.label "Allowed Websites"> +<!ENTITY autoAddOnsUpdates.label "Automatically check for updates"> +<!ENTITY autoAddOnsUpdates.accesskey "o"> +<!ENTITY daily.label "daily"> +<!ENTITY addOnsDaily.accesskey "d"> +<!ENTITY weekly.label "weekly"> +<!ENTITY addOnsWeekly.accesskey "k"> +<!ENTITY addOnsModeAutomatic.label "Automatically download and install the updates"> +<!ENTITY addOnsModeAutomatic.accesskey "m"> +<!ENTITY enablePersonalized.label "Personalize add-on recommendations"> +<!ENTITY enablePersonalized.accesskey "P"> +<!ENTITY addonManagerLink.label "Manage Add-ons"> + +<!ENTITY appUpdates.caption "&brandShortName;"> +<!ENTITY autoAppUpdates.label "Automatically check for updates"> +<!ENTITY autoAppUpdates.accesskey "t"> +<!ENTITY appDaily.accesskey "a"> +<!ENTITY appWeekly.accesskey "e"> +<!ENTITY appModeAutomatic.label "Automatically download and install the update"> +<!ENTITY appModeAutomatic.accesskey "u"> +<!ENTITY appModeAutoAddonWarn.label "Warn me if this will disable any of my add-ons"> +<!ENTITY appModeAutoAddonWarn.accesskey "n"> +<!ENTITY updateHistoryButton.label "Show Update History…"> +<!ENTITY updateHistoryButton.accesskey "S"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd b/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd new file mode 100644 index 0000000000..db65e07bfb --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-ssl.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY SSLProtocolVersions.caption "SSL Protocol Versions"> +<!ENTITY SSLWarnings.caption "SSL Warnings"> +<!ENTITY SSLClientAuthMethod.caption "Client Certificate Selection"> + +<!ENTITY pref.ssl.title "Secure Sockets Layer (SSL)"> +<!ENTITY enable.ssl3 "Enable SSL version 3"> +<!ENTITY enable.ssl3.accesskey "3"> +<!ENTITY enable.tls "Enable TLS"> +<!ENTITY enable.tls.accesskey "t"> + +<!ENTITY warn.description "&brandShortName; can alert you to the security status of the web page you are viewing. Set &brandShortName; to show a warning and ask permission before:"> +<!ENTITY warn.enteringsecure "Loading a page that supports encryption"> +<!ENTITY warn.enteringsecure.accesskey "L"> +<!ENTITY warn.enteringweak "Loading a page that uses low-grade encryption"> +<!ENTITY warn.enteringweak.accesskey "o"> +<!ENTITY warn.insecurepost "Sending form data from an unencrypted page to an unencrypted page"> +<!ENTITY warn.insecurepost.accesskey "D"> +<!ENTITY warn.leavingsecure "Leaving a page that supports encryption"> +<!ENTITY warn.leavingsecure.accesskey "a"> +<!ENTITY warn.viewmixed "Viewing a page with an encrypted/unencrypted mix"> +<!ENTITY warn.viewmixed.accesskey "V"> + +<!ENTITY certselect.description "Decide how &brandShortName; selects a security certificate to present to web sites that require one:"> +<!ENTITY certselect.auto "Select Automatically"> +<!ENTITY certselect.auto.accesskey "e"> +<!ENTITY certselect.ask "Ask Every Time"> +<!ENTITY certselect.ask.accesskey "E"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-sync.dtd b/l10n-tr/suite/chrome/common/pref/pref-sync.dtd new file mode 100644 index 0000000000..43b4214dfb --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-sync.dtd @@ -0,0 +1,54 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- The page shown when not logged in... --> +<!ENTITY setupButton.label "&syncBrand.fullName.label; kurulumu"> +<!ENTITY setupButton.accesskey "k"> +<!ENTITY weaveDesc.label "&syncBrand.fullName.label; tüm aygıtlarınızdan tarama geçmişinize, yer imlerinize, parolalarınıza ve açık sekmelerinize erişmenize olanak sağlar."> +<!-- The page shown when logged in... --> + +<!ENTITY accountGroupboxCaption.label "&syncBrand.fullName.label; hesabı"> +<!ENTITY accountName.label "Account Name:"> +<!-- Login error feedback --> + +<!ENTITY updatePass.label "Güncelle"> +<!ENTITY updatePass.accesskey "G"> +<!ENTITY resetPass.label "Sıfırla"> +<!ENTITY resetPass.accesskey "S"> +<!-- Manage Account --> + +<!ENTITY manageAccount.label "Manage Account"> +<!ENTITY manageAccount.accesskey "A"> +<!ENTITY viewQuota.label "View Quota"> +<!ENTITY viewQuota.accesskey "V"> +<!ENTITY changePassword.label "Change Password"> +<!ENTITY changePassword.accesskey "C"> +<!ENTITY myRecoveryKey.label "My Recovery Key"> +<!ENTITY myRecoveryKey.accesskey "M"> +<!ENTITY resetSync.label "Reset Sync"> +<!ENTITY resetSync.accesskey "R"> +<!ENTITY deactivateDevice.label "Deactivate This Device"> +<!ENTITY deactivateDevice.accesskey "D"> +<!ENTITY addDevice.label "Add a Device"> +<!ENTITY addDevice.accesskey "A"> +<!-- Sync Settings --> + +<!ENTITY syncComputerName.label "Computer Name:"> +<!ENTITY syncComputerName.accesskey "N"> + +<!ENTITY syncMy2.label "Sync My:"> +<!ENTITY engine.bookmarks.label "Yer İmleri"> +<!ENTITY engine.bookmarks.accesskey "e"> +<!ENTITY engine.tabs.label "Sekmeler"> +<!ENTITY engine.tabs.accesskey "S"> +<!ENTITY engine.history.label "Geçmiş"> +<!ENTITY engine.history.accesskey "G"> +<!ENTITY engine.passwords.label "Passwords"> +<!ENTITY engine.passwords.accesskey "w"> +<!ENTITY engine.prefs.label "Tercihler"> +<!ENTITY engine.prefs.accesskey "T"> +<!-- Footer stuff --> + +<!ENTITY prefs.tosLink.label "kullanım koşullarını"> +<!ENTITY prefs.ppLink.label "gizlilik politikasını"> diff --git a/l10n-tr/suite/chrome/common/pref/pref-tabs.dtd b/l10n-tr/suite/chrome/common/pref/pref-tabs.dtd new file mode 100644 index 0000000000..7294fcda49 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/pref-tabs.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY tabHeader.label "Sekmeli tarama"> +<!ENTITY tabDisplay.label "Sekme biçimi"> +<!ENTITY autoHide.label "Bir sekme açık olduğunda sekme çubuğunu gizle"> +<!ENTITY autoHide.accesskey "r"> +<!ENTITY background.label "Bağlantılarla açılan yeni sekmeye geç"> +<!ENTITY background.accesskey "B"> +<!ENTITY warnOnClose.label "Birden fazla sekmeye sahip pencereyi kapatmadan önce uyar"> +<!ENTITY warnOnClose.accesskey "B"> +<!ENTITY relatedAfterCurrent.label "Open related tabs after current tab"> +<!ENTITY relatedAfterCurrent.accesskey "O"> +<!ENTITY loadGroup.label "Yer imi grubu açıldığında"> +<!ENTITY loadGroupAppend.label "Yeni sekme ekle"> +<!ENTITY loadGroupAppend.accesskey "Y"> +<!ENTITY loadGroupReplace.label "Kullanılan sekmeleri değiştir"> +<!ENTITY loadGroupReplace.accesskey "K"> +<!ENTITY openTabs.label "Open tabs instead of windows for"> diff --git a/l10n-tr/suite/chrome/common/pref/preferences.dtd b/l10n-tr/suite/chrome/common/pref/preferences.dtd new file mode 100644 index 0000000000..8b1c735eaf --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/preferences.dtd @@ -0,0 +1,44 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!--LOCALIZATION NOTE (.label): Preferences categories that appear on the left of the preferences dialog --> +<!ENTITY prefWindow.title "Tercihler"> +<!ENTITY categoryHeader "Kategori"> +<!ENTITY appear.label "Görünüm"> +<!ENTITY content.label "İçerik"> +<!ENTITY fonts.label "Yazıtipleri"> +<!ENTITY colors.label "Colors"> +<!ENTITY navigator.label "Browser"> +<!ENTITY history.label "Geçmiş"> +<!ENTITY languages.label "Diller"> +<!ENTITY applications.label "Yardımcı uygulamalar"> +<!ENTITY locationBar.label "Konum çubuğu"> +<!ENTITY tabWindows.label "Sekmeli tarama"> +<!ENTITY links.label "Link Behavior"> +<!ENTITY offline.label "Offline"> +<!ENTITY security.label "Kişisel gizlilik ve güvenlik"> +<!ENTITY cookies.label "Çerezler"> +<!ENTITY images.label "Images"> +<!ENTITY popups.label "Kendiliğinden beliren pencereler"> +<!ENTITY passwords.label "Parolalar"> +<!ENTITY masterpass.label "Ana parolalar"> +<!ENTITY ssl.label "SSL"> +<!ENTITY certs.label "Onay belgeleri"> +<!ENTITY validation.label "Validation"> +<!ENTITY sync.label "Eşitleme"> +<!ENTITY advance.label "Gelişmiş"> +<!ENTITY down.label "İndir"> +<!ENTITY cache.label "Cache"> +<!ENTITY proxies.label "Proxies"> +<!ENTITY httpnetworking.label "HTTP Ağı"> +<!ENTITY smart.label "Yazılım kurulumu"> +<!ENTITY download.label "Downloads"> +<!ENTITY keynav.label "Klavye ile gezinme"> +<!ENTITY findAsYouType.label "Find As You Type"> +<!ENTITY search.label "İnternet araması"> +<!ENTITY policies.label "Güvenlik politikaları"> +<!ENTITY mousewheel.label "Fare tekerleği"> +<!ENTITY scriptsAndWindows.label "Betikler ve yan uygulamalar"> + +<!ENTITY focusSearch.key "f"> diff --git a/l10n-tr/suite/chrome/common/pref/prefutilities.properties b/l10n-tr/suite/chrome/common/pref/prefutilities.properties new file mode 100644 index 0000000000..f54965fb68 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/prefutilities.properties @@ -0,0 +1,20 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +cachefolder=Choose Cache Folder +#LOCALIZATION NOTE (%1$S) is the size and (%2$S) is the unit of disk space. +cacheSizeInfo=Your cache is currently using %1$S %2$S of disk space. +choosehomepage=Choose Home Page +downloadfolder=Choose a Download Folder +desktopFolderName=Masaüstü +downloadsFolderName=Downloads +choosesound=Choose a sound + +SoundFiles=Sounds + +labelDefaultFont=Default (%font_family%) + +stopUsingAccount.title=Bu hesabı kullanmayı bırakmak istiyor musunuz? +differentAccount.label=Bu işlem tüm eşitleme hesap bilgilerinizi ve tercihlerinizi sıfırlayacaktır. +differentAccountConfirm.label=Tüm bilgileri sıfırla diff --git a/l10n-tr/suite/chrome/common/pref/unix/platformPrefOverlay.dtd b/l10n-tr/suite/chrome/common/pref/unix/platformPrefOverlay.dtd new file mode 100644 index 0000000000..0132147ab9 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/unix/platformPrefOverlay.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the + preference dialog's <window> node, which specifies the width and height + in em units of the dialog. Localizers ONLY can increase these widths + if they are having difficulty getting panel content to fit. 1em = the + width of the letter 'm' in the selected font. + XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct + size of this window for en-US. --> +<!ENTITY prefWindow.size "width: 52em; height: 41em;"> +<!-- pref-tabs.xul --> + +<!ENTITY urlbar.label "Ctrl+Enter in the Location bar"> +<!ENTITY urlbar.accesskey "L"> +<!ENTITY middleClick.label "Middle-click, Ctrl+click or Ctrl+Enter on links in a Web page"> +<!ENTITY middleClick.accesskey "M"> diff --git a/l10n-tr/suite/chrome/common/pref/win/platformPrefOverlay.dtd b/l10n-tr/suite/chrome/common/pref/win/platformPrefOverlay.dtd new file mode 100644 index 0000000000..0132147ab9 --- /dev/null +++ b/l10n-tr/suite/chrome/common/pref/win/platformPrefOverlay.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the + preference dialog's <window> node, which specifies the width and height + in em units of the dialog. Localizers ONLY can increase these widths + if they are having difficulty getting panel content to fit. 1em = the + width of the letter 'm' in the selected font. + XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct + size of this window for en-US. --> +<!ENTITY prefWindow.size "width: 52em; height: 41em;"> +<!-- pref-tabs.xul --> + +<!ENTITY urlbar.label "Ctrl+Enter in the Location bar"> +<!ENTITY urlbar.accesskey "L"> +<!ENTITY middleClick.label "Middle-click, Ctrl+click or Ctrl+Enter on links in a Web page"> +<!ENTITY middleClick.accesskey "M"> |