mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
This commit is contained in:
parent
a951f19dfd
commit
177b28a898
1938 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,45 @@
|
|||
<!-- 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 migrationWizard.title "Import Wizard">
|
||||
|
||||
<!ENTITY importFrom.label "Import Preferences, Bookmarks, History, Passwords and other data from:">
|
||||
<!ENTITY importFromBookmarks.label "Import Bookmarks from:">
|
||||
|
||||
<!ENTITY importFromIE.label "Microsoft Internet Explorer">
|
||||
<!ENTITY importFromIE.accesskey "M">
|
||||
<!ENTITY importFromEdge.label "Microsoft Edge">
|
||||
<!ENTITY importFromEdge.accesskey "E">
|
||||
<!ENTITY importFromNothing.label "Don’t import anything">
|
||||
<!ENTITY importFromNothing.accesskey "D">
|
||||
<!ENTITY importFromSafari.label "Safari">
|
||||
<!ENTITY importFromSafari.accesskey "S">
|
||||
<!ENTITY importFromCanary.label "Chrome Canary">
|
||||
<!ENTITY importFromCanary.accesskey "n">
|
||||
<!ENTITY importFromChrome.label "Chrome">
|
||||
<!ENTITY importFromChrome.accesskey "C">
|
||||
<!ENTITY importFromChromium.label "Chromium">
|
||||
<!ENTITY importFromChromium.accesskey "u">
|
||||
<!ENTITY importFromFirefox.label "Firefox">
|
||||
<!ENTITY importFromFirefox.accesskey "X">
|
||||
<!ENTITY importFrom360se.label "360 Secure Browser">
|
||||
<!ENTITY importFrom360se.accesskey "3">
|
||||
|
||||
<!ENTITY noMigrationSources.label "No programs that contain bookmarks, history or password data could be found.">
|
||||
|
||||
<!ENTITY importSource.title "Import Settings and Data">
|
||||
<!ENTITY importItems.title "Items to Import">
|
||||
<!ENTITY importItems.label "Select which items to import:">
|
||||
|
||||
<!ENTITY migrating.title "Importing…">
|
||||
<!ENTITY migrating.label "The following items are currently being imported…">
|
||||
|
||||
<!ENTITY selectProfile.title "Select Profile">
|
||||
<!ENTITY selectProfile.label "The following profiles are available to import from:">
|
||||
|
||||
<!ENTITY done.title "Import Complete">
|
||||
<!ENTITY done.label "The following items were successfully imported:">
|
||||
|
||||
<!ENTITY closeSourceBrowser.label "Please ensure the selected browser is closed before continuing.">
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
# 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/.
|
||||
|
||||
profileName_format=%S %S
|
||||
|
||||
# Browser Specific
|
||||
sourceNameIE=Internet Explorer
|
||||
sourceNameEdge=Microsoft Edge
|
||||
sourceNameSafari=Safari
|
||||
sourceNameCanary=Google Chrome Canary
|
||||
sourceNameChrome=Google Chrome
|
||||
sourceNameChromium=Chromium
|
||||
sourceNameFirefox=Mozilla Firefox
|
||||
sourceName360se=360 Secure Browser
|
||||
|
||||
importedBookmarksFolder=From %S
|
||||
|
||||
importedSafariReadingList=Reading List (From Safari)
|
||||
importedEdgeReadingList=Reading List (From Edge)
|
||||
|
||||
# Import Sources
|
||||
# Note: When adding an import source for profile reset, add the string name to
|
||||
# resetProfile.js if it should be listed in the reset dialog.
|
||||
1_ie=Internet Options
|
||||
1_edge=Settings
|
||||
1_safari=Preferences
|
||||
1_chrome=Preferences
|
||||
1_360se=Preferences
|
||||
|
||||
2_ie=Cookies
|
||||
2_edge=Cookies
|
||||
2_safari=Cookies
|
||||
2_chrome=Cookies
|
||||
2_firefox=Cookies
|
||||
2_360se=Cookies
|
||||
|
||||
4_ie=Browsing History
|
||||
4_edge=Browsing History
|
||||
4_safari=Browsing History
|
||||
4_chrome=Browsing History
|
||||
4_firefox_history_and_bookmarks=Browsing History and Bookmarks
|
||||
4_360se=Browsing History
|
||||
|
||||
8_ie=Saved Form History
|
||||
8_edge=Saved Form History
|
||||
8_safari=Saved Form History
|
||||
8_chrome=Saved Form History
|
||||
8_firefox=Saved Form History
|
||||
8_360se=Saved Form History
|
||||
|
||||
16_ie=Saved Passwords
|
||||
16_edge=Saved Passwords
|
||||
16_safari=Saved Passwords
|
||||
16_chrome=Saved Passwords
|
||||
16_firefox=Saved Passwords
|
||||
16_360se=Saved Passwords
|
||||
|
||||
32_ie=Favorites
|
||||
32_edge=Favorites
|
||||
32_safari=Bookmarks
|
||||
32_chrome=Bookmarks
|
||||
32_360se=Bookmarks
|
||||
|
||||
64_ie=Other Data
|
||||
64_edge=Other Data
|
||||
64_safari=Other Data
|
||||
64_chrome=Other Data
|
||||
64_firefox_other=Other Data
|
||||
64_360se=Other Data
|
||||
|
||||
128_firefox=Windows and Tabs
|
||||
|
||||
# Automigration undo notification.
|
||||
automigration.undo.message = We automatically imported your data from %S. Would you like to keep it?
|
||||
automigration.undo.unknownBrowserMessage = We automatically imported your data from another browser. Would you like to keep it?
|
||||
automigration.undo.keep.label = Keep
|
||||
automigration.undo.keep.accesskey = K
|
||||
automigration.undo.dontkeep.label = Don’t Keep
|
||||
automigration.undo.dontkeep.accesskey = D
|
||||
Loading…
Add table
Add a link
Reference in a new issue