[Pkg-mozext-commits] [tabmixplus] 63/73: Fix typo posiotion (newTabButton.position)

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit ed2751d11e7f9d47414e57782c7f66d7623a3ae8
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Apr 23 23:50:50 2016 +0300

    Fix typo posiotion (newTabButton.position)
---
 chrome/content/preferences/appearance.js  |  5 +++--
 chrome/content/preferences/appearance.xul | 12 ++++++------
 chrome/locale/ar/pref-tabmix.dtd          |  6 +++---
 chrome/locale/bg-BG/pref-tabmix.dtd       |  6 +++---
 chrome/locale/ca/pref-tabmix.dtd          |  6 +++---
 chrome/locale/cs-CZ/pref-tabmix.dtd       |  6 +++---
 chrome/locale/da/pref-tabmix.dtd          |  6 +++---
 chrome/locale/de/pref-tabmix.dtd          |  6 +++---
 chrome/locale/el/pref-tabmix.dtd          |  6 +++---
 chrome/locale/en-US/pref-tabmix.dtd       |  6 +++---
 chrome/locale/es-ES/pref-tabmix.dtd       |  6 +++---
 chrome/locale/et-EE/pref-tabmix.dtd       |  6 +++---
 chrome/locale/eu/pref-tabmix.dtd          |  6 +++---
 chrome/locale/fa-IR/pref-tabmix.dtd       |  6 +++---
 chrome/locale/fi/pref-tabmix.dtd          |  6 +++---
 chrome/locale/fr/pref-tabmix.dtd          |  6 +++---
 chrome/locale/he-IL/pref-tabmix.dtd       |  6 +++---
 chrome/locale/hr-HR/pref-tabmix.dtd       |  6 +++---
 chrome/locale/hu-HU/pref-tabmix.dtd       |  6 +++---
 chrome/locale/it/pref-tabmix.dtd          | 12 ++++++------
 chrome/locale/ja/pref-tabmix.dtd          |  6 +++---
 chrome/locale/ko-KR/pref-tabmix.dtd       |  6 +++---
 chrome/locale/lv-LV/pref-tabmix.dtd       |  6 +++---
 chrome/locale/nl/pref-tabmix.dtd          |  6 +++---
 chrome/locale/pl/pref-tabmix.dtd          |  6 +++---
 chrome/locale/pt-BR/pref-tabmix.dtd       |  6 +++---
 chrome/locale/pt-PT/pref-tabmix.dtd       |  6 +++---
 chrome/locale/ro/pref-tabmix.dtd          |  6 +++---
 chrome/locale/ru-RU/pref-tabmix.dtd       |  6 +++---
 chrome/locale/sk-SK/pref-tabmix.dtd       |  6 +++---
 chrome/locale/sr/pref-tabmix.dtd          |  6 +++---
 chrome/locale/sv-SE/pref-tabmix.dtd       |  6 +++---
 chrome/locale/tr/pref-tabmix.dtd          |  6 +++---
 chrome/locale/uk-UA/pref-tabmix.dtd       |  6 +++---
 chrome/locale/vi/pref-tabmix.dtd          |  6 +++---
 chrome/locale/zh-CN/pref-tabmix.dtd       |  6 +++---
 chrome/locale/zh-TW/pref-tabmix.dtd       |  6 +++---
 37 files changed, 117 insertions(+), 116 deletions(-)

