diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json new file mode 100644 index 0000000..6e4cc4d --- /dev/null +++ b/src/_locales/de/messages.json @@ -0,0 +1,44 @@ +{ + "appName": { + "message": "Tab Porter", + "description": "Tab Porter ist ein gratis Plugin, welches Tabs von Google Chrome exportieren und importieren kann." + }, + "appDesc": { + "message": "Tab Porter wurde dafür geschaffen, Ihr alltägliches browsen im Internet zu vereinfachen.", + "description": "Tab Porter ist ein gratis Plugin, welches Tabs von Google Chrome exportieren und importieren kann." + }, + + "introText": { + "message": "Tab Porter wurde dafür geschaffen, Ihr alltägliches browsen im Internet zu vereinfachen.", + "description": "" + }, + "howTo_one": { + "message": "Tabs, die Sie nicht verlieren wollen können Sie mit diesem Plugin einfach auf Ihrem PC speichern. Die gespeicherten Tabs können jederzeit wieder in Google Chrome importiert werden, indem Sie die Datei, die beim Export automatisch heruntergeladen wurde einfach wieder auf das untere Feld ziehen.", + "description": "" + }, + "howTo_two": { + "message": "Sie haben zwei Optionen, Tabs aus Google Chrome zu exportieren: Entweder können Sie alle Tabs aus dem aktuellen Chrome Fenster exportieren, indem Sie auf \"Alle Tabs exportieren\" klicken, oder Sie machen vorher eine Auswahl, indem Sie die Tabs mit gehaltener Shift-Taste zuvor auswählen, die Sie exportieren möchten und klicken dann auf \"Ausgewählte Tabs exportieren\".", + "description": "" + }, + "dropzone": { + "message": "Ziehen Sie die JSON Datei hier hinein oder klicken Sie hier", + "description": "" + }, + + "export_all_tabs_btn": { + "message": "Alle Tabs exportieren", + "description": "" + }, + "export_selected_tabs_btn": { + "message": "Ausgewählte Tabs exportieren", + "description": "" + }, + "about_btn": { + "message": "Über TabPorter", + "description": "" + }, + "source_btn": { + "message": "Source Code", + "description": "" + } +} \ No newline at end of file diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json new file mode 100644 index 0000000..3008c3e --- /dev/null +++ b/src/_locales/en/messages.json @@ -0,0 +1,44 @@ +{ + "appName": { + "message": "Tab Porter", + "description": "Tab Porter is a free plugin to import/export Tabs from Google Chrome." + }, + "appDesc": { + "message": "Tab Porter aims to assist you in your daily life browsing the world wide web.", + "description": "Tab Porter is a free plugin to import/export Tabs from Google Chrome." + }, + + "introText": { + "message": "Tab Porter aims to assist you in your daily life browsing the world wide web.", + "description": "" + }, + "howTo_one": { + "message": "You can backup tabs you don't want to loose and restore them at any time you want. Just select one of the buttons below to either export all opened tabs in the current window, or make a selection before by shift-selecting your tabs and then select \"Export selected tabs\".", + "description": "" + }, + "howTo_two": { + "message": "To restore your tabs just drag- and drop the exported file onto the dropzone below.", + "description": "" + }, + "dropzone": { + "message": "Drag- and drop json files or click here to import new tabs", + "description": "" + }, + + "export_all_tabs_btn": { + "message": "Export all tabs", + "description": "" + }, + "export_selected_tabs_btn": { + "message": "Export selected tabs", + "description": "" + }, + "about_btn": { + "message": "About TabPorter", + "description": "" + }, + "source_btn": { + "message": "Source code", + "description": "" + } +} \ No newline at end of file diff --git a/src/dropzone.css b/src/dropzone.css index 8f1f47d..e9ee711 100644 --- a/src/dropzone.css +++ b/src/dropzone.css @@ -12,7 +12,7 @@ .dropzone p { - margin-top: 25px; + margin-top: 40px; } .dropzone .dropzone-items diff --git a/src/manifest.json b/src/manifest.json index 1ee0cc3..0244aab 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,8 @@ { "manifest_version": 3, - "name": "Tab Porter", - "description": "Tab Porter is a free plugin to import/export Tabs from Google Chrome.", + "name": "__MSG_appName__", + "description": "__MSG_appDesc__", + "default_locale": "en", "version": "1.0.0", "icons": { "128": "images/icon_128.png" }, "action": { diff --git a/src/popup.html b/src/popup.html index 5009a20..afa3e69 100644 --- a/src/popup.html +++ b/src/popup.html @@ -25,13 +25,17 @@
Tab Porter aims to assist you in your daily life browsing the world wide web.
-
- You can backup tabs you don't want to loose and restore them at any time you want.
- Just select one of the buttons below to either export all opened tabs in the current window,
- or make a selection before by shift-selecting your tabs and then select "Export selected tabs".
+
+ You can backup tabs you don't want to loose and restore them at any time you want.
+ Just select one of the buttons below to either export all opened tabs in the current window,
+ or make a selection before by shift-selecting your tabs and then select "Export selected tabs".
+
- To restore your tabs just drag- and drop the exported file onto the dropzone below.
+
+ To restore your tabs just drag- and drop the exported file onto the dropzone below.
+