SOURCES: linux_logo-po.patch - update pl.po, fix locale path

qboosh qboosh at pld-linux.org
Sun Feb 5 21:48:38 CET 2006


Author: qboosh                       Date: Sun Feb  5 20:48:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update pl.po, fix locale path

---- Files affected:
SOURCES:
   linux_logo-po.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/linux_logo-po.patch
diff -u SOURCES/linux_logo-po.patch:1.2 SOURCES/linux_logo-po.patch:1.3
--- SOURCES/linux_logo-po.patch:1.2	Sun Apr 24 23:31:30 2005
+++ SOURCES/linux_logo-po.patch	Sun Feb  5 21:48:32 2006
@@ -34,3 +34,48 @@
  
  #: ../linux_logo.c:38
  msgid "Zero"
+--- linux_logo-4.13/po/pl.po.orig	2002-03-12 02:19:18.000000000 +0100
++++ linux_logo-4.13/po/pl.po	2006-02-05 21:32:18.672178750 +0100
+@@ -4,11 +4,11 @@
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: 4.01\n"
+-"POT-Creation-Date: 2002-02-19 00:50+0100\n"
+-"PO-Revision-Date: 2002-02-18 19:14GMT\n"
++"Project-Id-Version: 4.13\n"
++"POT-Creation-Date: 2006-02-05 21:12+0100\n"
++"PO-Revision-Date: 2006-02-05 21:30+0100\n"
+ "Last-Translator: Patryk Ściborek <scibi at inetia.pl>\n"
+-"Language-Team: Polski <pl at li.org>\n"
++"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=iso-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+@@ -93,5 +93,14 @@
+ "łącznie #B bogomips\n"
+ "#H\n"
+ 
++#. Plural.  With the coming of i18n you really can't assume plurals can
++#. be made by adding a string to the end.  Hopefully this can fix it for
++#. most languages.  If they require significant word-order changes then
++#. we'll have even more problems
++#: ../defaults.h:19
++msgid "Processor"
++msgstr "procesor"
++
++#: ../defaults.h:20
+ msgid "Processors"
+-msgstr "Procesory"
++msgstr "procesory"
+--- linux_logo-4.13/linux_logo.c.orig	2006-02-05 21:32:44.005762000 +0100
++++ linux_logo-4.13/linux_logo.c	2006-02-05 21:50:07.242960250 +0100
+@@ -619,7 +619,7 @@
+        /* i18n */
+     setlocale(LC_ALL, "");
+     textdomain("linux_logo");
+-    bindtextdomain("linux_logo", "/usr/lib/locale");
++    bindtextdomain("linux_logo", "/usr/share/locale");
+ #endif   
+        /* Set some defaults */
+     setup_info(&settings); 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux_logo-po.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list