Skip to content

Commit

Permalink
Added new defines for update feature in tokens script
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@901 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Feb 6, 2004
1 parent 4e49ce4 commit b40ea47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/lang/chinese/messages.php
Expand Up @@ -529,6 +529,7 @@
define("_TC_SENDREMIND", "送出提示單");
define("_TC_INVITESENTTO", "邀請寄給:"); //is followed by token name
define("_TC_REMINDSENTTO", "提示單寄給:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7

//labels.php
define("_LB_NEWSET", "新增標籤集");
Expand Down
1 change: 1 addition & 0 deletions admin/lang/english/messages.php
Expand Up @@ -529,6 +529,7 @@
define("_TC_SENDREMIND", "Send Reminders");
define("_TC_INVITESENTTO", "Invitation Sent To:"); //is followed by token name
define("_TC_REMINDSENTTO", "Reminder Sent To:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7

//labels.php
define("_LB_NEWSET", "Create New Label Set");
Expand Down
1 change: 1 addition & 0 deletions admin/lang/italian/messages.php
Expand Up @@ -529,6 +529,7 @@
define("_TC_SENDREMIND", "Invia solleciti");
define("_TC_INVITESENTTO", "Invito inviato a:"); //is followed by token name
define("_TC_REMINDSENTTO", "Sollecito inviato a:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7

//labels.php
define("_LB_NEWSET", "Crea un nuovo gruppo di etichette");
Expand Down
1 change: 1 addition & 0 deletions admin/lang/spanish/messages.php
Expand Up @@ -535,6 +535,7 @@
define("_TC_SENDREMIND", "Enviar Recordatorios");
define("_TC_INVITESENTTO", "Invitación Enviada a:"); //is followed by token name
define("_TC_REMINDSENTTO", "Recordatorio Enviado a:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7

//labels.php
define("_LB_NEWSET", "Crear Nuevo Conjunto de Etiquetas");
Expand Down

0 comments on commit b40ea47

Please sign in to comment.