diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-tr/toolkit/toolkit/global/run-from-dmg.ftl | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/l10n-tr/toolkit/toolkit/global/run-from-dmg.ftl b/l10n-tr/toolkit/toolkit/global/run-from-dmg.ftl new file mode 100644 index 0000000000..cf40f687d7 --- /dev/null +++ b/l10n-tr/toolkit/toolkit/global/run-from-dmg.ftl @@ -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/. + + +## Strings for a dialog that may open on macOS before the app's main window +## opens. The dialog prompts the user to allow the app to install itself in an +## appropriate location before relaunching itself from that location if the +## user accepts. + +prompt-to-install-title = { -brand-short-name } yüklemesi tamamlansın mı? +prompt-to-install-message = { -brand-short-name } uygulamasını güncel tutmak ve veri kaybını önlemek için bu kurulumu tamamlayın. { -brand-short-name }, Uygulamalar klasörünüze ve Dock’a eklenecektir. +prompt-to-install-yes-button = Yükle +prompt-to-install-no-button = Yükleme + +## Strings for a dialog that opens if the installation failed. + +install-failed-title = { -brand-short-name } yüklemesi başarısız oldu. +install-failed-message = { -brand-short-name } yüklenemedi ama çalışmaya devam edecek. + +## Strings for a dialog that recommends to the user to start an existing +## installation of the app in the Applications directory if one is detected, +## rather than the app that was double-clicked in a .dmg. + +prompt-to-launch-existing-app-title = Mevcut { -brand-short-name } uygulaması açılsın mı? +prompt-to-launch-existing-app-message = { -brand-short-name } zaten yüklenmiş durumda. Uygulamayı güncel tutmak veri kaybını önlemek için yüklü uygulamayı kullanın. +prompt-to-launch-existing-app-yes-button = Mevcut uygulamayı aç +prompt-to-launch-existing-app-no-button = Hayır |