[Pkg-mozext-commits] [mozilla-password-editor] 01/04: Imported Upstream version 2.8.3

Ximin Luo infinity0 at pwned.gg
Sun Mar 29 17:03:50 UTC 2015


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

infinity0-guest pushed a commit to branch master
in repository mozilla-password-editor.

commit 035d1e5abc825eb39b5749d821c74eaf9b1a68b2
Author: Ximin Luo <infinity0 at pwned.gg>
Date:   Sun Mar 29 18:58:53 2015 +0200

    Imported Upstream version 2.8.3
---
 chrome.manifest                       |  1 +
 content/contextmenuOverlay.xul        |  8 ++++----
 content/firstrun.jsm                  |  2 +-
 content/pwdedit.js                    |  6 +++---
 install.rdf                           | 18 ++++++++++++++----
 locale/sl-SI/browserOverlay.dtd       | 12 ++++++++++++
 locale/sl-SI/prefwindow.dtd           | 18 ++++++++++++++++++
 locale/sl-SI/pwdedit.dtd              | 36 +++++++++++++++++++++++++++++++++++
 locale/sl-SI/pwdedit.properties       |  8 ++++++++
 locale/sl-SI/pwdmgrOverlay.dtd        |  6 ++++++
 locale/sl-SI/pwdmgrOverlay.properties |  1 +
 locale/sl-SI/spe.properties           |  8 ++++++++
 locale/sl-SI/welcome.dtd              |  7 +++++++
 13 files changed, 119 insertions(+), 12 deletions(-)

diff --git a/chrome.manifest b/chrome.manifest
index a4c8bc6..3c3d355 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -25,6 +25,7 @@ locale	savedpasswordeditor	pl	locale/pl/
 locale	savedpasswordeditor	pt-BR	locale/pt-BR/
 locale	savedpasswordeditor	pt-PT	locale/pt-PT/
 locale	savedpasswordeditor	ru	locale/ru/
+locale	savedpasswordeditor	sl-SI	locale/sl-SI/
 locale	savedpasswordeditor	sr	locale/sr/
 locale	savedpasswordeditor	sv-SE	locale/sv-SE/
 locale	savedpasswordeditor	tr	locale/tr/
diff --git a/content/contextmenuOverlay.xul b/content/contextmenuOverlay.xul
index 29bb742..4ac0d1e 100644
--- a/content/contextmenuOverlay.xul
+++ b/content/contextmenuOverlay.xul
@@ -26,21 +26,21 @@
 
   <menupopup id="contentAreaContextMenu">
     <menuseparator id="savedpasswordeditor-ctxmenuseparator"
-                   insertbefore="context-sep-selectall"/>
+                   insertbefore="inspect-separator"/>
     <menuitem id="savedpasswordeditor-savelogininfo"
-              insertbefore="context-sep-selectall"
+              insertbefore="inspect-separator"
               label="&ctx_savelogininfo.label;"
               accesskey="&ctx_savelogininfo.accesskey;"
               tooltiptext="&ctx_savelogininfo.tooltip;"
               oncommand="SavedPasswordEditor.saveLoginInfo(window);"/>
     <menuitem id="savedpasswordeditor-editlogininfo"
-              insertbefore="context-sep-selectall"
+              insertbefore="inspect-separator"
               label="&ctx_editlogininfo.label;"
               accesskey="&ctx_editlogininfo.accesskey;"
               tooltiptext="&ctx_editlogininfo.tooltip;"
               oncommand="SavedPasswordEditor.editLoginInfo(window);"/>
     <menuitem id="savedpasswordeditor-deletelogininfo"
-              insertbefore="context-sep-selectall"
+              insertbefore="inspect-separator"
               label="&ctx_deletelogininfo.label;"
               accesskey="&ctx_deletelogininfo.accesskey;"
               tooltiptext="&ctx_deletelogininfo.tooltip;"
diff --git a/content/firstrun.jsm b/content/firstrun.jsm
index 93edad3..b6c8362 100644
--- a/content/firstrun.jsm
+++ b/content/firstrun.jsm
@@ -27,7 +27,7 @@ var EXPORTED_SYMBOLS = [];
         SEAMONKEY = "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
         THUNDERBIRD = "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
         PREFNAME = "currentVersion",
