[ghelda-devel] [69] Plugin Address: s/Execute/Change/ |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 69
Author: odyx
Date: 2009-07-24 23:18:47 +0200 (Fri, 24 Jul 2009)
Log Message:
-----------
Plugin Address: s/Execute/Change/
Modified Paths:
--------------
trunk/locale/fr_CH.utf8/LC_MESSAGES/Address.po
trunk/locale/templates/Address.pot
trunk/plugins/Address.php
Modified: trunk/locale/fr_CH.utf8/LC_MESSAGES/Address.po
===================================================================
--- trunk/locale/fr_CH.utf8/LC_MESSAGES/Address.po 2009-07-24 21:18:44 UTC (rev 68)
+++ trunk/locale/fr_CH.utf8/LC_MESSAGES/Address.po 2009-07-24 21:18:47 UTC (rev 69)
@@ -21,7 +21,7 @@
msgstr ""
"Project-Id-Version: People\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"
@@ -98,8 +98,8 @@
msgstr "Nouvelle adresse"
#: plugins/Address.php:235
-msgid "Execute"
-msgstr "Exécuter"
+msgid "Change"
+msgstr "Changer"
#: plugins/Address.php:272
msgid "Confirm deletion"
Modified: trunk/locale/templates/Address.pot
===================================================================
--- trunk/locale/templates/Address.pot 2009-07-24 21:18:44 UTC (rev 68)
+++ trunk/locale/templates/Address.pot 2009-07-24 21:18:47 UTC (rev 69)
@@ -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"
@@ -85,7 +85,7 @@
msgstr ""
#: plugins/Address.php:235
-msgid "Execute"
+msgid "Change"
msgstr ""
#: plugins/Address.php:272
Modified: trunk/plugins/Address.php
===================================================================
--- trunk/plugins/Address.php 2009-07-24 21:18:44 UTC (rev 68)
+++ trunk/plugins/Address.php 2009-07-24 21:18:47 UTC (rev 69)
@@ -232,7 +232,7 @@
$fieldsContents[G_ADDRESS_ID] = $id;
$displayOptions['id'] = 'Address_view';
- $displayOptions['command'] = T_('Execute');
+ $displayOptions['command'] = T_('Change');
$displayOptions['target'] = $this->url->getURL();
$displayOptions['action'] = 'change';