summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/kdeedu/kturtle
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-02 22:36:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-02 22:36:59 -0600
commit85ca18776aa487b06b9d5ab7459b8f837ba637f3 (patch)
tree7bbd04c5b00831b04c53c371f5b7a5c32154fb1c /tde-i18n-en_GB/docs/kdeedu/kturtle
parent9b58d35185905f8334142bf4988cb784e993aea7 (diff)
downloadtde-i18n-85ca18776aa487b06b9d5ab7459b8f837ba637f3.tar.gz
tde-i18n-85ca18776aa487b06b9d5ab7459b8f837ba637f3.zip
Initial kde-tde rename
Diffstat (limited to 'tde-i18n-en_GB/docs/kdeedu/kturtle')
-rw-r--r--tde-i18n-en_GB/docs/kdeedu/kturtle/Makefile.in20
-rw-r--r--tde-i18n-en_GB/docs/kdeedu/kturtle/getting-started.docbook2
-rw-r--r--tde-i18n-en_GB/docs/kdeedu/kturtle/index.docbook4
-rw-r--r--tde-i18n-en_GB/docs/kdeedu/kturtle/translator-guide.docbook12
4 files changed, 19 insertions, 19 deletions
diff --git a/tde-i18n-en_GB/docs/kdeedu/kturtle/Makefile.in b/tde-i18n-en_GB/docs/kdeedu/kturtle/Makefile.in
index 75796b01261..babf86aed97 100644
--- a/tde-i18n-en_GB/docs/kdeedu/kturtle/Makefile.in
+++ b/tde-i18n-en_GB/docs/kdeedu/kturtle/Makefile.in
@@ -30,7 +30,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-subdir = docs/kdeedu/kturtle
+subdir = docs/tdeedu/kturtle
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -162,7 +162,7 @@ kde_styledir = @kde_styledir@
kde_templatesdir = @kde_templatesdir@
kde_wallpaperdir = @kde_wallpaperdir@
kde_widgetdir = @kde_widgetdir@
-kdeinitdir = @kdeinitdir@
+tdeinitdir = @tdeinitdir@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
@@ -204,9 +204,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
#>- exit 1;; \
#>- esac; \
#>- done; \
-#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile'; \
+#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile'; \
#>- cd $(top_srcdir) && \
-#>- $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile
+#>- $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile
#>+ 12
@for dep in $?; do \
case '$(am__configure_deps)' in \
@@ -216,10 +216,10 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile
- cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdeedu/kturtle/Makefile.in
+ $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile
+ cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdeedu/kturtle/Makefile.in
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -582,10 +582,10 @@ force-reedit:
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu docs/kdeedu/kturtle/Makefile
- cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/kdeedu/kturtle/Makefile.in
+ $(AUTOMAKE) --gnu docs/tdeedu/kturtle/Makefile
+ cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin docs/tdeedu/kturtle/Makefile.in
#>+ 21
diff --git a/tde-i18n-en_GB/docs/kdeedu/kturtle/getting-started.docbook b/tde-i18n-en_GB/docs/kdeedu/kturtle/getting-started.docbook
index d14539ae964..fb4e5045d03 100644
--- a/tde-i18n-en_GB/docs/kdeedu/kturtle/getting-started.docbook
+++ b/tde-i18n-en_GB/docs/kdeedu/kturtle/getting-started.docbook
@@ -117,7 +117,7 @@ Type or copy-paste the code to the code editor and execute it (using <link linke
>The first example was very simple, so let us go on!</para>
<para>
-<!--translators: if it's not already there, you can copy/paste the translated code below and save it in arrow.logo in your examples folder: kde-i18n/language-code/data/kdeedu/kturtle/ -->
+<!--translators: if it's not already there, you can copy/paste the translated code below and save it in arrow.logo in your examples folder: tde-i18n/language-code/data/tdeedu/kturtle/ -->
<screen
>canvassize 200,200
canvascolour 0,0,0
diff --git a/tde-i18n-en_GB/docs/kdeedu/kturtle/index.docbook b/tde-i18n-en_GB/docs/kdeedu/kturtle/index.docbook
index d9eed1f3758..4a23baed449 100644
--- a/tde-i18n-en_GB/docs/kdeedu/kturtle/index.docbook
+++ b/tde-i18n-en_GB/docs/kdeedu/kturtle/index.docbook
@@ -4,7 +4,7 @@
<!ENTITY kapp "&kturtle;"
><!-- replace kturtle here -->
<!ENTITY kappname "&kturtle;">
- <!ENTITY package "kdeedu">
+ <!ENTITY package "tdeedu">
<!ENTITY logo "Logo">
<!ENTITY % addindex "IGNORE">
<!ENTITY % British-English "INCLUDE"
@@ -89,7 +89,7 @@
<keyword
>KDE</keyword>
<keyword
->kdeedu</keyword>
+>tdeedu</keyword>
<keyword
>KTurtle</keyword>
<keyword
diff --git a/tde-i18n-en_GB/docs/kdeedu/kturtle/translator-guide.docbook b/tde-i18n-en_GB/docs/kdeedu/kturtle/translator-guide.docbook
index 2b6f0de1859..3676f91bfc3 100644
--- a/tde-i18n-en_GB/docs/kdeedu/kturtle/translator-guide.docbook
+++ b/tde-i18n-en_GB/docs/kdeedu/kturtle/translator-guide.docbook
@@ -8,9 +8,9 @@
>Creating a Directory to hold the Translated Files</title>
<para
>First, you need to create a directory to store the translated files. Create a directory called <filename class="directory"
->kde-i18n/<replaceable
+>tde-i18n/<replaceable
>code</replaceable
->/data/kdeedu/kturtle/</filename
+>/data/tdeedu/kturtle/</filename
> in your KDE CVS directory, where <replaceable
>code</replaceable
> is your country code (the 2- or 4- letter <acronym
@@ -20,7 +20,7 @@
>Copy the <filename
>Makefile.am</filename
> file from <filename class="directory"
->kdeedu/kturtle/data/</filename
+>tdeedu/kturtle/data/</filename
> into this directory. Open it using your favorite text editor, replace all instances of <quote
>en_US</quote
> in the file with your country code (the one used above), and save the file. </para>
@@ -35,7 +35,7 @@
>Copy the <filename
>logokeywords.en_US.xml</filename
> file from <filename class="directory"
->kdeedu/kturtle/data/</filename
+>tdeedu/kturtle/data/</filename
> to the directory you have just created, and rename it to <filename
>logokeywords.<replaceable
>code</replaceable
@@ -110,7 +110,7 @@
>Copy the <filename
>logohighlightstyle.en_US.xml</filename
> file from <filename class="directory"
->kdeedu/kturtle/data/</filename
+>tdeedu/kturtle/data/</filename
> to the directory you created to store the translated keywords file, and rename it to <filename
>logohighlightstyle.<replaceable
>code</replaceable
@@ -182,7 +182,7 @@
<listitem
><para
>Copy the English example files from <filename class="directory"
->kdeedu/kturtle/data/</filename
+>tdeedu/kturtle/data/</filename
> to the directory used to store the translated keyword and hilighting files. Translate the filenames of the examples in your directory: this will allow users to easily and quickly understand what the example is about.</para>
</listitem>
<listitem