-        THISVERSION = "2.8.1",
+        THISVERSION = "2.8.3",
         UNPERSISTVERSION = "2.6pre1",
         WELCOMEVERSION = "2.5pre1",
         CONTENT = "chrome://savedpasswordeditor/content/",
diff --git a/content/pwdedit.js b/content/pwdedit.js
index d55fecd..d85f042 100644
--- a/content/pwdedit.js
+++ b/content/pwdedit.js
@@ -240,7 +240,7 @@ function guessParameters () {
       let form = forms.snapshotItem(i), pwdField = null, j;
       for (j = 0; j < form.elements.length; j++) {
         let element = form.elements[j];
-        if (element instanceof Ci.nsIDOMHTMLInputElement
+        if (element instanceof HTMLInputElement
             && element.type == "password") {
           pwdField = element;
           break;
@@ -251,7 +251,7 @@ function guessParameters () {
       let unameField = null;
       for (j = j - 1; j >= 0; j--) {
         let element = form.elements[j];
-        if (!element instanceof Ci.nsIDOMHTMLInputElement) continue;
+        if (!element instanceof HTMLInputElement) continue;
         let elType = (element.getAttribute("type") || "").toLowerCase();
         if (!elType || elType == "text" || elType == "email" || elType == "url"
             || elType == "tel" || elType == "number") {
@@ -262,7 +262,7 @@ function guessParameters () {
       if (!unameField) continue;
 
       // Construct the submit prefix
-      let formAction = form.getAttribute("action");
+      let formAction = form.action;
       let res;
       if (formAction && formAction.startsWith("javascript:"))
         res = "javascript:";
diff --git a/install.rdf b/install.rdf
index 5d63ee8..b44748a 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,7 +5,7 @@
     <id>savedpasswordeditor at daniel.dawson</id>
     <type>2</type>
     <name>Saved Password Editor</name>
-    <version>2.8.1</version>
+    <version>2.8.3</version>
     <description>Adds the ability to create and edit entries in the password manager.</description>
     <creator>Daniel Dawson <danielcdawson at gmail.com></creator>
     <contributor>PlastikManiac (key icon) - http://plastikmaniac.deviantart.com/</contributor>
@@ -19,7 +19,7 @@
       <RDF:Description>
         <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id> <!-- Firefox -->
         <minVersion>31.0</minVersion>
-        <maxVersion>36.0</maxVersion>
+        <maxVersion>38.*</maxVersion>
       </RDF:Description>
     </targetApplication>
 
@@ -27,7 +27,7 @@
       <RDF:Description>
         <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id> <!-- SeaMonkey -->
         <minVersion>2.25</minVersion>
-        <maxVersion>2.33</maxVersion>
+        <maxVersion>2.35.*</maxVersion>
       </RDF:Description>
     </targetApplication>
 
@@ -35,7 +35,7 @@
       <RDF:Description>
         <id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id> <!-- Thunderbird -->
         <minVersion>31.0</minVersion>
-        <maxVersion>36.0</maxVersion>
+        <maxVersion>38.*</maxVersion>
       </RDF:Description>
     </targetApplication>
 
@@ -231,6 +231,16 @@
     </localized>
     <localized>
       <RDF:Description>
+        <locale>sl-SI</locale>
+        <name>Saved Password Editor</name>
+        <creator>Daniel Dawson <danielcdawson at gmail.com></creator>
+        <contributor>PlastikManiac (key icon)</contributor>
+        <translator>Peter Klofutar "Klofutar"</translator>
+        <description>Adds the ability to create and edit entries in the password manager.</description>
+      </RDF:Description>
+    </localized>
+    <localized>
+      <RDF:Description>
         <locale>sr</locale>
         <name>Saved Password Editor</name>
         <creator>Daniel Dawson <danielcdawson at gmail.com></creator>
diff --git a/locale/sl-SI/browserOverlay.dtd b/locale/sl-SI/browserOverlay.dtd
new file mode 100644
index 0000000..6fd6a52
--- /dev/null
+++ b/locale/sl-SI/browserOverlay.dtd
@@ -0,0 +1,12 @@
+<!ENTITY savedpasswords.label "Shranjena gesla">
+<!ENTITY savedpasswords.accesskey "S">
+<!ENTITY savedpasswords.tooltip "Odpri pogovorno okno shranjenih gesel">
+<!ENTITY ctx_savelogininfo.label "Shrani podatke o prijavi">
+<!ENTITY ctx_savelogininfo.accesskey "S">
+<!ENTITY ctx_savelogininfo.tooltip "Dodaj shranjeno geslo za ta obrazec">
+<!ENTITY ctx_editlogininfo.label "Uredi podatke o prijavi">
+<!ENTITY ctx_editlogininfo.accesskey "U">
+<!ENTITY ctx_editlogininfo.tooltip "Uredi shranjeno geslo za ta obrazec">
+<!ENTITY ctx_deletelogininfo.label "Izbriši podatke o prijavi">
+<!ENTITY ctx_deletelogininfo.accesskey "z">
+<!ENTITY ctx_deletelogininfo.tooltip "Izbriši shranjeno geslo za ta obrazec">
diff --git a/locale/sl-SI/prefwindow.dtd b/locale/sl-SI/prefwindow.dtd
new file mode 100644
index 0000000..2fabcf1
--- /dev/null
+++ b/locale/sl-SI/prefwindow.dtd
@@ -0,0 +1,18 @@
+<!ENTITY prefwindow.title "Nastavitve Saved Password Editor">
+<!ENTITY displayMenuitem.label "Vključi bližnjico v menijih">
+<!ENTITY displayMenuitem.tooltip "Doda "Shranjena gesla" v meni Orodja in Firefoxov meni za Windows/Linux kot bližnjico za upravitelja gesel">
+<!ENTITY renameMenuitemTo.label "Preimenuj bližnjico v:">
+<!ENTITY renameMenuitemTo.tooltip "Tu vnesite ime bližnjice (ne "Shranjena gesla"), če ga želite narediti manj dovzetnega za vsiljivce. Izbrišite to vrednost za povrnitev na "Shranjena gesla". Opozorilo: to ni nadomestilo za ustrezno varnost; po možnosti uporabite glavno geslo, če je potrebno zaščititi vaša gesla.">
+<!ENTITY preselectCurrentSite.label "Predhodno izberi trenutno stran v shranjenih geslih">
+<!ENTITY preselectCurrentSite.tooltip "Ob odpiranju shranjenih gesel bo to takoj izbralo in se pomaknilo na obiskano stran v trenutnem brskalnikovem zavihku.">
+<!ENTITY alwaysShowPasswords.label "Vedno prikaži gesla">
+<!ENTITY alwaysShowPasswords.tooltip "Če je označeno, bo Saved Password Editor prikazal stolpec Gesla ob odpiranju pogovornega okno shranjenih gesel in geslo ob odpiranju pogovornega okna urejevalnika.">
+<!ENTITY alwaysPromptForMasterPassword.label "Vedno pozovi za glavno geslo">
+<!ENTITY alwaysPromptForMasterPassword.tooltip "Pozove za glavno geslo ob prikazu shranjenih gesel. Če je omogočeno, to neizogibno povzroči dvojni poziv najmanj enkrat na sejo. Če je onemogočeno, v večini primerov ne boste pozvani za glavno geslo.">
+<!ENTITY passwordfield_caption.label "Polje gesla v oknu urejevalnika">
+<!ENTITY passwordfield_alwayshide.label "Vedno skrij geslo ob odpiranju okna urejevalnika">
+<!ENTITY passwordfield_alwaysshow.label "Vedno prikaži geslo ob odpiranju okna urejevalnika">
+<!ENTITY passwordfield_rememberlast.label "Zapomni si zadnje stanje">
+<!ENTITY passwordfield_rememberlast.tooltip "Prikaži ali skrij isto kot ob zadnjem odpiranju okna">
+<!ENTITY passwordfield_followspwin.label "Sledi seznamu shranjenih gesel">
+<!ENTITY passwordfield_followspwin.tooltip "Prikaži samo, če so gesla trenutno prikazana v oknu shranjenih gesel">
diff --git a/locale/sl-SI/pwdedit.dtd b/locale/sl-SI/pwdedit.dtd
new file mode 100644
index 0000000..4b37ba9
--- /dev/null
+++ b/locale/sl-SI/pwdedit.dtd
@@ -0,0 +1,36 @@
+<!ENTITY savedpasswordeditor.title "Urejevalnik shranjenih gesel">
+<!ENTITY signontype.label "Vrsta">
+<!ENTITY type_form.label "Spletni obrazec">
+<!ENTITY type_form.accesskey "S">
+<!ENTITY type_form.tooltip "Obrazec na spletni strani">
+<!ENTITY type_annotated.label "Z opombami">
+<!ENTITY type_annotated.accesskey "Z">
+<!ENTITY type_annotated.tooltip "Prijava, ki za prepoznavo storitve poleg gostitelja zahteva tudi niz (npr. overitev HTTP)">
+<!ENTITY hostname.label "Gostitelj">
+<!ENTITY hostname.tooltip "Protokol/ime gostitelja, na katerega se nanaša geslo (npr: http://www.example.com)">
+<!ENTITY formSubmitURL.label "Predpona za pošiljanje">
+<!ENTITY formSubmitURL.tooltip "Predpona naslova obrazca za pošiljanje">
+<!ENTITY annotation.label "Opomba">
+<!ENTITY annotation.tooltip "Dodaten niz za prepoznavo storitve, katero je potrebno overiti (npr. območje HTTP)">
+<!ENTITY username.label "Uporabniško ime">
+<!ENTITY username.tooltip "Uporabniško ime, ki si ga je potrebno zapomniti">
+<!ENTITY password.label "Geslo">
+<!ENTITY password.tooltip "Geslo, ki si ga je potrebno zapomniti">
+<!ENTITY usernameField.label "Ime polja za uporabniško ime">
+<!ENTITY usernameField.tooltip "Atribut imena za ustrezno polje uporabniškega imena v obrazcu">
+<!ENTITY passwordField.label "Ime polja za geslo">
+<!ENTITY passwordField.tooltip "Atribut imena za ustrezno polje gesla v obrazcu">
+<!ENTITY showPassword.label "Prikaži">
+<!ENTITY showPassword.accesskey "P">
+<!ENTITY showPassword.tooltip "Preklopi vidnost gesel">
+<!ENTITY hidePassword.label "Skrij">
+<!ENTITY hidePassword.accesskey "S">
+<!ENTITY guessfrompage.label "Ugani iz trenutne strani">
+<!ENTITY guessfrompage.accesskey "U">
+<!ENTITY guessfrompage.tooltip "Izpolni ta obrazec glede na verjeten obrazec za prijavo trenutne strani">
+<!ENTITY prevform.label "Prejšnji obrazec">
+<!ENTITY prevform.accesskey "P">
+<!ENTITY prevform.tooltip "Poskusi s prejšnjim obrazcem iz strani">
+<!ENTITY nextform.label "Naslednji obrazec">
+<!ENTITY nextform.accesskey "N">
+<!ENTITY nextform.tooltip "Poskusi z naslednjim obrazcem iz strani">
diff --git a/locale/sl-SI/pwdedit.properties b/locale/sl-SI/pwdedit.properties
new file mode 100644
index 0000000..18b621a
--- /dev/null
+++ b/locale/sl-SI/pwdedit.properties
@@ -0,0 +1,8 @@
+newlogin=Ustvarjanje nove prijave
+clonelogin=Kloniranje prijave
+editlogin=Urejanje prijave
+editmultlogin=Urejanje več prijav
+nologinform=Na trenutni strani ni bilo mogoče najti primerne prijave!
+emptyhost=Polje gostitelja ne sme biti prazno. Popravite in poskusite znova.
+emptysecondary=Predpona za pošiljanje ali opomba (odvisno od izbrane vrste) ne sme biti prazna. Popravite in poskusite znova.
+multduplogins=To bi povzročilo podvojene prijave. Za dokončanje urejanja morate pustiti vsaj eno polje (gostitelj, predpona za pošiljanje, opomba, uporabniško ime) v nedoločnem stanju z izbrisom vnesenih vrednosti.
diff --git a/locale/sl-SI/pwdmgrOverlay.dtd b/locale/sl-SI/pwdmgrOverlay.dtd
new file mode 100644
index 0000000..8d429cc
--- /dev/null
+++ b/locale/sl-SI/pwdmgrOverlay.dtd
@@ -0,0 +1,6 @@
+<!ENTITY newentry.label "Novo">
+<!ENTITY newentry.accesskey "o">
+<!ENTITY editentry.label "Uredi">
+<!ENTITY editentry.accesskey "U">
+<!ENTITY cloneentry.label "Kloniraj">
+<!ENTITY cloneentry.accesskey "r">
diff --git a/locale/sl-SI/pwdmgrOverlay.properties b/locale/sl-SI/pwdmgrOverlay.properties
new file mode 100644
index 0000000..59bab44
--- /dev/null
+++ b/locale/sl-SI/pwdmgrOverlay.properties
@@ -0,0 +1 @@
+badnewentry=Pojavila se je napaka:\n %S\nAli ste poskušali ustvariti podvojen vnos prijave?
diff --git a/locale/sl-SI/spe.properties b/locale/sl-SI/spe.properties
new file mode 100644
index 0000000..34c52da
--- /dev/null
+++ b/locale/sl-SI/spe.properties
@@ -0,0 +1,8 @@
+savedpasswordeditor=Saved Password Editor
+error=Napaka
+nologinstoedit=Ni prijav za urejanje!
+nologinstodelete=Ni prijav za izbris!
+logininfosaved=Podatki prijave shranjeni
+logininfochanged=Podatki prijave spremenjeni
+logininfodeleted=Podatki prijave izbrisani
+failed=Opravilo je spodletelo:\n %S
diff --git a/locale/sl-SI/welcome.dtd b/locale/sl-SI/welcome.dtd
new file mode 100644
index 0000000..ccedc3b
--- /dev/null
+++ b/locale/sl-SI/welcome.dtd
@@ -0,0 +1,7 @@
+<!ENTITY locale "sl-SI">
+<!ENTITY layoutdirection "LTR">
+<!ENTITY welcometospe "Dobrodošli v Saved Password Editor">
+<!ENTITY welcomepara1_fx "Hvala, da uporabljate <a id='addonlink'>Saved Password Editor</a>. Do dodatnih možnosti lahko dostopate v Orodja > Možnosti ali Uredi > Nastavitve (odvisno od vašega opracijskega sistema), z izbiro podokna "Varnost" in s klikom na gumb "Shranjena gesla …". Do shranjenih gesel lahko dostopate tudi v meniju Orodja ali (v Firefoxu 4 in kasnejših v Windowsu in Linuxu) Firefoxovem meniju. Priročno je na voljo tudi gumb orodne vrstice; za dos [...]
+<!ENTITY welcomepara1_sm "Hvala, da uporabljate <a id='addonlink'>Saved Password Editor</a>. Do dodatnih možnosti lahko dostopate v Orodja > Možnosti ali Uredi > Nastavitve (odvisno od vašega opracijskega sistema), z izbiro podokna "Varnost" in s klikom na gumb "Shranjena gesla …". Do shranjenih gesel lahko dostopate tudi v meniju Orodja ali Firefoxovem meniju. Priročno je na voljo tudi gumb orodne vrstice; za dostop do njega izberite Pogled > Orodne vrstice  [...]
+<!ENTITY welcomepara2 "Upoštevajte, da je pogovorno okno shranjenih gesel osnovni sestavni del <span id='appname'/>a in ne tega dodatka, razen dodatnih možnosti omenjenih zgoraj. Gumb orodne vrstice je dodan samo zaradi priročnosti v pričakovanju, da bodo nekateri uporabniki dostopali do pogovornega okna bolj pogosteje kot običajno.">
+<!ENTITY welcomepara3 "S prijavami povezanih s določnimi spletnimi stranmi lahko upravljate tudi z desnim klikom na katerokoli polje strani in izbiro dejanja.">

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



More information about the Pkg-mozext-commits mailing list