[ghelda-devel] [70] Correct a small typo in Groups |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 70
Author: odyx
Date: 2009-07-24 23:18:50 +0200 (Fri, 24 Jul 2009)
Log Message:
-----------
Correct a small typo in Groups
Modified Paths:
--------------
trunk/locale/fr_CH.utf8/LC_MESSAGES/Groups.po
trunk/locale/templates/Groups.pot
trunk/plugins/Groups.php
Modified: trunk/locale/fr_CH.utf8/LC_MESSAGES/Groups.po
===================================================================
--- trunk/locale/fr_CH.utf8/LC_MESSAGES/Groups.po 2009-07-24 21:18:47 UTC (rev 69)
+++ trunk/locale/fr_CH.utf8/LC_MESSAGES/Groups.po 2009-07-24 21:18:50 UTC (rev 70)
@@ -21,7 +21,7 @@
msgstr ""
"Project-Id-Version: Groups\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-22 08:22+0200\n"
+"POT-Creation-Date: 2009-07-24 22:29+0200\n"
"Last-Translator: Didier Raboud <didier@xxxxxxxxxx>\n"
"Language-Team: <>\n"
"MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
-#: plugins/Groups.php:62 plugins/Groups.php:432
+#: plugins/Groups.php:62 plugins/Groups.php:433
msgid "Groups"
msgstr "Groupes"
@@ -57,25 +57,25 @@
msgid "Delete"
msgstr "Détruire"
-#: plugins/Groups.php:227
+#: plugins/Groups.php:228
msgid "New groups"
msgstr "Nouveau groupe"
-#: plugins/Groups.php:236
+#: plugins/Groups.php:237
msgid "Execute"
msgstr "Exécuter"
-#: plugins/Groups.php:273
+#: plugins/Groups.php:274
msgid "Confirm deletion"
msgstr "Confirmer l'effacement"
-#: plugins/Groups.php:273
+#: plugins/Groups.php:274
msgid "Do you really want to delete the following entry?"
msgstr "Voulez-vous vraiment effacer l'entrée suivante ?"
-#: plugins/Groups.php:353
-msgid "Par défaut"
-msgstr "Default"
+#: plugins/Groups.php:354
+msgid "Others"
+msgstr "Autres"
#: plugins/Groups/config.php:23 plugins/Groups/config.php:24
msgid "Patrol"
Modified: trunk/locale/templates/Groups.pot
===================================================================
--- trunk/locale/templates/Groups.pot 2009-07-24 21:18:47 UTC (rev 69)
+++ trunk/locale/templates/Groups.pot 2009-07-24 21:18:50 UTC (rev 70)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-22 08:35+0200\n"
+"POT-Creation-Date: 2009-07-24 22:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -16,7 +16,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: plugins/Groups.php:62 plugins/Groups.php:432
+#: plugins/Groups.php:62 plugins/Groups.php:433
msgid "Groups"
msgstr ""
@@ -44,24 +44,24 @@
msgid "Delete"
msgstr ""
-#: plugins/Groups.php:227
+#: plugins/Groups.php:228
msgid "New groups"
msgstr ""
-#: plugins/Groups.php:236
+#: plugins/Groups.php:237
msgid "Execute"
msgstr ""
-#: plugins/Groups.php:273
+#: plugins/Groups.php:274
msgid "Confirm deletion"
msgstr ""
-#: plugins/Groups.php:273
+#: plugins/Groups.php:274
msgid "Do you really want to delete the following entry?"
msgstr ""
-#: plugins/Groups.php:353
-msgid "Par défaut"
+#: plugins/Groups.php:354
+msgid "Others"
msgstr ""
#: plugins/Groups/config.php:23 plugins/Groups/config.php:24
Modified: trunk/plugins/Groups.php
===================================================================
--- trunk/plugins/Groups.php 2009-07-24 21:18:47 UTC (rev 69)
+++ trunk/plugins/Groups.php 2009-07-24 21:18:50 UTC (rev 70)
@@ -351,7 +351,7 @@
return false;
// Create empty fake one
- $groups[G_GROUPS_ID_NEW]['name'] = T_('Par défaut');
+ $groups[G_GROUPS_ID_NEW]['name'] = T_('Others');
$groups[G_GROUPS_ID_NEW]['values'] = array(G_GROUPS_ID_NEW => '');
while (($groups_row = $queryR->fetchRow())) {