]> git.pld-linux.org Git - packages/linux_logo.git/blob - linux_logo-po.patch
- updated for 4.14
[packages/linux_logo.git] / linux_logo-po.patch
1 diff -u linux_logo-4.09/po.orig/es.po linux_logo-4.09/po/es.po
2 --- linux_logo-4.09/po.orig/es.po       Wed Mar 17 21:55:33 2004
3 +++ linux_logo-4.09/po/es.po    Tue Aug  3 12:33:14 2004
4 @@ -12,7 +12,7 @@
5  "Language-Team: Spanish <es@li.org>\n"
6  "MIME-Version: 1.0\n"
7  "Content-Type: text/plain; charset=iso-8859-1\n"
8 -"Content-Transfer-Encoding: ENCODING\n"
9 +"Content-Transfer-Encoding: 8bit\n"
10  "Plural-Forms: nplulars=2; plural=n != 1;\n"
11  
12  #: ../linux_logo.c:34
13 diff -u linux_logo-4.09/po.orig/nl.po linux_logo-4.09/po/nl.po
14 --- linux_logo-4.09/po.orig/nl.po       Wed Mar 17 21:55:45 2004
15 +++ linux_logo-4.09/po/nl.po    Tue Aug  3 12:34:00 2004
16 @@ -12,7 +12,7 @@
17  "Language-Team: LANGUAGE <LL@li.org>\n"
18  "MIME-Version: 1.0\n"
19  "Content-Type: text/plain; charset=iso-8859-1\n"
20 -"Content-Transfer-Encoding: ENCODING\n"
21 +"Content-Transfer-Encoding: 8bit\n"
22  "Plural-Forms: nplulars=2; plural=n != 1;\n"
23  
24  #: ../linux_logo.c:34
25 diff -u linux_logo-4.09/po.orig/pt_BR.po linux_logo-4.09/po/pt_BR.po
26 --- linux_logo-4.09/po.orig/pt_BR.po    Wed Mar 17 21:56:10 2004
27 +++ linux_logo-4.09/po/pt_BR.po Tue Aug  3 12:33:39 2004
28 @@ -12,7 +12,7 @@
29  "Language-Team: LANGUAGE <LL@li.org>\n"
30  "MIME-Version: 1.0\n"
31  "Content-Type: text/plain; charset=iso-8859-1\n"
32 -"Content-Transfer-Encoding: ENCODING\n"
33 +"Content-Transfer-Encoding: 8bit\n"
34  
35  #: ../linux_logo.c:38
36  msgid "Zero"
37 --- linux_logo-4.13/po/pl.po.orig       2002-03-12 02:19:18.000000000 +0100
38 +++ linux_logo-4.13/po/pl.po    2006-02-05 21:32:18.672178750 +0100
39 @@ -4,11 +4,11 @@
40  #
41  msgid ""
42  msgstr ""
43 -"Project-Id-Version: 4.01\n"
44 -"POT-Creation-Date: 2002-02-19 00:50+0100\n"
45 -"PO-Revision-Date: 2002-02-18 19:14GMT\n"
46 +"Project-Id-Version: 4.13\n"\r
47 +"POT-Creation-Date: 2006-02-05 21:12+0100\n"\r
48 +"PO-Revision-Date: 2006-02-05 21:30+0100\n"
49  "Last-Translator: Patryk ¦ciborek <scibi@inetia.pl>\n"
50 -"Language-Team: Polski <pl@li.org>\n"
51 +"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
52  "MIME-Version: 1.0\n"
53  "Content-Type: text/plain; charset=iso-8859-2\n"
54  "Content-Transfer-Encoding: 8bit\n"
55 @@ -93,5 +93,14 @@
56  "³±cznie #B bogomips\n"
57  "#H\n"
58  
59 +#. Plural.  With the coming of i18n you really can't assume plurals can
60 +#. be made by adding a string to the end.  Hopefully this can fix it for
61 +#. most languages.  If they require significant word-order changes then
62 +#. we'll have even more problems
63 +#: ../defaults.h:19\r
64 +msgid "Processor"
65 +msgstr "procesor"
66 +
67 +#: ../defaults.h:20\r
68  msgid "Processors"
69 -msgstr "Procesory"
70 +msgstr "procesory"
71 --- linux_logo-4.13/linux_logo.c.orig   2006-02-05 21:32:44.005762000 +0100
72 +++ linux_logo-4.13/linux_logo.c        2006-02-05 21:50:07.242960250 +0100
73 @@ -619,7 +619,7 @@
74         /* i18n */\r
75      setlocale(LC_ALL, "");\r
76      textdomain("linux_logo");\r
77 -    bindtextdomain("linux_logo", "/usr/lib/locale");\r
78 +    bindtextdomain("linux_logo", "/usr/share/locale");\r
79  #endif   \r
80         /* Set some defaults */\r
81      setup_info(&settings); \r
This page took 0.061172 seconds and 3 git commands to generate.