SOURCES: kde-i18n-locale-names.patch - don't use patch as mv
qboosh
qboosh at pld-linux.org
Wed Aug 27 19:52:47 CEST 2008
Author: qboosh Date: Wed Aug 27 17:52:47 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't use patch as mv
---- Files affected:
SOURCES:
kde-i18n-locale-names.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/kde-i18n-locale-names.patch
diff -u SOURCES/kde-i18n-locale-names.patch:1.2 SOURCES/kde-i18n-locale-names.patch:1.3
--- SOURCES/kde-i18n-locale-names.patch:1.2 Sat Feb 16 00:39:48 2008
+++ SOURCES/kde-i18n-locale-names.patch Wed Aug 27 19:52:41 2008
@@ -33,766 +33,6 @@
#>+ 2
docs-am:
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/khangman/sr at latin.txt 1970-01-01 01:00:00.000000000 +0100
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/khangman/sr at latin.txt 2007-11-11 12:16:53.270639018 +0100
-@@ -0,0 +1,5 @@
-+ć
-+č
-+đ
-+š
-+ž
-\ Brak znaku nowej linii na końcu pliku
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/khangman/sr at Latn.txt 2005-09-10 11:40:15.000000000 +0200
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/khangman/sr at Latn.txt 1970-01-01 01:00:00.000000000 +0100
-@@ -1,5 +0,0 @@
--ć
--č
--đ
--š
--ž
-\ Brak znaku nowej linii na końcu pliku
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logohighlightstyle.sr at latin.xml 1970-01-01 01:00:00.000000000 +0100
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logohighlightstyle.sr at latin.xml 2007-11-11 12:16:53.337309005 +0100
-@@ -0,0 +1,141 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<!DOCTYPE language>
-+<!-- Logo syntax highlightning v0.2 by Cies Breijs -->
-+<language name="sr at latin" version="0.2" kateversion="2.1" section="Logo" extensions="*.logo;*.lgo;*.LOGO;*.Logo" mimetype="text/x-logosrc;text/x-logo;application/x-logo" priority="9" casesensitive="0">
-+
-+
-+<highlighting>
-+ <list name="metafunctions">
-+ <item> nauči </item>
-+ </list>
-+
-+ <list name="statements">
-+ <item> trči </item>
-+ <item> očisti </item>
-+ <item> oč </item>
-+ <item> idi </item>
-+ <item> idiv </item>
-+ <item> iv </item>
-+ <item> idiu </item>
-+ <item> iu </item>
-+ <item> napred </item>
-+ <item> np </item>
-+ <item> nazad </item>
-+ <item> nz </item>
-+ <item> smer </item>
-+ <item> sm </item>
-+ <item> skrenilevo </item>
-+ <item> sl </item>
-+ <item> skrenidesno </item>
-+ <item> sd </item>
-+ <item> centar </item>
-+ <item> širinapera </item>
-+ <item> šp </item>
-+ <item> perogore </item>
-+ <item> pg </item>
-+ <item> perodole </item>
-+ <item> pd </item>
-+ <item> bojapera </item>
-+ <item> bo </item>
-+ <item> bojaplatna </item>
-+ <item> bp </item>
-+ <item> veličinaplatna </item>
-+ <item> vp </item>
-+ <item> prikaži </item>
-+ <item> pr </item>
-+ <item> sakrij </item>
-+ <item> sk </item>
-+ <item> pritisni </item>
-+ <item> pt </item>
-+ <item> promeni </item>
-+ <item> pm </item>
-+ <item> poruka </item>
-+ <item> ulazniprozor </item>
-+ <item> štampaj </item>
-+ <item> tipfonta </item>
-+ <item> veličinafonta </item>
-+ <item> slučajno </item>
-+ <item> prelom </item>
-+ <item> bezpreloma </item>
-+ <item> resetuj </item>
-+ </list>
-+
-+ <list name="controllers">
-+ <item> dok </item>
-+ <item> zasvako </item>
-+ <item> u </item>
-+ <item> za </item>
-+ <item> do </item>
-+ <item> radi </item>
-+ <item> ponavljaj </item>
-+ <item> pon </item>
-+ <item> ako </item>
-+ <item> inače </item>
-+ <item> vrati </item>
-+ <item> preseci </item>
-+ <item> čekaj </item>
-+ </list>
-+
-+ <list name="boolops">
-+ <item> i </item>
-+ <item> ili </item>
-+ <item> ne </item>
-+ </list>
-+
-+ <contexts>
-+ <context name="Normal" attribute="Normal Text" lineEndContext="#stay">
-+
-+ <keyword attribute="MetaFunctions" String="metafunctions" context="#stay"/>
-+ <keyword attribute="Statements" String="statements" context="#stay"/>
-+ <keyword attribute="Execution Controllers" String="controllers" context="#stay"/>
-+ <keyword attribute="Boolean Operators" String="boolops" context="#stay"/>
-+
-+ <RegExpr attribute="Expressers" String="([!=><][=]|[><])" context="#stay"/>
-+ <RegExpr attribute="Normal" String="[a-zA-Z_][a-zA-Z_0-9]+" context="#stay"/>
-+ <RegExpr attribute="Number" String="([0-9]+\.[0-9]*|\.[0-9]+)?|[0-9]*" context="#stay"/>
-+ <RegExpr attribute="Comment" String="#.*$" context="#stay"/>
-+ <RegExpr attribute="Operator" String="[+*/\(\)-]" context="#stay"/>
-+ <RegExpr attribute="Scopes" String="[\[\]]" context="#stay"/>
-+ <DetectChar attribute="String" char=""" context="String"/>
-+ </context>
-+
-+ <context name="String" attribute="String" lineEndContext="#stay">
-+ <HlCStringChar attribute="String" context="#stay"/>
-+ <RegExpr attribute="Operator" String="%[a-zA-Z]" context="#stay"/>
-+ <DetectChar attribute="String" char=""" context="#pop"/>
-+ </context>
-+
-+ </contexts>
-+
-+ <itemDatas>
-+ <itemData name="Normal Text" defStyleNum="dsNormal"/>
-+ <itemData name="Normal" defStyleNum="dsNormal"/>
-+ <itemData name="MetaFunctions" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
-+ <itemData name="Statements" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="0" italic="0"/>
-+ <itemData name="Execution Controllers" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="1" italic="0"/>
-+ <itemData name="Expressers" defStyleNum="dsKeyword" color="#1e99cc" selColor="#ffffff" bold="1" italic="0"/>
-+ <itemData name="Boolean Operators" defStyleNum="dsKeyword" color="#9922cc" selColor="#ffffff" bold="1" italic="0"/>
-+ <itemData name="Scopes" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
-+ <itemData name="Number" defStyleNum="dsFloat" color="#0000ff" selColor="#00eeff" bold="0" italic="0"/>
-+ <itemData name="Comment" defStyleNum="dsComment" color="#999922" selColor="#888888" bold="0" italic="0"/>
-+ <itemData name="String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
-+ <itemData name="Raw String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
-+ <itemData name="Operator" defStyleNum="dsOthers" color="#888888" selColor="#ffffff" bold="0" italic="0"/>
-+ </itemDatas>
-+</highlighting>
-+
-+
-+<general>
-+
-+ <folding indentationsensitive="0" />
-+
-+ <comments>
-+ <comment name="singleLine" start="#" />
-+ </comments>
-+
-+ <keywords casesensitive="0" />
-+
-+</general>
-+
-+
-+</language>
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logohighlightstyle.sr at Latn.xml 2005-09-10 11:40:15.000000000 +0200
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logohighlightstyle.sr at Latn.xml 1970-01-01 01:00:00.000000000 +0100
-@@ -1,141 +0,0 @@
--<?xml version="1.0" encoding="UTF-8"?>
--<!DOCTYPE language>
--<!-- Logo syntax highlightning v0.2 by Cies Breijs -->
--<language name="sr at Latn" version="0.2" kateversion="2.1" section="Logo" extensions="*.logo;*.lgo;*.LOGO;*.Logo" mimetype="text/x-logosrc;text/x-logo;application/x-logo" priority="9" casesensitive="0">
--
--
--<highlighting>
-- <list name="metafunctions">
-- <item> nauči </item>
-- </list>
--
-- <list name="statements">
-- <item> trči </item>
-- <item> očisti </item>
-- <item> oč </item>
-- <item> idi </item>
-- <item> idiv </item>
-- <item> iv </item>
-- <item> idiu </item>
-- <item> iu </item>
-- <item> napred </item>
-- <item> np </item>
-- <item> nazad </item>
-- <item> nz </item>
-- <item> smer </item>
-- <item> sm </item>
-- <item> skrenilevo </item>
-- <item> sl </item>
-- <item> skrenidesno </item>
-- <item> sd </item>
-- <item> centar </item>
-- <item> širinapera </item>
-- <item> šp </item>
-- <item> perogore </item>
-- <item> pg </item>
-- <item> perodole </item>
-- <item> pd </item>
-- <item> bojapera </item>
-- <item> bo </item>
-- <item> bojaplatna </item>
-- <item> bp </item>
-- <item> veličinaplatna </item>
-- <item> vp </item>
-- <item> prikaži </item>
-- <item> pr </item>
-- <item> sakrij </item>
-- <item> sk </item>
-- <item> pritisni </item>
-- <item> pt </item>
-- <item> promeni </item>
-- <item> pm </item>
-- <item> poruka </item>
-- <item> ulazniprozor </item>
-- <item> štampaj </item>
-- <item> tipfonta </item>
-- <item> veličinafonta </item>
-- <item> slučajno </item>
-- <item> prelom </item>
-- <item> bezpreloma </item>
-- <item> resetuj </item>
-- </list>
--
-- <list name="controllers">
-- <item> dok </item>
-- <item> zasvako </item>
-- <item> u </item>
-- <item> za </item>
-- <item> do </item>
-- <item> radi </item>
-- <item> ponavljaj </item>
-- <item> pon </item>
-- <item> ako </item>
-- <item> inače </item>
-- <item> vrati </item>
-- <item> preseci </item>
-- <item> čekaj </item>
-- </list>
--
-- <list name="boolops">
-- <item> i </item>
-- <item> ili </item>
-- <item> ne </item>
-- </list>
--
-- <contexts>
-- <context name="Normal" attribute="Normal Text" lineEndContext="#stay">
--
-- <keyword attribute="MetaFunctions" String="metafunctions" context="#stay"/>
-- <keyword attribute="Statements" String="statements" context="#stay"/>
-- <keyword attribute="Execution Controllers" String="controllers" context="#stay"/>
-- <keyword attribute="Boolean Operators" String="boolops" context="#stay"/>
--
-- <RegExpr attribute="Expressers" String="([!=><][=]|[><])" context="#stay"/>
-- <RegExpr attribute="Normal" String="[a-zA-Z_][a-zA-Z_0-9]+" context="#stay"/>
-- <RegExpr attribute="Number" String="([0-9]+\.[0-9]*|\.[0-9]+)?|[0-9]*" context="#stay"/>
-- <RegExpr attribute="Comment" String="#.*$" context="#stay"/>
-- <RegExpr attribute="Operator" String="[+*/\(\)-]" context="#stay"/>
-- <RegExpr attribute="Scopes" String="[\[\]]" context="#stay"/>
-- <DetectChar attribute="String" char=""" context="String"/>
-- </context>
--
-- <context name="String" attribute="String" lineEndContext="#stay">
-- <HlCStringChar attribute="String" context="#stay"/>
-- <RegExpr attribute="Operator" String="%[a-zA-Z]" context="#stay"/>
-- <DetectChar attribute="String" char=""" context="#pop"/>
-- </context>
--
-- </contexts>
--
-- <itemDatas>
-- <itemData name="Normal Text" defStyleNum="dsNormal"/>
-- <itemData name="Normal" defStyleNum="dsNormal"/>
-- <itemData name="MetaFunctions" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
-- <itemData name="Statements" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="0" italic="0"/>
-- <itemData name="Execution Controllers" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="1" italic="0"/>
-- <itemData name="Expressers" defStyleNum="dsKeyword" color="#1e99cc" selColor="#ffffff" bold="1" italic="0"/>
-- <itemData name="Boolean Operators" defStyleNum="dsKeyword" color="#9922cc" selColor="#ffffff" bold="1" italic="0"/>
-- <itemData name="Scopes" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
-- <itemData name="Number" defStyleNum="dsFloat" color="#0000ff" selColor="#00eeff" bold="0" italic="0"/>
-- <itemData name="Comment" defStyleNum="dsComment" color="#999922" selColor="#888888" bold="0" italic="0"/>
-- <itemData name="String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
-- <itemData name="Raw String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
-- <itemData name="Operator" defStyleNum="dsOthers" color="#888888" selColor="#ffffff" bold="0" italic="0"/>
-- </itemDatas>
--</highlighting>
--
--
--<general>
--
-- <folding indentationsensitive="0" />
--
-- <comments>
-- <comment name="singleLine" start="#" />
-- </comments>
--
-- <keywords casesensitive="0" />
--
--</general>
--
--
--</language>
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logokeywords.sr at latin.xml 1970-01-01 01:00:00.000000000 +0100
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logokeywords.sr at latin.xml 2007-11-11 12:16:53.357310004 +0100
-@@ -0,0 +1,224 @@
-+<?xml version="1.0"?>
-+<!DOCTYPE logokeywords>
-+
-+<logokeywords lang="sr at latin" ver="0.01">
-+
-+<!-- scope -->
-+ <command name="begin">
-+ <keyword>[</keyword>
-+ </command>
-+
-+ <command name="end">
-+ <keyword>]</keyword>
-+ </command>
-+
-+<!-- execution controllers -->
-+ <command name="while">
-+ <keyword>dok</keyword>
-+ </command>
-+
-+ <command name="if">
-+ <keyword>ako</keyword>
-+ </command>
-+
-+ <command name="else">
-+ <keyword>inače</keyword>
-+ </command>
-+
-+ <command name="for">
-+ <keyword>za</keyword>
-+ </command>
-+
-+ <command name="to">
-+ <keyword>do</keyword>
-+ </command>
-+
-+ <command name="return">
-+ <keyword>vrati</keyword>
-+ </command>
-+
-+ <command name="break">
-+ <keyword>preseci</keyword>
-+ </command>
-+
-+ <command name="foreach">
-+ <keyword>zasvako</keyword>
-+ </command>
-+
-+ <command name="in">
-+ <keyword>u</keyword>
-+ </command>
-+
-+ <command name="do">
-+ <keyword>radi</keyword>
-+ </command>
-+
-+ <command name="repeat">
-+ <keyword>ponavljaj</keyword>
-+ <alias>pon</alias>
-+ </command>
-+
-+ <command name="wait">
-+ <keyword>čekaj</keyword>
-+ </command>
-+
-+<!-- boolean operators -->
-+ <command name="and">
-+ <keyword>i</keyword>
-+ </command>
-+
-+ <command name="or">
-+ <keyword>ili</keyword>
-+ </command>
-+
-+ <command name="not">
-+ <keyword>ne</keyword>
-+ </command>
-+
-+
-+<!-- the meta command -->
-+ <command name="learn">
-+ <keyword>nauči</keyword>
-+ </command>
-+
-+
-+<!-- normal keywords -->
-+ <command name="run">
-+ <keyword>trči</keyword>
-+ </command>
-+
-+ <command name="clear">
-+ <keyword>očisti</keyword>
-+ <alias>oč</alias>
-+ </command>
-+
-+ <command name="go">
-+ <keyword>idi</keyword>
-+ </command>
-+
-+ <command name="gox">
-+ <keyword>idiv</keyword>
-+ <alias>iv</alias>
-+ </command>
-+
-+ <command name="goy">
-+ <keyword>idiu</keyword>
-+ <alias>iu</alias>
-+ </command>
-+
-+ <command name="forward">
-+ <keyword>napred</keyword>
-+ <alias>np</alias>
-+ </command>
-+
-+ <command name="backward">
-+ <keyword>nazad</keyword>
-+ <alias>nz</alias>
-+ </command>
-+
-+ <command name="direction">
-+ <keyword>smer</keyword>
-+ <alias>sm</alias>
-+ </command>
-+
-+ <command name="turnleft">
-+ <keyword>skrenilevo</keyword>
-+ <alias>sl</alias>
-+ </command>
-+
-+ <command name="turnright">
-+ <keyword>skrenidesno</keyword>
-+ <alias>sd</alias>
-+ </command>
-+
-+ <command name="center">
-+ <keyword>centar</keyword>
-+ </command>
-+
-+ <command name="setpenwidth">
-+ <keyword>širinapera</keyword>
-+ <alias>šp</alias>
-+ </command>
-+
-+ <command name="penup">
-+ <keyword>perogore</keyword>
-+ <alias>pg</alias>
-+ </command>
-+
-+ <command name="pendown">
-+ <keyword>perodole</keyword>
-+ <alias>pd</alias>
-+ </command>
-+
-+ <command name="setfgcolor">
-+ <keyword>bojapera</keyword>
-+ <alias>bo</alias>
-+ </command>
-+
-+ <command name="setbgcolor">
-+ <keyword>bojaplatna</keyword>
-+ <alias>bp</alias>
-+ </command>
-+
-+ <command name="resizecanvas">
-+ <keyword>veličinaplatna</keyword>
-+ <alias>vp</alias>
-+ </command>
-+
-+ <command name="spriteshow">
-+ <keyword>prikaži</keyword>
-+ <alias>pr</alias>
-+ </command>
-+
-+ <command name="spritehide">
-+ <keyword>sakrij</keyword>
-+ <alias>sk</alias>
-+ </command>
-+
-+ <command name="spritepress">
-+ <keyword>pritisni</keyword>
-+ <alias>pt</alias>
-+ </command>
-+
-+ <command name="spritechange">
-+ <keyword>promeni</keyword>
-+ <alias>pm</alias>
-+ </command>
-+
-+ <command name="message">
-+ <keyword>poruka</keyword>
-+ </command>
-+
-+ <command name="inputwindow">
-+ <keyword>ulazniprozor</keyword>
-+ </command>
-+
-+ <command name="print">
-+ <keyword>štampaj</keyword>
-+ </command>
-+
-+ <command name="fonttype">
-+ <keyword>tipfonta</keyword>
-+ </command>
-+
-+ <command name="fontsize">
-+ <keyword>veličinafonta</keyword>
-+ </command>
-+
-+ <command name="random">
-+ <keyword>slučajno</keyword>
-+ </command>
-+
-+ <command name="wrapon">
-+ <keyword>prelom</keyword>
-+ </command>
-+
-+ <command name="wrapoff">
-+ <keyword>bezpreloma</keyword>
-+ </command>
-+
-+ <command name="reset">
-+ <keyword>resetuj</keyword>
-+ </command>
-+
-+</logokeywords>
---- 1/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logokeywords.sr at Latn.xml 2005-09-10 11:40:15.000000000 +0200
-+++ 2/kde-i18n-sr at Latn-3.5.8/data/kdeedu/kturtle/logokeywords.sr at Latn.xml 1970-01-01 01:00:00.000000000 +0100
-@@ -1,224 +0,0 @@
--<?xml version="1.0"?>
--<!DOCTYPE logokeywords>
--
--<logokeywords lang="sr at Latn" ver="0.01">
--
--<!-- scope -->
-- <command name="begin">
-- <keyword>[</keyword>
-- </command>
--
-- <command name="end">
-- <keyword>]</keyword>
-- </command>
--
--<!-- execution controllers -->
-- <command name="while">
-- <keyword>dok</keyword>
-- </command>
--
-- <command name="if">
-- <keyword>ako</keyword>
-- </command>
--
-- <command name="else">
-- <keyword>inače</keyword>
-- </command>
--
-- <command name="for">
-- <keyword>za</keyword>
-- </command>
--
-- <command name="to">
-- <keyword>do</keyword>
-- </command>
--
-- <command name="return">
-- <keyword>vrati</keyword>
-- </command>
--
-- <command name="break">
-- <keyword>preseci</keyword>
-- </command>
--
-- <command name="foreach">
-- <keyword>zasvako</keyword>
-- </command>
--
-- <command name="in">
-- <keyword>u</keyword>
-- </command>
--
-- <command name="do">
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kde-i18n-locale-names.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list