summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gettext/styles
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/gettext/styles')
-rw-r--r--gtk+-mingw/share/gettext/styles/po-default.css26
-rw-r--r--gtk+-mingw/share/gettext/styles/po-emacs-x.css24
-rw-r--r--gtk+-mingw/share/gettext/styles/po-emacs-xterm.css22
-rw-r--r--gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css24
-rw-r--r--gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css24
-rw-r--r--gtk+-mingw/share/gettext/styles/po-vim.css24
6 files changed, 144 insertions, 0 deletions
diff --git a/gtk+-mingw/share/gettext/styles/po-default.css b/gtk+-mingw/share/gettext/styles/po-default.css
new file mode 100644
index 0000000..a87c110
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-default.css
@@ -0,0 +1,26 @@
+/* Default styling rules for PO files when doing terminal output.
+ Copyright (C) 2006-2007 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.translator-comment { color : green; }
+.obsolete { color : green; }
+.extracted-comment { color : green; font-weight: bold; }
+.flag { text-decoration : underline; }
+.fuzzy-flag { text-decoration : none; }
+.text { color : magenta; }
+.msgstr .text { color : blue; }
+.fuzzy .msgstr .text { color : red; }
+.format-directive { font-weight: bold; }
+.invalid-format-directive { background-color : red; color : white; font-weight: bold; }
diff --git a/gtk+-mingw/share/gettext/styles/po-emacs-x.css b/gtk+-mingw/share/gettext/styles/po-emacs-x.css
new file mode 100644
index 0000000..331e73c
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-emacs-x.css
@@ -0,0 +1,24 @@
+/* Styling rules for PO files, imitating emacs 21 and 22 in an X window.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.comment { color : rgb(178,34,34); }
+.reference { color : rgb(95,158,160); }
+.flag { color : rgb(0,0,0); }
+.keyword { color : rgb(160,32,240); }
+.string { color : rgb(160,32,240); }
+.text { color : rgb(0,0,0); }
+.escape-sequence { color : rgb(184,134,11); }
+.format-directive { color : rgb(184,134,11); }
diff --git a/gtk+-mingw/share/gettext/styles/po-emacs-xterm.css b/gtk+-mingw/share/gettext/styles/po-emacs-xterm.css
new file mode 100644
index 0000000..fd70425
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-emacs-xterm.css
@@ -0,0 +1,22 @@
+/* Styling rules for PO files, imitating emacs 22 in an xterm terminal.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.reference { color : rgb(205,0,205); }
+.keyword { color : rgb(0,255,255); font-weight : bold; }
+.string { color : rgb(0,255,255); font-weight : bold; }
+.text { color : rgb(0,0,0); font-weight : normal; }
+.escape-sequence { color : rgb(205,205,0); }
+.format-directive { color : rgb(205,205,0); }
diff --git a/gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css b/gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css
new file mode 100644
index 0000000..c0f8a47
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css
@@ -0,0 +1,24 @@
+/* Styling rules for PO files, imitating emacs 22 in an xterm-16color terminal.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.comment { color : rgb(205,0,0); }
+.reference { color : rgb(0,205,205); }
+.flag { color : rgb(0,0,0); }
+.keyword { color : rgb(205,0,205); }
+.string { color : rgb(205,0,205); }
+.text { color : rgb(0,0,0); }
+.escape-sequence { color : rgb(205,205,0); }
+.format-directive { color : rgb(205,205,0); }
diff --git a/gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css b/gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css
new file mode 100644
index 0000000..00fd555
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css
@@ -0,0 +1,24 @@
+/* Styling rules for PO files, imitating emacs 22 in an xterm-256color terminal.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.comment { color : rgb(175,0,0); }
+.reference { color : rgb(95,175,175); }
+.flag { color : rgb(0,0,0); }
+.keyword { color : rgb(175,0,255); }
+.string { color : rgb(175,0,255); }
+.text { color : rgb(0,0,0); }
+.escape-sequence { color : rgb(175,135,0); }
+.format-directive { color : rgb(175,135,0); }
diff --git a/gtk+-mingw/share/gettext/styles/po-vim.css b/gtk+-mingw/share/gettext/styles/po-vim.css
new file mode 100644
index 0000000..591c4fe
--- /dev/null
+++ b/gtk+-mingw/share/gettext/styles/po-vim.css
@@ -0,0 +1,24 @@
+/* Styling rules for PO files, imitating vim 7.
+ Copyright (C) 2006 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+.comment { color : rgb(0,0,205); }
+.reference-comment { color : rgb(205,0,205); }
+.flag-comment { color : rgb(205,0,205); }
+.fuzzy-flag { color : rgb(0,0,0); background-color : rgb(205,205,0); }
+.keyword { color : rgb(205,205,0); }
+.string { color : rgb(205,0,0); }
+.escape-sequence { color : rgb(205,0,205); }
+.format-directive { color : rgb(205,0,205); }