[tuxdroid-svn] r1337 - software_suite_v2/software/tools/tuxController/src/i18n
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-07-18 08:38:43
|
Author: Paul_R Date: 2008-07-18 10:38:48 +0200 (Fri, 18 Jul 2008) New Revision: 1337 Modified: software_suite_v2/software/tools/tuxController/src/i18n/bundle.java software_suite_v2/software/tools/tuxController/src/i18n/bundle.properties software_suite_v2/software/tools/tuxController/src/i18n/bundle_en.properties software_suite_v2/software/tools/tuxController/src/i18n/bundle_fr.properties Log: * Added headers on the .properties files Modified: software_suite_v2/software/tools/tuxController/src/i18n/bundle.java =================================================================== --- software_suite_v2/software/tools/tuxController/src/i18n/bundle.java 2008-07-18 08:36:14 UTC (rev 1336) +++ software_suite_v2/software/tools/tuxController/src/i18n/bundle.java 2008-07-18 08:38:48 UTC (rev 1337) @@ -1,3 +1,24 @@ +/* + * TuxController - Gadget for the TuxDroid software suite. + * Copyright (C) 2007 C2ME S.A. <tux...@c2...> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* $Id:$ */ + package i18n; import java.util.MissingResourceException; Modified: software_suite_v2/software/tools/tuxController/src/i18n/bundle.properties =================================================================== --- software_suite_v2/software/tools/tuxController/src/i18n/bundle.properties 2008-07-18 08:36:14 UTC (rev 1336) +++ software_suite_v2/software/tools/tuxController/src/i18n/bundle.properties 2008-07-18 08:38:48 UTC (rev 1337) @@ -1,3 +1,24 @@ +## + # TuxController - Gadget for the TuxDroid software suite. + # Copyright (C) 2007 C2ME S.A. <tux...@c2...> + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 2 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## + +## $Id:$ + # Window title windowTitle=Tux Controller Modified: software_suite_v2/software/tools/tuxController/src/i18n/bundle_en.properties =================================================================== --- software_suite_v2/software/tools/tuxController/src/i18n/bundle_en.properties 2008-07-18 08:36:14 UTC (rev 1336) +++ software_suite_v2/software/tools/tuxController/src/i18n/bundle_en.properties 2008-07-18 08:38:48 UTC (rev 1337) @@ -1,3 +1,24 @@ +## + # TuxController - Gadget for the TuxDroid software suite. + # Copyright (C) 2007 C2ME S.A. <tux...@c2...> + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 2 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## + +## $Id:$ + # Window title windowTitle=Tux Controller Modified: software_suite_v2/software/tools/tuxController/src/i18n/bundle_fr.properties =================================================================== --- software_suite_v2/software/tools/tuxController/src/i18n/bundle_fr.properties 2008-07-18 08:36:14 UTC (rev 1336) +++ software_suite_v2/software/tools/tuxController/src/i18n/bundle_fr.properties 2008-07-18 08:38:48 UTC (rev 1337) @@ -1,3 +1,24 @@ +## + # TuxController - Gadget for the TuxDroid software suite. + # Copyright (C) 2007 C2ME S.A. <tux...@c2...> + # + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 2 of the License, or + # (at your option) any later version. + # + # This program is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## + +## $Id:$ + # Window title windowTitle=Control du robot |