diff options
Diffstat (limited to 'l10n-de/mail/chrome/messenger/migration')
-rw-r--r-- | l10n-de/mail/chrome/messenger/migration/migration.dtd | 30 | ||||
-rw-r--r-- | l10n-de/mail/chrome/messenger/migration/migration.properties | 32 |
2 files changed, 62 insertions, 0 deletions
diff --git a/l10n-de/mail/chrome/messenger/migration/migration.dtd b/l10n-de/mail/chrome/messenger/migration/migration.dtd new file mode 100644 index 0000000000..2a584b8142 --- /dev/null +++ b/l10n-de/mail/chrome/messenger/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-Assistent"> + +<!ENTITY importFromWin.label "Einstellungen, Konten, Adressbücher, Filter und sonstige Daten importieren von:"> +<!ENTITY importFromNonWin.label "Einstellungen, Konten, Adressbücher, Filter und sonstige Daten importieren von:"> +<!ENTITY importSourceNotFound.label "Keine Anwendung gefunden, aus der Daten importiert werden können."> + +<!ENTITY importFromNothing.label "Nichts importieren"> +<!ENTITY importFromNothing.accesskey "i"> +<!ENTITY importFromSeamonkey3.label "Seamonkey 2 oder neuer"> +<!ENTITY importFromSeamonkey3.accesskey "S"> +<!ENTITY importFromOutlook.label "Outlook"> +<!ENTITY importFromOutlook.accesskey "O"> + +<!ENTITY importSource.title "Einstellungen und Daten importieren"> +<!ENTITY importItems.title "Zu importierende Daten"> +<!ENTITY importItems.label "Wählen Sie bitte aus, welche Daten importiert werden sollen:"> + +<!ENTITY migrating.title "Importieren"> +<!ENTITY migrating.label "Folgende Daten werden momentan importiert:"> + +<!ENTITY selectProfile.title "Profil wählen"> +<!ENTITY selectProfile.label "Es stehen folgende Profile zum Import zur Verfügung:"> + +<!ENTITY done.title "Importieren abgeschlossen"> +<!ENTITY done.label "Folgende Daten wurden erfolgreich importiert:"> diff --git a/l10n-de/mail/chrome/messenger/migration/migration.properties b/l10n-de/mail/chrome/messenger/migration/migration.properties new file mode 100644 index 0000000000..57d3ea9f03 --- /dev/null +++ b/l10n-de/mail/chrome/messenger/migration/migration.properties @@ -0,0 +1,32 @@ +# 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 + +# Import Sources +1_seamonkey=Einstellungen + +1_thunderbird=Einstellungen + +2_seamonkey=Konten-Einstellungen +2_thunderbird=Konten-Einstellungen +2_outlook=Konten-Einstellungen + +4_seamonkey=Adressbücher +4_thunderbird=Adressbücher +4_outlook=Adressbuch + +8_seamonkey=Junk-Filter-Trainingsdaten + +16_seamonkey=Gespeicherte Passwörter + +32_seamonkey=Sonstige Daten + +64_seamonkey=Newsgruppen-Ordner + +64_thunderbird=Newsgruppen-Ordner + +128_seamonkey=Nachrichten-Ordner +128_thunderbird=Nachrichten-Ordner +128_outlook=Nachrichten-Ordner |