diff --git a/chrome/content/preferences/appearance.js b/chrome/content/preferences/appearance.js
index 05949b5..777b25d 100644
--- a/chrome/content/preferences/appearance.js
+++ b/chrome/content/preferences/appearance.js
@@ -34,8 +34,9 @@ var gAppearancePane = {
     // rtl update
     var direction = window.getComputedStyle($("appearance"), null).direction;
     if (direction == "rtl") {
-      let right = $("newTabButton.posiotion.right");
-      let left = $("newTabButton.posiotion.left");
+      let right = $("newTabButton.position.right");
+      // let left = $("newTabButton.position.left");
+      let left = $("newTabButton.position.left");
       [right.label, left.label] = [left.label, right.label];
 
       let tabsScroll = $("tabsScroll").firstChild.childNodes;
diff --git a/chrome/content/preferences/appearance.xul b/chrome/content/preferences/appearance.xul
index ebe888d..641ee9b 100644
--- a/chrome/content/preferences/appearance.xul
+++ b/chrome/content/preferences/appearance.xul
@@ -22,7 +22,7 @@
       <preference id="pref_appearance"        name="extensions.tabmix.appearance.selectedTabIndex"
                   type="int"/>
       <preference id="pref_newTabButton"      name="extensions.tabmix.newTabButton"             type="bool"/>
-      <preference id="pref_newTabButton.posiotion"
+      <preference id="pref_newTabButton.position"
                   name="extensions.tabmix.newTabButton.position"                                type="int"/>
       <preference id="pref_hideTabBarButton"  name="extensions.tabmix.hideTabBarButton"         type="bool"
                   inverted="true"/>
@@ -84,12 +84,12 @@
             <hbox align="center">
               <checkbox_tmp id="newTabButton" label="&newTabButton.label;" preference="pref_newTabButton"/>
               <!-- new tab button on tabbar position -->
-              <menulist id="newTabButton.posiotion"
-                        preference="pref_newTabButton.posiotion" observes="obs_newTabButton">
+              <menulist id="newTabButton.position"
+                        preference="pref_newTabButton.position" observes="obs_newTabButton">
                 <menupopup>
-                  <menuitem value="0" id="newTabButton.posiotion.left"  label="&newTabButton.posiotion.left.label;"/>
-                  <menuitem value="1" id="newTabButton.posiotion.right" label="&newTabButton.posiotion.right.label;"/>
-                  <menuitem value="2" id="newTabButton.posiotion.afterlast" label="&newTabButton.posiotion.afterlast.label;"/>
+                  <menuitem value="0" id="newTabButton.position.left"  label="&newTabButton.position.left.label;"/>
+                  <menuitem value="1" id="newTabButton.position.right" label="&newTabButton.position.right.label;"/>
+                  <menuitem value="2" id="newTabButton.position.afterlast" label="&newTabButton.position.afterlast.label;"/>
                 </menupopup>
               </menulist>
               <button id="customizeToolbar"  label="&toolbar.button.label;…" oncommand="gAppearancePane.tabmixCustomizeToolbar();"
diff --git a/chrome/locale/ar/pref-tabmix.dtd b/chrome/locale/ar/pref-tabmix.dtd
index 044cb11..a36b6ce 100644
--- a/chrome/locale/ar/pref-tabmix.dtd
+++ b/chrome/locale/ar/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "زر غلق اللسان">
 <!ENTITY newTabButton.label "زر فتح لسان جديد">
-<!ENTITY newTabButton.posiotion.left.label "في الجانب الأيسر">
-<!ENTITY newTabButton.posiotion.right.label "في الجانب الأيمن">
-<!ENTITY newTabButton.posiotion.afterlast.label "بعد اللسان الأخير">
+<!ENTITY newTabButton.position.left.label "في الجانب الأيسر">
+<!ENTITY newTabButton.position.right.label "في الجانب الأيمن">
+<!ENTITY newTabButton.position.afterlast.label "بعد اللسان الأخير">
 <!ENTITY allTabsButton.label "جميع أزرار الألسنة">
 <!ENTITY tabBarSpace.label "مساحة إضافية في كلا الجانبين">
 <!ENTITY tabBarSpace.tooltip "For clicking and dropping something on tab bar">
diff --git a/chrome/locale/bg-BG/pref-tabmix.dtd b/chrome/locale/bg-BG/pref-tabmix.dtd
index cb4ac50..df82f00 100644
--- a/chrome/locale/bg-BG/pref-tabmix.dtd
+++ b/chrome/locale/bg-BG/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Включването става чрез плъзгане на бутона "Нов подпрозорец" върху лентата с подпрозорци.">
 <!ENTITY hideTabBarButton.label "Бутон за затваряне на подпрозореца">
 <!ENTITY newTabButton.label "Бутон за добавяне на нов подпрозорец">
-<!ENTITY newTabButton.posiotion.left.label "Отляво">
-<!ENTITY newTabButton.posiotion.right.label "Отдясно">
-<!ENTITY newTabButton.posiotion.afterlast.label "След последния подпрозорец">
+<!ENTITY newTabButton.position.left.label "Отляво">
+<!ENTITY newTabButton.position.right.label "Отдясно">
+<!ENTITY newTabButton.position.afterlast.label "След последния подпрозорец">
 <!ENTITY allTabsButton.label "Бутон "Всички подпрозорци"">
 <!ENTITY tabBarSpace.label "Празни полета по краищата на лентата с подпрозорци">
 <!ENTITY tabBarSpace.tooltip "Използват се за щракване и за пускане на различни елементи върху лентата с подпрозорци">
diff --git a/chrome/locale/ca/pref-tabmix.dtd b/chrome/locale/ca/pref-tabmix.dtd
index 14be716..3e402df 100644
--- a/chrome/locale/ca/pref-tabmix.dtd
+++ b/chrome/locale/ca/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Arrossegueu el botó «Pestanya nova» a la barra de pestanyes per habilitar aquesta opció.">
 <!ENTITY hideTabBarButton.label "Botó per tancar la pestanya">
 <!ENTITY newTabButton.label "Botó per obrir una pestanya nova">
-<!ENTITY newTabButton.posiotion.left.label "A la part esquerra">
-<!ENTITY newTabButton.posiotion.right.label "A la part dreta">
-<!ENTITY newTabButton.posiotion.afterlast.label "Després de l'última pestanya">
+<!ENTITY newTabButton.position.left.label "A la part esquerra">
+<!ENTITY newTabButton.position.right.label "A la part dreta">
+<!ENTITY newTabButton.position.afterlast.label "Després de l'última pestanya">
 <!ENTITY allTabsButton.label "Botó de llista de totes les pestanyes">
 <!ENTITY tabBarSpace.label "Espai addicional a tots dos costats">
 <!ENTITY tabBarSpace.tooltip "Per poder-hi fer clic i deixar anar pestanyes a la barra de pestanyes">
diff --git a/chrome/locale/cs-CZ/pref-tabmix.dtd b/chrome/locale/cs-CZ/pref-tabmix.dtd
index 3e26183..682b61a 100644
--- a/chrome/locale/cs-CZ/pref-tabmix.dtd
+++ b/chrome/locale/cs-CZ/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Přetažením tlačítka Nový panel na lištu panelů tuto možnost povolíte.">
 <!ENTITY hideTabBarButton.label "Tlačítko Zavřít panel">
 <!ENTITY newTabButton.label "Tlačítko Nový panel">
-<!ENTITY newTabButton.posiotion.left.label "nalevo">
-<!ENTITY newTabButton.posiotion.right.label "napravo">
-<!ENTITY newTabButton.posiotion.afterlast.label "za posledním panelem">
+<!ENTITY newTabButton.position.left.label "nalevo">
+<!ENTITY newTabButton.position.right.label "napravo">
+<!ENTITY newTabButton.position.afterlast.label "za posledním panelem">
 <!ENTITY allTabsButton.label "Tlačítko Všechny panely">
 <!ENTITY tabBarSpace.label "Místo navíc na obou stranách">
 <!ENTITY tabBarSpace.tooltip "Pro umístění na lištu s panely v případě velkého množství panelů">
diff --git a/chrome/locale/da/pref-tabmix.dtd b/chrome/locale/da/pref-tabmix.dtd
index 57e99a8..119e0cd 100644
--- a/chrome/locale/da/pref-tabmix.dtd
+++ b/chrome/locale/da/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Luk faneblad-knap">
 <!ENTITY newTabButton.label "Nyt faneblad-knap">
-<!ENTITY newTabButton.posiotion.left.label "på venstre side">
-<!ENTITY newTabButton.posiotion.right.label "på højre side">
-<!ENTITY newTabButton.posiotion.afterlast.label "Efter sidste faneblad">
+<!ENTITY newTabButton.position.left.label "på venstre side">
+<!ENTITY newTabButton.position.right.label "på højre side">
+<!ENTITY newTabButton.position.afterlast.label "Efter sidste faneblad">
 <!ENTITY allTabsButton.label "Alle faneblade knap">
 <!ENTITY tabBarSpace.label "Ekstra mellemrum til begge sider">
 <!ENTITY tabBarSpace.tooltip "For at klikke og slippe noget på fanebladslinje">
diff --git a/chrome/locale/de/pref-tabmix.dtd b/chrome/locale/de/pref-tabmix.dtd
index d925712..c2fa1ed 100644
--- a/chrome/locale/de/pref-tabmix.dtd
+++ b/chrome/locale/de/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Zum Aktivieren dieser Option die "Neuer Tab"-Schaltfläche auf die Tab-Leiste ziehen">
 <!ENTITY hideTabBarButton.label ""Tab schließen"-Schaltfläche">
 <!ENTITY newTabButton.label ""Neuer Tab"-Schaltfläche">
-<!ENTITY newTabButton.posiotion.left.label "auf der linken Seite">
-<!ENTITY newTabButton.posiotion.right.label "auf der rechten Seite">
-<!ENTITY newTabButton.posiotion.afterlast.label "nach letztem Tab">
+<!ENTITY newTabButton.position.left.label "auf der linken Seite">
+<!ENTITY newTabButton.position.right.label "auf der rechten Seite">
+<!ENTITY newTabButton.position.afterlast.label "nach letztem Tab">
 <!ENTITY allTabsButton.label ""Alle Tabs auflisten"-Schaltfläche">
 <!ENTITY tabBarSpace.label "Abstände auf beiden Seiten der Tab-Leiste">
 <!ENTITY tabBarSpace.tooltip "Für Klicks sowie Ziehen & Ablegen auf die Tab-Leiste">
diff --git a/chrome/locale/el/pref-tabmix.dtd b/chrome/locale/el/pref-tabmix.dtd
index c8e3289..b735163 100644
--- a/chrome/locale/el/pref-tabmix.dtd
+++ b/chrome/locale/el/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Σύρετε το κουμπί «Νέα καρτέλα» στην εργαλειοθήκη καρτελών για να ενεργοποιηθεί η επιλογή.">
 <!ENTITY hideTabBarButton.label "Κουμπί κλεισίματος καρτέλας">
 <!ENTITY newTabButton.label "Κουμπί νέας καρτέλας">
-<!ENTITY newTabButton.posiotion.left.label "Στα αριστερά">
-<!ENTITY newTabButton.posiotion.right.label "Στα δεξιά">
-<!ENTITY newTabButton.posiotion.afterlast.label "Μετά την τελευταία καρτέλα">
+<!ENTITY newTabButton.position.left.label "Στα αριστερά">
+<!ENTITY newTabButton.position.right.label "Στα δεξιά">
+<!ENTITY newTabButton.position.afterlast.label "Μετά την τελευταία καρτέλα">
 <!ENTITY allTabsButton.label "Κουμπί για όλες τις καρτέλες">
 <!ENTITY tabBarSpace.label "Επιπλέον διαστήματα και στις δύο πλευρές">
 <!ENTITY tabBarSpace.tooltip "Για κλικ και εναπόθεση στοιχείου στην εργαλειοθήκη καρτελών">
diff --git a/chrome/locale/en-US/pref-tabmix.dtd b/chrome/locale/en-US/pref-tabmix.dtd
index bac0a1f..1897d7e 100644
--- a/chrome/locale/en-US/pref-tabmix.dtd
+++ b/chrome/locale/en-US/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Close tab button">
 <!ENTITY newTabButton.label "New tab button">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "All tabs button">
 <!ENTITY tabBarSpace.label "Extra spaces on both sides">
 <!ENTITY tabBarSpace.tooltip "For clicking and dropping something on tab bar">
diff --git a/chrome/locale/es-ES/pref-tabmix.dtd b/chrome/locale/es-ES/pref-tabmix.dtd
index 7ed527d..f61ec52 100644
--- a/chrome/locale/es-ES/pref-tabmix.dtd
+++ b/chrome/locale/es-ES/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Arrastre el botón de Nueva pestaña a la barra de pestañas para activar esta opción.">
 <!ENTITY hideTabBarButton.label "Botón cerrar pestaña">
 <!ENTITY newTabButton.label "Botón nueva pestaña">
-<!ENTITY newTabButton.posiotion.left.label "Izquierda">
-<!ENTITY newTabButton.posiotion.right.label "Derecha">
-<!ENTITY newTabButton.posiotion.afterlast.label "Tras última pestaña">
+<!ENTITY newTabButton.position.left.label "Izquierda">
+<!ENTITY newTabButton.position.right.label "Derecha">
+<!ENTITY newTabButton.position.afterlast.label "Tras última pestaña">
 <!ENTITY allTabsButton.label "Botón en todas las pestañas">
 <!ENTITY tabBarSpace.label "Espacios extra a ambos lados">
 <!ENTITY tabBarSpace.tooltip "Para hacer clic y arrastrar algo a la barra de pestañas">
diff --git a/chrome/locale/et-EE/pref-tabmix.dtd b/chrome/locale/et-EE/pref-tabmix.dtd
index 058746e..3b309e1 100644
--- a/chrome/locale/et-EE/pref-tabmix.dtd
+++ b/chrome/locale/et-EE/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Selle sätte lubamiseks lohista uue kaardi avamise nupp kaartide ribale.">
 <!ENTITY hideTabBarButton.label "Kaardi sulgemise nuppu">
 <!ENTITY newTabButton.label "Uue kaardi nuppu">
-<!ENTITY newTabButton.posiotion.left.label "Vasakul pool">
-<!ENTITY newTabButton.posiotion.right.label "Paremal pool">
-<!ENTITY newTabButton.posiotion.afterlast.label "Viimase kaardi järel">
+<!ENTITY newTabButton.position.left.label "Vasakul pool">
+<!ENTITY newTabButton.position.right.label "Paremal pool">
+<!ENTITY newTabButton.position.afterlast.label "Viimase kaardi järel">
 <!ENTITY allTabsButton.label "Kõikide kaartide nuppu">
 <!ENTITY tabBarSpace.label "Lisaruumi mõlemal pool">
 <!ENTITY tabBarSpace.tooltip "Klõpsamiseks ja millegi lohistamiseks kaartide ribale">
diff --git a/chrome/locale/eu/pref-tabmix.dtd b/chrome/locale/eu/pref-tabmix.dtd
index cf7669c..8a9ece6 100644
--- a/chrome/locale/eu/pref-tabmix.dtd
+++ b/chrome/locale/eu/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Close tab button">
 <!ENTITY newTabButton.label "New tab button">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "All tabs button">
 <!ENTITY tabBarSpace.label "Extra spaces on both sides">
 <!ENTITY tabBarSpace.tooltip "For clicking and dropping something on tab bar">
diff --git a/chrome/locale/fa-IR/pref-tabmix.dtd b/chrome/locale/fa-IR/pref-tabmix.dtd
index 55c498f..cecdaab 100644
--- a/chrome/locale/fa-IR/pref-tabmix.dtd
+++ b/chrome/locale/fa-IR/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "کلید تب بسته شده">
 <!ENTITY newTabButton.label "کلید تب جدید">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "کلید تمام تب ها">
 <!ENTITY tabBarSpace.label "فضای اضافی در دو طرف">
 <!ENTITY tabBarSpace.tooltip "برای کلیک و رها کردن چیزی روی نوار تب ها">
diff --git a/chrome/locale/fi/pref-tabmix.dtd b/chrome/locale/fi/pref-tabmix.dtd
index 7e996aa..a02d52e 100644
--- a/chrome/locale/fi/pref-tabmix.dtd
+++ b/chrome/locale/fi/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Close tab button">
 <!ENTITY newTabButton.label "New tab button">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "All tabs button">
 <!ENTITY tabBarSpace.label "Extra spaces on both sides">
 <!ENTITY tabBarSpace.tooltip "For clicking and dropping something on tab bar">
diff --git a/chrome/locale/fr/pref-tabmix.dtd b/chrome/locale/fr/pref-tabmix.dtd
index 4916883..e91771d 100644
--- a/chrome/locale/fr/pref-tabmix.dtd
+++ b/chrome/locale/fr/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Glisser le bouton "Nouvel onglet" dans votre barre d'onglets pour activer cette option.">
 <!ENTITY hideTabBarButton.label "Bouton de fermeture">
 <!ENTITY newTabButton.label "Bouton de nouvel onglet">
-<!ENTITY newTabButton.posiotion.left.label "Côté gauche">
-<!ENTITY newTabButton.posiotion.right.label "Côté droit">
-<!ENTITY newTabButton.posiotion.afterlast.label "Après le dernier onglet">
+<!ENTITY newTabButton.position.left.label "Côté gauche">
+<!ENTITY newTabButton.position.right.label "Côté droit">
+<!ENTITY newTabButton.position.afterlast.label "Après le dernier onglet">
 <!ENTITY allTabsButton.label "Bouton donnant la liste des onglets ouverts">
 <!ENTITY tabBarSpace.label "Espaces supplémentaires de part et d'autre de la barre d'onglets">
 <!ENTITY tabBarSpace.tooltip "Pour cliquer ou déplacer quelque chose sur la barre d'onglets">
diff --git a/chrome/locale/he-IL/pref-tabmix.dtd b/chrome/locale/he-IL/pref-tabmix.dtd
index 8385249..565bf6c 100644
--- a/chrome/locale/he-IL/pref-tabmix.dtd
+++ b/chrome/locale/he-IL/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "גרור כפתור 'לשונית חדשה לסרגל הלשונית">
 <!ENTITY hideTabBarButton.label "לחצן סגור לשונית">
 <!ENTITY newTabButton.label "לחצן לשונית חדשה">
-<!ENTITY newTabButton.posiotion.left.label "בצד שמאל">
-<!ENTITY newTabButton.posiotion.right.label "בצד ימין">
-<!ENTITY newTabButton.posiotion.afterlast.label "סמוך ללשונית האחרונה">
+<!ENTITY newTabButton.position.left.label "בצד שמאל">
+<!ENTITY newTabButton.position.right.label "בצד ימין">
+<!ENTITY newTabButton.position.afterlast.label "סמוך ללשונית האחרונה">
 <!ENTITY allTabsButton.label "כל לחצני הלשוניות">
 <!ENTITY tabBarSpace.label "רווח נוסף משני הצדדים">
 <!ENTITY tabBarSpace.tooltip "על מנת ללחוץ ולגרור משהו לסרגל הלשוניות">
diff --git a/chrome/locale/hr-HR/pref-tabmix.dtd b/chrome/locale/hr-HR/pref-tabmix.dtd
index b3e7c4a..1d9cd78 100644
--- a/chrome/locale/hr-HR/pref-tabmix.dtd
+++ b/chrome/locale/hr-HR/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Gumb Zatvori karticu">
 <!ENTITY newTabButton.label "Gumb Nova kartica">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "Gumb svih kartica">
 <!ENTITY tabBarSpace.label "Višak mjesta na obje strane">
 <!ENTITY tabBarSpace.tooltip "Za klikanje i ispuštanje nečega na traku kartica">
diff --git a/chrome/locale/hu-HU/pref-tabmix.dtd b/chrome/locale/hu-HU/pref-tabmix.dtd
index 47264ff..a78625b 100644
--- a/chrome/locale/hu-HU/pref-tabmix.dtd
+++ b/chrome/locale/hu-HU/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Az beállítás engedélyezéséhez húzza az „Új lap” gombbot a lapok eszköztárra.">
 <!ENTITY hideTabBarButton.label "Lap bezárása gomb">
 <!ENTITY newTabButton.label "Új lap gomb">
-<!ENTITY newTabButton.posiotion.left.label "Bal oldal">
-<!ENTITY newTabButton.posiotion.right.label "Jobb oldal">
-<!ENTITY newTabButton.posiotion.afterlast.label "Legutolsó lap után">
+<!ENTITY newTabButton.position.left.label "Bal oldal">
+<!ENTITY newTabButton.position.right.label "Jobb oldal">
+<!ENTITY newTabButton.position.afterlast.label "Legutolsó lap után">
 <!ENTITY allTabsButton.label "Gomb minden lapon">
 <!ENTITY tabBarSpace.label "Nagyobb hely mindkét oldalon">
 <!ENTITY tabBarSpace.tooltip "A Lapok eszköztáron történő kattintás és ejtés megkönnyítésére, amikor már túl sok lap van megnyitva">
diff --git a/chrome/locale/it/pref-tabmix.dtd b/chrome/locale/it/pref-tabmix.dtd
index c3be441..f3b68f3 100644
--- a/chrome/locale/it/pref-tabmix.dtd
+++ b/chrome/locale/it/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Posizionare il pulsante 'Nuova scheda' nelle barre degli strumenti per attivare l'opzione">
 <!ENTITY hideTabBarButton.label "Pulsante di chiusura schede">
 <!ENTITY newTabButton.label "Pulsante di nuova scheda">
-<!ENTITY newTabButton.posiotion.left.label "nella parte sinistra">
-<!ENTITY newTabButton.posiotion.right.label "nella parte destra">
-<!ENTITY newTabButton.posiotion.afterlast.label "dopo l'ultima scheda">
+<!ENTITY newTabButton.position.left.label "nella parte sinistra">
+<!ENTITY newTabButton.position.right.label "nella parte destra">
+<!ENTITY newTabButton.position.afterlast.label "dopo l'ultima scheda">
 <!ENTITY allTabsButton.label "Pulsante di tutte le schede">
 <!ENTITY tabBarSpace.label "Spazio ai lati della barra delle schede">
 <!ENTITY tabBarSpace.tooltip "Lascia spazio su entrambi i lati della barra delle schede per trascinarvi le schede">
@@ -168,7 +168,7 @@
 <!ENTITY showTabX.rtl "sulla parte destra">
 <!ENTITY milliseconds.label " ">
 <!-- LOCALIZATION NOTE
-          change this only if you need to change the width 
+          change this only if you need to change the width
 
 
 
@@ -192,8 +192,8 @@
 <!ENTITY onLeftDisabled.label "Can't place button on left side with the current theme">
 <!ENTITY flexTabs.label "Adatta le schede al titolo della pagina web">
 <!ENTITY bookastitle.label "Utilizza il nome del segnalibro come titolo per la scheda">
-<!-- LOCALIZATION NOTE          
-          change this only if you need to change the width 
+<!-- LOCALIZATION NOTE
+          change this only if you need to change the width
 
 
 
diff --git a/chrome/locale/ja/pref-tabmix.dtd b/chrome/locale/ja/pref-tabmix.dtd
index 9363ef1..1dc6008 100644
--- a/chrome/locale/ja/pref-tabmix.dtd
+++ b/chrome/locale/ja/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "タブバーに [新しいタブ] ボタンをドラッグするとこのオプションが有効になります">
 <!ENTITY hideTabBarButton.label "[タブを閉じる] ボタンを表示">
 <!ENTITY newTabButton.label "[新しいタブ] ボタンを表示">
-<!ENTITY newTabButton.posiotion.left.label "左側">
-<!ENTITY newTabButton.posiotion.right.label "右側">
-<!ENTITY newTabButton.posiotion.afterlast.label "最後のタブの隣">
+<!ENTITY newTabButton.position.left.label "左側">
+<!ENTITY newTabButton.position.right.label "右側">
+<!ENTITY newTabButton.position.afterlast.label "最後のタブの隣">
 <!ENTITY allTabsButton.label "[タブの一覧] ボタンを表示">
 <!ENTITY tabBarSpace.label "両端にスペースを表示">
 <!ENTITY tabBarSpace.tooltip "多くのタブが開いていてもクリックやドラッグ&ドロップが出来るように">
diff --git a/chrome/locale/ko-KR/pref-tabmix.dtd b/chrome/locale/ko-KR/pref-tabmix.dtd
index 9849b17..3206ca6 100644
--- a/chrome/locale/ko-KR/pref-tabmix.dtd
+++ b/chrome/locale/ko-KR/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "탭 닫기 버튼">
 <!ENTITY newTabButton.label "새 탭 버튼">
-<!ENTITY newTabButton.posiotion.left.label "왼쪽">
-<!ENTITY newTabButton.posiotion.right.label "오른쪽">
-<!ENTITY newTabButton.posiotion.afterlast.label "마지막 탭 다음">
+<!ENTITY newTabButton.position.left.label "왼쪽">
+<!ENTITY newTabButton.position.right.label "오른쪽">
+<!ENTITY newTabButton.position.afterlast.label "마지막 탭 다음">
 <!ENTITY allTabsButton.label "탭 목록 버튼">
 <!ENTITY tabBarSpace.label "양쪽 끝에 빈 공간">
 <!ENTITY tabBarSpace.tooltip "탭 도구 모음에 무언가를 떨어뜨리거나 탭 도구 모음을 클릭하기 위한 공간">
diff --git a/chrome/locale/lv-LV/pref-tabmix.dtd b/chrome/locale/lv-LV/pref-tabmix.dtd
index c5458e7..d03720b 100644
--- a/chrome/locale/lv-LV/pref-tabmix.dtd
+++ b/chrome/locale/lv-LV/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Lai ieslēgtu šo opciju, pārnesiet pogu 'Jauna cilne' uz ciļņu joslas.">
 <!ENTITY hideTabBarButton.label "Poga 'Aizvērt cilni'">
 <!ENTITY newTabButton.label "Poga 'Jauna cilne'">
-<!ENTITY newTabButton.posiotion.left.label "kreisajā pusē">
-<!ENTITY newTabButton.posiotion.right.label "labajā pusē">
-<!ENTITY newTabButton.posiotion.afterlast.label "Pēc pēdējās cilnes">
+<!ENTITY newTabButton.position.left.label "kreisajā pusē">
+<!ENTITY newTabButton.position.right.label "labajā pusē">
+<!ENTITY newTabButton.position.afterlast.label "Pēc pēdējās cilnes">
 <!ENTITY allTabsButton.label "Poga 'Visas cilnes'">
 <!ENTITY tabBarSpace.label "Papildu atstarpe abās pusēs">
 <!ENTITY tabBarSpace.tooltip "Klikšķināšanai un kaut kā nomešanai uz ciļņu joslas">
diff --git a/chrome/locale/nl/pref-tabmix.dtd b/chrome/locale/nl/pref-tabmix.dtd
index 0b6778c..267d599 100644
--- a/chrome/locale/nl/pref-tabmix.dtd
+++ b/chrome/locale/nl/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "'Nieuw tabblad' knop naar tabbladenbalk slepen om deze optie in te schakelen.">
 <!ENTITY hideTabBarButton.label "Knop Tabblad sluiten">
 <!ENTITY newTabButton.label "Knop Nieuw tabblad">
-<!ENTITY newTabButton.posiotion.left.label "Linkerkant">
-<!ENTITY newTabButton.posiotion.right.label "Rechterkant">
-<!ENTITY newTabButton.posiotion.afterlast.label "Na laatste tabblad">
+<!ENTITY newTabButton.position.left.label "Linkerkant">
+<!ENTITY newTabButton.position.right.label "Rechterkant">
+<!ENTITY newTabButton.position.afterlast.label "Na laatste tabblad">
 <!ENTITY allTabsButton.label "Knop Alle tabbladen">
 <!ENTITY tabBarSpace.label "Extra ruimte aan beide zijden">
 <!ENTITY tabBarSpace.tooltip "Om klikken en laten vallen van iets op de tabbladenbalk mogelijk te maken">
diff --git a/chrome/locale/pl/pref-tabmix.dtd b/chrome/locale/pl/pref-tabmix.dtd
index 4fe8e9b..9bb1170 100644
--- a/chrome/locale/pl/pref-tabmix.dtd
+++ b/chrome/locale/pl/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Przeciągnij przycisk „Nowa karta” na pasek kart, by włączyć te funkcję">
 <!ENTITY hideTabBarButton.label "Przycisk zamykania kart">
 <!ENTITY newTabButton.label "Przycisk Nowa karta">
-<!ENTITY newTabButton.posiotion.left.label "po lewej stronie">
-<!ENTITY newTabButton.posiotion.right.label "po prawej stronie">
-<!ENTITY newTabButton.posiotion.afterlast.label "za ostatnią etykietą">
+<!ENTITY newTabButton.position.left.label "po lewej stronie">
+<!ENTITY newTabButton.position.right.label "po prawej stronie">
+<!ENTITY newTabButton.position.afterlast.label "za ostatnią etykietą">
 <!ENTITY allTabsButton.label "Przycisk Wszystkie karty">
 <!ENTITY tabBarSpace.label "Dodatkową przestrzeń po obu stronach paska kart">
 <!ENTITY tabBarSpace.tooltip "Gdy jest otwartych dużo kart, przestrzeń ta służy dla przeciągania i kliknięć na pasku kart">
diff --git a/chrome/locale/pt-BR/pref-tabmix.dtd b/chrome/locale/pt-BR/pref-tabmix.dtd
index 2cfc005..b99e31f 100644
--- a/chrome/locale/pt-BR/pref-tabmix.dtd
+++ b/chrome/locale/pt-BR/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Arraste o botão 'New Tab' para sua barra de guia para ativar essa opção.">
 <!ENTITY hideTabBarButton.label "Botão "Fechar Aba"">
 <!ENTITY newTabButton.label "Botão "Nova Aba"">
-<!ENTITY newTabButton.posiotion.left.label "Lado esquerdo">
-<!ENTITY newTabButton.posiotion.right.label "Lado direito">
-<!ENTITY newTabButton.posiotion.afterlast.label "Depois da última aba">
+<!ENTITY newTabButton.position.left.label "Lado esquerdo">
+<!ENTITY newTabButton.position.right.label "Lado direito">
+<!ENTITY newTabButton.position.afterlast.label "Depois da última aba">
 <!ENTITY allTabsButton.label "Botão "Todas as abas"">
 <!ENTITY tabBarSpace.label "Espaço adicional em ambos os lados">
 <!ENTITY tabBarSpace.tooltip "Para clicar e arrastar alguma coisa na barra de abas">
diff --git a/chrome/locale/pt-PT/pref-tabmix.dtd b/chrome/locale/pt-PT/pref-tabmix.dtd
index 200b513..515c677 100644
--- a/chrome/locale/pt-PT/pref-tabmix.dtd
+++ b/chrome/locale/pt-PT/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Arraste o botão "Novo separador" na sua barra do separador para activar esta opção.">
 <!ENTITY hideTabBarButton.label "Botão de encerrar separador">
 <!ENTITY newTabButton.label "Botão de novo separador">
-<!ENTITY newTabButton.posiotion.left.label "Lado esquerdo">
-<!ENTITY newTabButton.posiotion.right.label "Lado direito">
-<!ENTITY newTabButton.posiotion.afterlast.label "Depois do último separador">
+<!ENTITY newTabButton.position.left.label "Lado esquerdo">
+<!ENTITY newTabButton.position.right.label "Lado direito">
+<!ENTITY newTabButton.position.afterlast.label "Depois do último separador">
 <!ENTITY allTabsButton.label "Botão todos os separadores">
 <!ENTITY tabBarSpace.label "Espaços extra em ambos os lados">
 <!ENTITY tabBarSpace.tooltip "Para clicar e deixar algo na barra de separadores">
diff --git a/chrome/locale/ro/pref-tabmix.dtd b/chrome/locale/ro/pref-tabmix.dtd
index b6f01e2..fb2bc9c 100644
--- a/chrome/locale/ro/pref-tabmix.dtd
+++ b/chrome/locale/ro/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Glisați butonul „Filă nouă” pe bara de file pentru a activa această opțiune">
 <!ENTITY hideTabBarButton.label "Butonul „Închidere filă”">
 <!ENTITY newTabButton.label "Butonul „Filă nouă”">
-<!ENTITY newTabButton.posiotion.left.label "în marginea stângă">
-<!ENTITY newTabButton.posiotion.right.label "în marginea dreaptă">
-<!ENTITY newTabButton.posiotion.afterlast.label "după ultima filă">
+<!ENTITY newTabButton.position.left.label "în marginea stângă">
+<!ENTITY newTabButton.position.right.label "în marginea dreaptă">
+<!ENTITY newTabButton.position.afterlast.label "după ultima filă">
 <!ENTITY allTabsButton.label "Butonul „Listă file deschise”">
 <!ENTITY tabBarSpace.label "Spațiu suplimentar la ambele margini">
 <!ENTITY tabBarSpace.tooltip "Spațiu pentru clic sau fixarea obiectelor pe bara de file">
diff --git a/chrome/locale/ru-RU/pref-tabmix.dtd b/chrome/locale/ru-RU/pref-tabmix.dtd
index bb16e90..cfac966 100644
--- a/chrome/locale/ru-RU/pref-tabmix.dtd
+++ b/chrome/locale/ru-RU/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Перетащите кнопку 'Новая вкладка' на панель вкладок, чтобы использовать этот параметр.">
 <!ENTITY hideTabBarButton.label "Общая кнопка закрытия вкладок">
 <!ENTITY newTabButton.label "Кнопка добавления новой вкладки">
-<!ENTITY newTabButton.posiotion.left.label "Слева">
-<!ENTITY newTabButton.posiotion.right.label "Справа">
-<!ENTITY newTabButton.posiotion.afterlast.label "После последней вкладки">
+<!ENTITY newTabButton.position.left.label "Слева">
+<!ENTITY newTabButton.position.right.label "Справа">
+<!ENTITY newTabButton.position.afterlast.label "После последней вкладки">
 <!ENTITY allTabsButton.label "Кнопка всех вкладок">
 <!ENTITY tabBarSpace.label "Пустые поля по краям панели вкладок">
 <!ENTITY tabBarSpace.tooltip "Пустые поля для перетаскивания вкладок по панели и щелчков мышью">
diff --git a/chrome/locale/sk-SK/pref-tabmix.dtd b/chrome/locale/sk-SK/pref-tabmix.dtd
index 646a601..a69a08a 100644
--- a/chrome/locale/sk-SK/pref-tabmix.dtd
+++ b/chrome/locale/sk-SK/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Presunúť tlačidlo 'Nová karta' na panel kariet pre zapnutie tejto možnosti.">
 <!ENTITY hideTabBarButton.label "Tlačidlo zatvoriť kartu">
 <!ENTITY newTabButton.label "Tlačidlo nová karta">
-<!ENTITY newTabButton.posiotion.left.label "Naľavo">
-<!ENTITY newTabButton.posiotion.right.label "Napravo">
-<!ENTITY newTabButton.posiotion.afterlast.label "Za poslednou kartou">
+<!ENTITY newTabButton.position.left.label "Naľavo">
+<!ENTITY newTabButton.position.right.label "Napravo">
+<!ENTITY newTabButton.position.afterlast.label "Za poslednou kartou">
 <!ENTITY allTabsButton.label "Tlačidlo všetkých kariet">
 <!ENTITY tabBarSpace.label "Miesto naviac na oboch stranách">
 <!ENTITY tabBarSpace.tooltip "Pre kliknutie a zhodenie niečoho na lištu s kartami">
diff --git a/chrome/locale/sr/pref-tabmix.dtd b/chrome/locale/sr/pref-tabmix.dtd
index c222afd..cf99240 100644
--- a/chrome/locale/sr/pref-tabmix.dtd
+++ b/chrome/locale/sr/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Превуците дугме „Нови језичак” на траку са језичцима да бисте омогућили ову опцију.">
 <!ENTITY hideTabBarButton.label "Дугме за затварање картице">
 <!ENTITY newTabButton.label "Дугме за нову картицу">
-<!ENTITY newTabButton.posiotion.left.label "Лева страна">
-<!ENTITY newTabButton.posiotion.right.label "Десна страна">
-<!ENTITY newTabButton.posiotion.afterlast.label "После последње картице">
+<!ENTITY newTabButton.position.left.label "Лева страна">
+<!ENTITY newTabButton.position.right.label "Десна страна">
+<!ENTITY newTabButton.position.afterlast.label "После последње картице">
 <!ENTITY allTabsButton.label "Дугме за све картице">
 <!ENTITY tabBarSpace.label "Додатни простор са обе стране">
 <!ENTITY tabBarSpace.tooltip "За клик и испуштање на линију картица">
diff --git a/chrome/locale/sv-SE/pref-tabmix.dtd b/chrome/locale/sv-SE/pref-tabmix.dtd
index 9c6b947..f5c02b0 100644
--- a/chrome/locale/sv-SE/pref-tabmix.dtd
+++ b/chrome/locale/sv-SE/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Drag 'New Tab' button to your tab-bar to enable this option.">
 <!ENTITY hideTabBarButton.label "Visa knapp för stäng flik">
 <!ENTITY newTabButton.label "Visa knapp för ny knapp">
-<!ENTITY newTabButton.posiotion.left.label "on Left side">
-<!ENTITY newTabButton.posiotion.right.label "on Right side">
-<!ENTITY newTabButton.posiotion.afterlast.label "After last tab">
+<!ENTITY newTabButton.position.left.label "on Left side">
+<!ENTITY newTabButton.position.right.label "on Right side">
+<!ENTITY newTabButton.position.afterlast.label "After last tab">
 <!ENTITY allTabsButton.label "Knapp för alla flikar">
 <!ENTITY tabBarSpace.label "Extra mellanrum på båda sidorna">
 <!ENTITY tabBarSpace.tooltip "Vid klickning eller när något släpps på flikfältet">
diff --git a/chrome/locale/tr/pref-tabmix.dtd b/chrome/locale/tr/pref-tabmix.dtd
index dd65983..1bba017 100644
--- a/chrome/locale/tr/pref-tabmix.dtd
+++ b/chrome/locale/tr/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Bu seçeneği aktifleştirmek için 'Yeni Sekme' butonunu sekme çubuğuna sürükleyin.">
 <!ENTITY hideTabBarButton.label "Sekmeyi kapat düğmesi">
 <!ENTITY newTabButton.label "Yeni sekme düğmesi">
-<!ENTITY newTabButton.posiotion.left.label "Sol tarafta">
-<!ENTITY newTabButton.posiotion.right.label "Sağ tarafta">
-<!ENTITY newTabButton.posiotion.afterlast.label "Son sekmeden sonra">
+<!ENTITY newTabButton.position.left.label "Sol tarafta">
+<!ENTITY newTabButton.position.right.label "Sağ tarafta">
+<!ENTITY newTabButton.position.afterlast.label "Son sekmeden sonra">
 <!ENTITY allTabsButton.label "Tüm sekmeler düğmesi">
 <!ENTITY tabBarSpace.label "İki yanda fazladan boşluklar">
 <!ENTITY tabBarSpace.tooltip "Tıklama ve sekme çubuğuna herhangi bir şey bırakmak için boşluklar">
diff --git a/chrome/locale/uk-UA/pref-tabmix.dtd b/chrome/locale/uk-UA/pref-tabmix.dtd
index 085db22..e8c2dd9 100644
--- a/chrome/locale/uk-UA/pref-tabmix.dtd
+++ b/chrome/locale/uk-UA/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Перетягніть клавішу Нова Вкладка до вашої панелі вкладок для того щоб включити дану можливість.">
 <!ENTITY hideTabBarButton.label "Загальна кнопка закриття вкладок">
 <!ENTITY newTabButton.label "Кнопка додавання нової вкладки">
-<!ENTITY newTabButton.posiotion.left.label "Ліворуч">
-<!ENTITY newTabButton.posiotion.right.label "Праворуч">
-<!ENTITY newTabButton.posiotion.afterlast.label "Після останньої вкладки">
+<!ENTITY newTabButton.position.left.label "Ліворуч">
+<!ENTITY newTabButton.position.right.label "Праворуч">
+<!ENTITY newTabButton.position.afterlast.label "Після останньої вкладки">
 <!ENTITY allTabsButton.label "Кнопка всіх вкладок">
 <!ENTITY tabBarSpace.label "Порожні поля по краях панелі вкладок">
 <!ENTITY tabBarSpace.tooltip "Порожні поля для перетаскування вкладок по панелі й клацань мишею">
diff --git a/chrome/locale/vi/pref-tabmix.dtd b/chrome/locale/vi/pref-tabmix.dtd
index 6ddf06a..ea09423 100644
--- a/chrome/locale/vi/pref-tabmix.dtd
+++ b/chrome/locale/vi/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "Kéo nút "Tạo thẻ mới" vào thanh chứa thẻ để bật tính năng này.">
 <!ENTITY hideTabBarButton.label "Nút đóng thẻ">
 <!ENTITY newTabButton.label "Nút thẻ mới">
-<!ENTITY newTabButton.posiotion.left.label "ở bên Trái">
-<!ENTITY newTabButton.posiotion.right.label "ở bên Phải">
-<!ENTITY newTabButton.posiotion.afterlast.label "Sau thẻ cuối cùng">
+<!ENTITY newTabButton.position.left.label "ở bên Trái">
+<!ENTITY newTabButton.position.right.label "ở bên Phải">
+<!ENTITY newTabButton.position.afterlast.label "Sau thẻ cuối cùng">
 <!ENTITY allTabsButton.label "Nút tất cả thẻ">
 <!ENTITY tabBarSpace.label "Thêm khoảng trống ở cả hai bên">
 <!ENTITY tabBarSpace.tooltip "Khi nhấn và thả thứ nào đó trên thanh thẻ">
diff --git a/chrome/locale/zh-CN/pref-tabmix.dtd b/chrome/locale/zh-CN/pref-tabmix.dtd
index a366c14..7876827 100644
--- a/chrome/locale/zh-CN/pref-tabmix.dtd
+++ b/chrome/locale/zh-CN/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "拖动'新建标签页'按钮到标签栏来启用该选项。">
 <!ENTITY hideTabBarButton.label "标签页关闭按钮">
 <!ENTITY newTabButton.label "新建标签页按钮">
-<!ENTITY newTabButton.posiotion.left.label "左侧">
-<!ENTITY newTabButton.posiotion.right.label "右侧">
-<!ENTITY newTabButton.posiotion.afterlast.label "最后一个标签页之后">
+<!ENTITY newTabButton.position.left.label "左侧">
+<!ENTITY newTabButton.position.right.label "右侧">
+<!ENTITY newTabButton.position.afterlast.label "最后一个标签页之后">
 <!ENTITY allTabsButton.label "所有标签页按钮">
 <!ENTITY tabBarSpace.label "两侧额外空间">
 <!ENTITY tabBarSpace.tooltip "是用于在标签栏点击或拖放某项">
diff --git a/chrome/locale/zh-TW/pref-tabmix.dtd b/chrome/locale/zh-TW/pref-tabmix.dtd
index 6492649..14d8973 100644
--- a/chrome/locale/zh-TW/pref-tabmix.dtd
+++ b/chrome/locale/zh-TW/pref-tabmix.dtd
@@ -126,9 +126,9 @@
 <!ENTITY dragNewTabButton.tooltip "拖曳「新增分頁按鈕」至分頁標籤列來啟用這個功能">
 <!ENTITY hideTabBarButton.label "關閉分頁按鈕">
 <!ENTITY newTabButton.label "新增分頁按鈕">
-<!ENTITY newTabButton.posiotion.left.label "左邊">
-<!ENTITY newTabButton.posiotion.right.label "右邊">
-<!ENTITY newTabButton.posiotion.afterlast.label "最後一個分頁後面">
+<!ENTITY newTabButton.position.left.label "左邊">
+<!ENTITY newTabButton.position.right.label "右邊">
+<!ENTITY newTabButton.position.afterlast.label "最後一個分頁後面">
 <!ENTITY allTabsButton.label "列出所有分頁按鈕">
 <!ENTITY tabBarSpace.label "兩側額外空間">
 <!ENTITY tabBarSpace.tooltip "當分頁數量很多時,方便滑鼠拖曳或點擊分頁標籤列之用">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list