r47343 - in /packages/texmaker/trunk/debian/patches: 30-fix-spelling-errors.patch series
jump-guest at users.alioth.debian.org
jump-guest at users.alioth.debian.org
Tue Sep 27 19:17:04 UTC 2016
Author: jump-guest
Date: Tue Sep 27 19:17:03 2016
New Revision: 47343
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47343
Log:
Fix spelling errors
Added:
packages/texmaker/trunk/debian/patches/30-fix-spelling-errors.patch
Modified:
packages/texmaker/trunk/debian/patches/series
Added: packages/texmaker/trunk/debian/patches/30-fix-spelling-errors.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/30-fix-spelling-errors.patch?rev=47343&op=file
==============================================================================
--- packages/texmaker/trunk/debian/patches/30-fix-spelling-errors.patch (added)
+++ packages/texmaker/trunk/debian/patches/30-fix-spelling-errors.patch Tue Sep 27 19:17:03 2016
@@ -0,0 +1,451 @@
+Description: Fix spelling errors.
+Forwarded: yes
+Last-Update: 2016-09-27
+Author: Julián Moreno Patiño <julian at debian.org>
+--- a/icondelegate.cpp
++++ b/icondelegate.cpp
+@@ -271,7 +271,7 @@
+ display.setRect(x, y, w, h);
+ break; }
+ default:
+- qWarning("doLayout: decoration positon is invalid");
++ qWarning("doLayout: decoration position is invalid");
+ decoration = *pixmapRect;
+ break;
+ }
+--- a/hunspell/affixmgr.cxx
++++ b/hunspell/affixmgr.cxx
+@@ -1259,7 +1259,7 @@ int AffixMgr::cpdrep_check(const char * word, int wl)
+ r = word;
+ lenr = strlen(reptable[i].pattern2);
+ lenp = strlen(reptable[i].pattern);
+- // search every occurence of the pattern in the word
++ // search every occurrence of the pattern in the word
+ while ((r=strstr(r, reptable[i].pattern)) != NULL) {
+ strcpy(candidate, word);
+ if (r-word + lenr + strlen(r+lenp) >= MAXLNLEN) break;
+--- a/hunspell/suggestmgr.cxx
++++ b/hunspell/suggestmgr.cxx
+@@ -449,7 +449,7 @@ int SuggestMgr::replchars(char** wlst, const char * word, int ns, int cpdsuggest
+ r = word;
+ lenr = strlen(reptable[i].pattern2);
+ lenp = strlen(reptable[i].pattern);
+- // search every occurence of the pattern in the word
++ // search every occurrence of the pattern in the word
+ while ((r=strstr(r, reptable[i].pattern)) != NULL) {
+ strcpy(candidate, word);
+ if (r-word + lenr + strlen(r+lenp) >= MAXSWUTF8L) break;
+--- a/replacewidget.cpp
++++ b/replacewidget.cpp
+@@ -70,7 +70,7 @@ if (ui.checkSelection->isChecked())
+ if (result>-1)
+ {
+ startpos=result;
+- switch( QMessageBox::warning(this, "Texmaker",tr("Replace this occurence ? "),tr("Yes"), tr("No"), tr("Cancel"), 0,2 ) )
++ switch( QMessageBox::warning(this, "Texmaker",tr("Replace this occurrence ? "),tr("Yes"), tr("No"), tr("Cancel"), 0,2 ) )
+ {
+ case 0:
+ replaceSelection();
+@@ -93,7 +93,7 @@ else
+ while (go && editor->search( ui.comboFind->currentText(), ui.checkCase->isChecked(),
+ ui.checkWords->isChecked(), ui.radioForward->isChecked(), !ui.checkBegin->isChecked(),ui.checkRegExp->isChecked()) )
+ {
+- switch( QMessageBox::warning(this, "Texmaker",tr("Replace this occurence ? "),tr("Yes"), tr("No"), tr("Cancel"), 0,2 ) )
++ switch( QMessageBox::warning(this, "Texmaker",tr("Replace this occurrence ? "),tr("Yes"), tr("No"), tr("Cancel"), 0,2 ) )
+ {
+ case 0:
+ editor->replace(ui.comboReplace->currentText(),ui.checkRegExp->isChecked(),ui.comboFind->currentText() );
+--- a/trans/texmaker_ar.ts
++++ b/trans/texmaker_ar.ts
+@@ -1707,7 +1707,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>عÙÙض Ùذا اÙتÙاجدØ</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_ca.ts
++++ b/trans/texmaker_ca.ts
+@@ -1701,7 +1701,7 @@ amb la codificació de carà cters predeterminada</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Reemplaça en aquesta ocurrència?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_cs.ts
++++ b/trans/texmaker_cs.ts
+@@ -1829,7 +1829,7 @@ zakódovánà správnÄ rozÅ¡ifrovat</translation>
+ <context>
+ <name>ReplaceDialog</name>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Nahradit tento výskyt?</translation>
+ </message>
+ <message>
+@@ -1985,7 +1985,7 @@ zakódovánà správnÄ rozÅ¡ifrovat</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Nahradit tento výskyt?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_da.ts
++++ b/trans/texmaker_da.ts
+@@ -1700,7 +1700,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+--- a/trans/texmaker_de.ts
++++ b/trans/texmaker_de.ts
+@@ -1934,7 +1934,7 @@ with the default encoding setting</source>
+ <translation type="obsolete">Rückwärts</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Dieses Auftreten ersetzen?</translation>
+ </message>
+ <message>
+@@ -2038,7 +2038,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Diesen Eintrag ersetzen ?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_el.ts
++++ b/trans/texmaker_el.ts
+@@ -1796,7 +1796,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>ÎνÏικαÏάÏÏαÏη αÏ
ÏÎ®Ï ÏÎ·Ï ÎµÏÏεÏηÏ; </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_es.ts
++++ b/trans/texmaker_es.ts
+@@ -1819,7 +1819,7 @@ correctamente con la codificación por defecto</translation>
+ <context>
+ <name>ReplaceDialog</name>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">¿Reemplazar esta ocurrencia?</translation>
+ </message>
+ <message>
+@@ -1971,7 +1971,7 @@ correctamente con la codificación por defecto</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translatorcomment>ocurrencia no es válida en este contexto</translatorcomment>
+ <translation>¿Reemplazar esta aparición?</translation>
+ </message>
+--- a/trans/texmaker_fa.ts
++++ b/trans/texmaker_fa.ts
+@@ -2091,7 +2091,7 @@ with the default encoding setting</source>
+ <translation type="obsolete">ب٠عÙب</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Ù
Ùرد Ù¾Ûدا شد٠جاÛگزÛÙ Ø´ÙدØ</translation>
+ </message>
+ <message>
+@@ -2195,7 +2195,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="unfinished">Ù
Ùرد Ù¾Ûدا شد٠جاÛگزÛÙ Ø´ÙدØ</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_fr.ts
++++ b/trans/texmaker_fr.ts
+@@ -1963,8 +1963,8 @@ avec l'encodage défini par défaut</translation>
+ <translation type="obsolete">En arrière</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
+- <translation type="obsolete">Remplacer cette occurence ?</translation>
++ <source>Replace this occurrence ? </source>
++ <translation type="obsolete">Remplacer cette occurrence ?</translation>
+ </message>
+ <message>
+ <source>Yes</source>
+@@ -2071,8 +2071,8 @@ avec l'encodage défini par défaut</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
+- <translation>Remplacer cette occurence ?</translation>
++ <source>Replace this occurrence ? </source>
++ <translation>Remplacer cette occurrence ?</translation>
+ </message>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+--- a/trans/texmaker_gl.ts
++++ b/trans/texmaker_gl.ts
+@@ -1781,7 +1781,7 @@ with the default encoding setting</source>
+ <context>
+ <name>ReplaceDialog</name>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">¿Reemprazar esta coincidencia?</translation>
+ </message>
+ <message>
+@@ -1929,7 +1929,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>¿Reemprazar esta coincidencia?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_hu.ts
++++ b/trans/texmaker_hu.ts
+@@ -1775,7 +1775,7 @@ az alapértelmezett kódolási beállÃtással</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Cseréli ezt az elÅfordulást?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_it.ts
++++ b/trans/texmaker_it.ts
+@@ -1946,7 +1946,7 @@ con le impostazioni di codifica di default</translation>
+ <translation type="obsolete">Indietro</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Sostituisci questa volta?</translation>
+ </message>
+ <message>
+@@ -2050,7 +2050,7 @@ con le impostazioni di codifica di default</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Sostituisci questa volta ? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_lv.ts
++++ b/trans/texmaker_lv.ts
+@@ -1712,7 +1712,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>AizstÄt Å¡o gadÄ«jumu ? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_nl.ts
++++ b/trans/texmaker_nl.ts
+@@ -1945,7 +1945,7 @@ worden met de standaard encodeer instellingen</translation>
+ <translation type="obsolete">Achterwaarts</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Dit voorval vervangen ?</translation>
+ </message>
+ <message>
+@@ -2049,7 +2049,7 @@ worden met de standaard encodeer instellingen</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Dit voorval vervangen ?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_pl.ts
++++ b/trans/texmaker_pl.ts
+@@ -1955,7 +1955,7 @@ with the default encoding setting</source>
+ <translation type="obsolete">Wstecz</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">ZastÄ
piÄ bieżÄ
ce dopasowanie?</translation>
+ </message>
+ <message>
+@@ -2063,7 +2063,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>ZastÄ
piÄ bieżÄ
ce dopasowanie?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_pt.ts
++++ b/trans/texmaker_pt.ts
+@@ -1934,7 +1934,7 @@ com as configurações de descodificação padrão</translation>
+ <translation type="obsolete">Voltar</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Substituir ocorrência?</translation>
+ </message>
+ <message>
+@@ -2038,7 +2038,7 @@ com as configurações de descodificação padrão</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Substituir esta ocorrência?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_pt_BR.ts
++++ b/trans/texmaker_pt_BR.ts
+@@ -1938,7 +1938,7 @@ com as configurações de decodificação padrão</translation>
+ <translation type="obsolete">Voltar</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">Substituir ocorrência?</translation>
+ </message>
+ <message>
+@@ -2042,7 +2042,7 @@ com as configurações de decodificação padrão</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Substituir esta ocorrência?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_ru.ts
++++ b/trans/texmaker_ru.ts
+@@ -1891,7 +1891,7 @@ with the default encoding setting</source>
+ <translation type="obsolete">Ðазад</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">ÐамениÑÑ ÑÑо вÑ
ождение? </translation>
+ </message>
+ <message>
+@@ -1995,7 +1995,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>ÐамениÑÑ ÑÑо вÑ
ождение? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_se.ts
++++ b/trans/texmaker_se.ts
+@@ -1775,7 +1775,7 @@ med standardinställningarna för kodning</translation>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Ersätt denna förekomst ? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_sr.ts
++++ b/trans/texmaker_sr.ts
+@@ -1791,7 +1791,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>Ðа заменим Ð¾Ð²Ñ Ð¿Ð¾ÑÐ°Ð²Ñ ? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_uk.ts
++++ b/trans/texmaker_uk.ts
+@@ -1704,7 +1704,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>ÐамÑниÑи Ñе вÑ
Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ ?</translation>
+ </message>
+ <message>
+--- a/trans/texmaker_vi_VN.ts
++++ b/trans/texmaker_vi_VN.ts
+@@ -1700,7 +1700,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+--- a/trans/texmaker_zh_CN.ts
++++ b/trans/texmaker_zh_CN.ts
+@@ -1781,7 +1781,7 @@ with the default encoding setting</source>
+ <context>
+ <name>ReplaceDialog</name>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">æ¿æ¢è¿ä¸ª ? </translation>
+ </message>
+ <message>
+@@ -1933,7 +1933,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>æ¿æ¢è¿ä¸ª ? </translation>
+ </message>
+ <message>
+--- a/trans/texmaker_zh_TW.ts
++++ b/trans/texmaker_zh_TW.ts
+@@ -2055,7 +2055,7 @@ with the default encoding setting</source>
+ <translation type="obsolete">åå¾</translation>
+ </message>
+ <message>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation type="obsolete">æ¿æéåäºä»¶ï¼</translation>
+ </message>
+ <message>
+@@ -2159,7 +2159,7 @@ with the default encoding setting</source>
+ <message>
+ <location filename="../replacewidget.cpp" line="73"/>
+ <location filename="../replacewidget.cpp" line="96"/>
+- <source>Replace this occurence ? </source>
++ <source>Replace this occurrence ? </source>
+ <translation>æ¿æéåäºä»¶ï¼</translation>
+ </message>
+ <message>
Modified: packages/texmaker/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/series?rev=47343&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/series (original)
+++ packages/texmaker/trunk/debian/patches/series Tue Sep 27 19:17:03 2016
@@ -1,4 +1,4 @@
10_spelling_dict.patch
20-add-keywords-desktop-file.patch
+30-fix-spelling-errors.patch
use-system-synctex.patch
-fix-qtlocalpeer-compilation
More information about the debian-science-commits
mailing list