[gedit] Remove translatable strings from the snippets lang file. Fixes bug #601822.



commit 00c32b60310ce76fbf6b01f31933627f89dfbe27
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Nov 13 23:46:31 2009 +0100

    Remove translatable strings from the snippets lang file. Fixes bug #601822.

 plugins/snippets/data/lang/snippets.lang |   32 +++++++++++++++---------------
 po/POTFILES.in                           |    1 -
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/plugins/snippets/data/lang/snippets.lang b/plugins/snippets/data/lang/snippets.lang
index 5d93b0d..81e5739 100644
--- a/plugins/snippets/data/lang/snippets.lang
+++ b/plugins/snippets/data/lang/snippets.lang
@@ -20,23 +20,23 @@
  Boston, MA 02111-1307, USA.
 
 -->
-<language id="snippets" _name="Snippets" hidden="true" version="2.0">
+<language id="snippets" name="Snippets" hidden="true" version="2.0">
   <styles>
-    <style id="placeholder-bounds" _name="Placeholder begin and end" map-to="def:function"/>
-    <style id="default-value"      _name="Default Value" map-to="def:string"/>
-    <style id="single-placeholder" _name="Single Placeholder" map-to="def:decimal"/>
-    <style id="shell-placeholder"  _name="Shell Placeholder" map-to="def:preprocessor"/>
-    <style id="python-placeholder" _name="Python Placeholder" map-to="def:preprocessor"/>
-    <style id="regex-placeholder"  _name="Regular Expression Placeholder" map-to="def:preprocessor"/>
-    <style id="tabstop"            _name="Tabstop"  map-to="def:decimal"/>
-    <style id="placeholder-ref"    _name="Placeholder Reference" map-to="def:decimal"/>
-    <style id="placeholder-def"    _name="Placeholder Default" map-to="def:string"/>
-    <style id="escape"             _name="Escape" map-to="def:special-char"/>
-    <style id="environmental-var"  _name="Environmental Variable" map-to="def:string"/>
-    <style id="seperator"          _name="Seperator" map-to="def:shebang"/>
-    <style id="regex-pattern"      _name="Regular Expression Pattern" map-to="def:string"/>
-    <style id="replace-pattern"    _name="Regular Expression Replace Pattern" map-to="def:string"/>
-    <style id="modifier"           _name="Modifier" map-to="def:keyword"/>
+    <style id="placeholder-bounds" name="Placeholder begin and end" map-to="def:function"/>
+    <style id="default-value"      name="Default Value" map-to="def:string"/>
+    <style id="single-placeholder" name="Single Placeholder" map-to="def:decimal"/>
+    <style id="shell-placeholder"  name="Shell Placeholder" map-to="def:preprocessor"/>
+    <style id="python-placeholder" name="Python Placeholder" map-to="def:preprocessor"/>
+    <style id="regex-placeholder"  name="Regular Expression Placeholder" map-to="def:preprocessor"/>
+    <style id="tabstop"            name="Tabstop"  map-to="def:decimal"/>
+    <style id="placeholder-ref"    name="Placeholder Reference" map-to="def:decimal"/>
+    <style id="placeholder-def"    name="Placeholder Default" map-to="def:string"/>
+    <style id="escape"             name="Escape" map-to="def:special-char"/>
+    <style id="environmental-var"  name="Environmental Variable" map-to="def:string"/>
+    <style id="seperator"          name="Seperator" map-to="def:shebang"/>
+    <style id="regex-pattern"      name="Regular Expression Pattern" map-to="def:string"/>
+    <style id="replace-pattern"    name="Regular Expression Replace Pattern" map-to="def:string"/>
+    <style id="modifier"           name="Modifier" map-to="def:keyword"/>
   </styles>
 
   <definitions>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a270a50..4315099 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -79,7 +79,6 @@ plugins/quickopen/quickopen/popup.py
 plugins/quickopen/quickopen/windowhelper.py
 plugins/quickopen/quickopen.gedit-plugin.desktop.in
 plugins/snippets/snippets.gedit-plugin.desktop.in
-plugins/snippets/data/lang/snippets.lang
 [type: gettext/glade]plugins/snippets/snippets/snippets.ui
 plugins/snippets/snippets/Document.py
 plugins/snippets/snippets/WindowHelper.py



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]