diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-mr/devtools/client/storage.properties | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/l10n-mr/devtools/client/storage.properties b/l10n-mr/devtools/client/storage.properties new file mode 100644 index 0000000000..42a85f1fe0 --- /dev/null +++ b/l10n-mr/devtools/client/storage.properties @@ -0,0 +1,94 @@ +# 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 These strings are used inside the Storage Editor tool. +# LOCALIZATION NOTE The correct localization of this file might be to keep it +# in English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best documentation +# on web development on the web. + +# LOCALIZATION NOTE (storage.filter.key): +# Key shortcut used to focus the filter box on top of the data view +storage.filter.key=CmdOrCtrl+F + +# LOCALIZATION NOTE (tree.labels.*): +# These strings are the labels for Storage type groups present in the Storage +# Tree, like cookies, local storage etc. +tree.labels.cookies=कूकिज +tree.labels.localStorage=स्थानिक साठवण +tree.labels.sessionStorage=सत्र साठवण +tree.labels.indexedDB=IndexedDB +tree.labels.Cache=कॅशे भंडारण + + +table.headers.cookies.name=नाव +table.headers.cookies.value=मूल्य + +table.headers.cookies.creationTime2=निर्मित + +table.headers.Cache.status=स्थिती + +table.headers.indexedDB.uniqueKey=अद्वितीय की +table.headers.indexedDB.name=की +table.headers.indexedDB.db=डाटाबेसचे नाव +table.headers.indexedDB.storage=स्टोरेज +table.headers.indexedDB.objectStore=घटक स्टोरचे नाव +table.headers.indexedDB.value=मूल्य +table.headers.indexedDB.origin=स्त्रोत +table.headers.indexedDB.version=आवृत्ती +table.headers.indexedDB.objectStores=घटक स्टोर्स +table.headers.indexedDB.keyPath2=की पाथ +table.headers.indexedDB.autoIncrement=स्वयंचलित वाढ +table.headers.indexedDB.indexes=अनुक्रमणिका + +# LOCALIZATION NOTE (label.expires.session): +# This string is displayed in the expires column when the cookie is Session +# Cookie +label.expires.session=सत्र + +# LOCALIZATION NOTE (storage.search.placeholder): +# This is the placeholder text in the sidebar search box +storage.search.placeholder=मूल्ये फिल्टर करा + +# LOCALIZATION NOTE (storage.data.label): +# This is the heading displayed over the item value in the sidebar +storage.data.label=माहिती + +# LOCALIZATION NOTE (storage.parsedValue.label): +# This is the heading displayed over the item parsed value in the sidebar +storage.parsedValue.label=पार्सड् मूल्य + +# LOCALIZATION NOTE (storage.popupMenu.deleteLabel): +# Label of popup menu action to delete storage item. +storage.popupMenu.deleteLabel=“%S” काढून टाका + +# LOCALIZATION NOTE (storage.popupMenu.addItemLabel): +# Label of popup menu action to add an item. +storage.popupMenu.addItemLabel=घटक समाविष्ट करा + +# LOCALIZATION NOTE (storage.popupMenu.refreshItemLabel): +# Label of popup menu action to refresh an item. + +# LOCALIZATION NOTE (storage.popupMenu.deleteAllFromLabel): +# Label of popup menu action to delete all storage items. +storage.popupMenu.deleteAllFromLabel=“%S” तून सर्व काढून टाका + +# LOCALIZATION NOTE (storage.idb.deleteBlocked): +# Warning notification when IndexedDB database could not be deleted immediately. +storage.idb.deleteBlocked=माहितीसंच “%S” सर्व कनेक्शन बंद केल्यावर हटविण्यात येतील. + +# LOCALIZATION NOTE (storage.idb.deleteError): +# Error notification when IndexedDB database could not be deleted. +storage.idb.deleteError=माहितीसंच “%S” हटविले जाऊ शकत नाही. + +# LOCALIZATION NOTE (storage.expandPane): +# This is the tooltip for the button that collapses the right panel in the +# storage UI when the panel is closed. +storage.expandPane=पटल विस्तृत करा + +# LOCALIZATION NOTE (storage.collapsePane): +# This is the tooltip for the button that collapses the right panel in the +# storage UI when the panel is open. +storage.collapsePane=पटल संक्षिप्त करा |