-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
558 changed files
with
124,757 additions
and
6,298 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* Action button for deleting bookmarks in the bookmarks panel. */ | ||
"Delete" = "Изтриване"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* Message shown in the dialog prompting users if they want to clear everything */ | ||
"Are you sure you want to clear all of your data? This will also close all open tabs." = "Сигурни ли сте, че искате да заличите всичките данни? Отворените подпрозорци ще бъдат затворени."; | ||
|
||
/* Used as a button label in the dialog to cancel clear private data dialog */ | ||
"Cancel" = "Отказ"; | ||
|
||
/* Used as a button label in the dialog to Clear private data dialog */ | ||
"Clear" = "Изчистване"; | ||
|
||
/* Title of the Clear private data dialog. */ | ||
"Clear Everything" = "Изчистване всичко"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* Shown in error pages for files that can't be shown and need to be downloaded. */ | ||
"Open in Safari" = "Отваряне в Safari"; | ||
|
||
/* Shown in error pages on a button that will try to load the page again */ | ||
"Try again" = "Нов опит"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* Action button for deleting history entries in the history panel. */ | ||
"Remove" = "Премахване"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"NSLocationWhenInUseUsageDescription" = "Страниците, които посещавате може да поискат вашето местоположение."; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* See http://mzl.la/1T8gxwo */ | ||
"Browse multiple Web pages at the same time with tabs." = "Сърфирайте из няколко уеб страници едновременно, чрез подпрозорци."; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Connect Firefox everywhere you use it." = "Свържете се с Firefox, навсякъде където го използвате."; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Customize" = "Персонализирайте"; | ||
|
||
/* Accessibility label for an image. See http://mzl.la/1T8gxwo */ | ||
"Firefox and the cloud" = "Firefox и облака"; | ||
|
||
/* String spoken by assistive technology (like VoiceOver) stating on which page of the intro wizard we currently are. E.g. Introductory slide 1 of 3 */ | ||
"Introductory slide %@ of %@" = "Кадър с въведение %1$@ от %2$@"; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Organize" = "Организирайте"; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Personalize your Firefox just the way you like in Settings." = "Направете вашия Firefox точно такъв, какъвто го искате в Настройки."; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Sign in to Firefox" = "Вписване във Firefox"; | ||
|
||
/* See http://mzl.la/1T8gxwo */ | ||
"Start Browsing" = "Начало на сърфирането"; | ||
|
||
/* Accessibility label for an image. See http://mzl.la/1T8gxwo */ | ||
"The Settings button is at the beginning of the Tabs Tray." = "Бутонът Настройки е най-отпред на лентата с подпрозорците."; | ||
|
||
/* Accessibility label for an image. See http://mzl.la/1T8gxwo */ | ||
"The Show Tabs button is next to the Address and Search text field and displays the current number of open tabs." = "Бутонът Показване на подпрозорците е до лентата за адрес и търсене и показва текущия брой отворени подпрозорци."; | ||
|
Oops, something went wrong.