Update of /cvsroot/phpslash/phpslash-ft/class/locale
In directory usw-pr-cvs1:/tmp/cvs-serv9440/phpslash-ft/class/locale
Modified Files:
de.php3
Log Message:
corrected some type errors
Index: de.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/de.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** de.php3 2001/12/14 12:02:49 1.4
--- de.php3 2001/12/14 17:59:46 1.5
***************
*** 1,5 ****
<?php
/*
! * en_US ( US English) Language file for PHPSlash
* translations named using POSIX locale conventions ( en, es, de, etc)
*/
--- 1,5 ----
<?php
/*
! * de (German) Language file for PHPSlash
* translations named using POSIX locale conventions ( en, es, de, etc)
*/
***************
*** 114,118 ****
// submisson.php3
"Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second." =>
! "Danke f&uer diesen Beitrag. Wir haben ihn bekommen und werden ihn uns gleich ansehen.",
"Something broke, I'm not sure what though??" =>
--- 114,118 ----
// submisson.php3
"Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second." =>
! "Danke für diesen Beitrag. Wir haben ihn erhalten und werden ihn uns gleich ansehen.",
"Something broke, I'm not sure what though??" =>
***************
*** 129,133 ****
"Sorry. You do not have the necessary privilege to view this page.\n" =>
! "Leider hast Du nicht die notwendigen Privilegien um diese Seite anzuzeigen.\n",
// blockadmin.php3
--- 129,133 ----
"Sorry. You do not have the necessary privilege to view this page.\n" =>
! "Leider hast Du nicht die notwendigen Privilegien um diese Seite aufzurufen.\n",
// blockadmin.php3
***************
*** 247,251 ****
"Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!" =>
! "Danke f&umml;r Dein Interesse an unserer Website. Wenn wir etwas tun können um den Service zu verbessern, lasse es uns bitte wissen.",
"You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." =>
--- 247,251 ----
"Thank you. for your subscription to our site. If there is anything we can do to improve our service, please let us know!" =>
! "Danke für Dein Interesse an unserer Website. Wenn wir etwas tun können um den Service zu verbessern, schreib uns bitte.",
"You've been removed from the mailing list, but there was a problem sending out the <B>final</B> email." =>
***************
*** 259,263 ****
"Sending mail to the following users:" =>
! "Die E-Mail wurde an folgende Personen versendet:",
"Mail Sent Successfully!" =>
--- 259,263 ----
"Sending mail to the following users:" =>
! "Die E-Mail wurde an folgende Personen verschickt:",
"Mail Sent Successfully!" =>
***************
*** 319,323 ****
// Variable.class
! )
?>
--- 319,323 ----
// Variable.class
! );
?>
|