[Phpfreechat-svn] SF.net SVN: phpfreechat: [1096] trunk/i18n
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-08-07 07:47:36
|
Revision: 1096 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1096&view=rev Author: kerphi Date: 2007-08-07 00:47:36 -0700 (Tue, 07 Aug 2007) Log Message: ----------- german translation for "%s was invited by %s" Modified Paths: -------------- trunk/i18n/de_DE-formal/main.php trunk/i18n/de_DE-informal/main.php Modified: trunk/i18n/de_DE-formal/main.php =================================================================== --- trunk/i18n/de_DE-formal/main.php 2007-08-07 07:46:37 UTC (rev 1095) +++ trunk/i18n/de_DE-formal/main.php 2007-08-07 07:47:36 UTC (rev 1096) @@ -405,6 +405,6 @@ $GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; // line 89 in invite.class.php -$GLOBALS["i18n"]["%s was invited by %s"] = ""; +$GLOBALS["i18n"]["%s was invited by %s"] = "%s wurde von %s eingeladen"; ?> \ No newline at end of file Modified: trunk/i18n/de_DE-informal/main.php =================================================================== --- trunk/i18n/de_DE-informal/main.php 2007-08-07 07:46:37 UTC (rev 1095) +++ trunk/i18n/de_DE-informal/main.php 2007-08-07 07:47:36 UTC (rev 1096) @@ -406,6 +406,6 @@ $GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = ""; // line 89 in invite.class.php -$GLOBALS["i18n"]["%s was invited by %s"] = ""; +$GLOBALS["i18n"]["%s was invited by %s"] = "%s wurde von %s eingeladen"; ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |