Changeset 12683 for modules/branches/2.10/restart
- Timestamp:
- 09/23/11 07:01:05 (2 years ago)
- Files:
-
- modules/branches/2.10/restart/i18n/he_IL/LC_MESSAGES/restart.mo (added)
- modules/branches/2.10/restart/i18n/he_IL/LC_MESSAGES/restart.po (added)
- modules/branches/2.10/restart/i18n/he_IL/LC_MESSAGES/restart.po~ (added)
- modules/branches/2.10/restart/i18n/restart.pot (modified) (2 diffs)
- modules/branches/2.10/restart/page.restart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/restart/i18n/restart.pot
r12482 r12683 15 15 # 16 16 # FreePBX language template for restart 17 # Copyright (C) 2008, 2009, 2010 , 2011Bandwith.com17 # Copyright (C) 2008, 2009, 2010 Bandwith.com 18 18 # 19 19 msgid "" 20 20 msgstr "" 21 "Project-Id-Version: FreePBX\n"21 "Project-Id-Version: PACKAGE VERSION\n" 22 22 "Report-Msgid-Bugs-To: \n" 23 "POT-Creation-Date: 2011-09- 04 19:26+0000\n"23 "POT-Creation-Date: 2011-09-23 09:52+0000\n" 24 24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 25 25 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 26 26 "Language-Team: LANGUAGE <LL@li.org>\n" 27 27 "MIME-Version: 1.0\n" 28 "Content-Type: text/plain; charset= utf-8\n"28 "Content-Type: text/plain; charset=CHARSET\n" 29 29 "Content-Transfer-Encoding: 8bit\n" 30 30 … … 57 57 msgstr "" 58 58 59 msgid "SELECT ALL" 60 msgstr "" 61 59 62 msgid "Bulk Phone Restart" 60 63 msgstr "" modules/branches/2.10/restart/page.restart.php
r9786 r12683 65 65 </select> 66 66 </td></tr> 67 <tr><td><input type="button" name="Button" value=" Select All" onclick="selectAll('xtnlist',true)" /></td></tr>67 <tr><td><input type="button" name="Button" value="<?php echo _('SELECT ALL'); ?>" onclick="selectAll('xtnlist',true)" /></td></tr> 68 68 69 69 <?php
