diff options
Diffstat (limited to 'l10n-sr/mail/chrome/messenger/sanitize.dtd')
-rw-r--r-- | l10n-sr/mail/chrome/messenger/sanitize.dtd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/l10n-sr/mail/chrome/messenger/sanitize.dtd b/l10n-sr/mail/chrome/messenger/sanitize.dtd new file mode 100644 index 0000000000..133bca456e --- /dev/null +++ b/l10n-sr/mail/chrome/messenger/sanitize.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 sanitizeDialog2.title "Очисти скорашњи историјат"> + +<!-- XXX rearrange entities to match physical layout when l10n isn't an issue --> +<!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" dropdown. + See UI mockup at bug 480169 --> +<!ENTITY clearTimeDuration.label "Временски период за чишћење: "> +<!ENTITY clearTimeDuration.accesskey "В"> +<!ENTITY clearTimeDuration.lastHour "Последњи сат"> +<!ENTITY clearTimeDuration.last2Hours "Последња два сата"> +<!ENTITY clearTimeDuration.last4Hours "Последња четири сата"> +<!ENTITY clearTimeDuration.today "Данас"> +<!ENTITY clearTimeDuration.everything "Све"> +<!-- Localization note (clearTimeDuration.suffix) - trailing entity for languages +that require it. --> +<!ENTITY clearTimeDuration.suffix ""> + +<!-- LOCALIZATION NOTE (detailsProgressiveDisclosure.*): Labels and accesskeys + of the "Details" progressive disclosure button. See UI mockup at bug + 480169 --> +<!ENTITY detailsProgressiveDisclosure.label "Детаљи"> +<!ENTITY detailsProgressiveDisclosure.accesskey "е"> + + +<!ENTITY historyGroup.label "Историја"> + +<!ENTITY itemHistory.label "Историјат прегледања"> +<!ENTITY itemHistory.accesskey "г"> +<!ENTITY itemCookies.label "Колачићи"> +<!ENTITY itemCookies.accesskey "К"> +<!ENTITY itemCache.label "Кеш"> +<!ENTITY itemCache.accesskey "е"> + +<!-- LOCALIZATION NOTE (sanitizeEverythingUndoWarning): Second warning paragraph + that appears when "Time range to clear" is set to "Everything". See UI + mockup at bug 480169 --> +<!ENTITY sanitizeEverythingUndoWarning "Ова радња се не може опозвати."> + +<!ENTITY dialog.width "28em"> |