diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
commit | 4e7e4c2cbed8209974691f18180fa7ea8f00e785 (patch) | |
tree | e819b05bad4189d06a0ab87626a010e93849e0a0 /application/palemoon/locales/en-US/chrome | |
parent | 8b960b23ac31d4dd0763f91ab5f494251467eeb1 (diff) | |
download | UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.gz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.lz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.xz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.zip |
[PALEMOON] Fix: The profile resseting - partially
https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f
- Revert migration
- Partially
- no manual migration from Places
- no migration from other browsers
- no the cmd `-migration`
- Fix migration files (`// Tycho:`)
- Something in the last commit (a typo)
Diffstat (limited to 'application/palemoon/locales/en-US/chrome')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/migration/migration.dtd | 30 | ||||
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/migration/migration.properties | 23 |
2 files changed, 53 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/migration/migration.dtd b/application/palemoon/locales/en-US/chrome/browser/migration/migration.dtd new file mode 100644 index 000000000..e415b8f5a --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/migration/migration.dtd @@ -0,0 +1,30 @@ +<!-- 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 importFromNothing.label "Don't import anything"> +<!ENTITY importFromNothing.accesskey "D"> +<!ENTITY importFromFirefox.label "Firefox"> +<!ENTITY importFromFirefox.accesskey "X"> + +<!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:"> + diff --git a/application/palemoon/locales/en-US/chrome/browser/migration/migration.properties b/application/palemoon/locales/en-US/chrome/browser/migration/migration.properties new file mode 100644 index 000000000..fe49e66a5 --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/migration/migration.properties @@ -0,0 +1,23 @@ +# 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 +sourceNameFirefox=Mozilla Firefox + +importedBookmarksFolder=From %S + +# 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. +2_firefox=Cookies + +4_firefox_history_and_bookmarks=Browsing History and Bookmarks + +8_firefox=Saved Form History + +16_firefox=Saved Passwords + +64_firefox_other=Other Data |