From 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 20 Aug 2018 21:12:06 -0400 Subject: Removed gtk+ docs --- gtk+-mingw/share/gettext/styles/po-default.css | 26 ---------------------- gtk+-mingw/share/gettext/styles/po-emacs-x.css | 24 -------------------- gtk+-mingw/share/gettext/styles/po-emacs-xterm.css | 22 ------------------ .../share/gettext/styles/po-emacs-xterm16.css | 24 -------------------- .../share/gettext/styles/po-emacs-xterm256.css | 24 -------------------- gtk+-mingw/share/gettext/styles/po-vim.css | 24 -------------------- 6 files changed, 144 deletions(-) delete mode 100644 gtk+-mingw/share/gettext/styles/po-default.css delete mode 100644 gtk+-mingw/share/gettext/styles/po-emacs-x.css delete mode 100644 gtk+-mingw/share/gettext/styles/po-emacs-xterm.css delete mode 100644 gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css delete mode 100644 gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css delete mode 100644 gtk+-mingw/share/gettext/styles/po-vim.css (limited to 'gtk+-mingw/share/gettext/styles') diff --git a/gtk+-mingw/share/gettext/styles/po-default.css b/gtk+-mingw/share/gettext/styles/po-default.css deleted file mode 100644 index a87c110..0000000 --- a/gtk+-mingw/share/gettext/styles/po-default.css +++ /dev/null @@ -1,26 +0,0 @@ -/* 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 . */ - -.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 deleted file mode 100644 index 331e73c..0000000 --- a/gtk+-mingw/share/gettext/styles/po-emacs-x.css +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 . */ - -.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 deleted file mode 100644 index fd70425..0000000 --- a/gtk+-mingw/share/gettext/styles/po-emacs-xterm.css +++ /dev/null @@ -1,22 +0,0 @@ -/* 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 . */ - -.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 deleted file mode 100644 index c0f8a47..0000000 --- a/gtk+-mingw/share/gettext/styles/po-emacs-xterm16.css +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 . */ - -.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 deleted file mode 100644 index 00fd555..0000000 --- a/gtk+-mingw/share/gettext/styles/po-emacs-xterm256.css +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 . */ - -.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 deleted file mode 100644 index 591c4fe..0000000 --- a/gtk+-mingw/share/gettext/styles/po-vim.css +++ /dev/null @@ -1,24 +0,0 @@ -/* 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 . */ - -.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); } -- cgit v1.2.3