Changeset 7202
- Timestamp:
- 10/31/08 18:37:12 (5 years ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/cidlookup/i18n/es_ES (copied) (copied from modules/branches/2.5/cidlookup/i18n/es_ES)
- modules/branches/2.6/cidlookup/i18n/es_ES/LC_MESSAGES (copied) (copied from modules/branches/2.5/cidlookup/i18n/es_ES/LC_MESSAGES)
- modules/branches/2.6/cidlookup/i18n/es_ES/LC_MESSAGES/cidlookup.mo (copied) (copied from modules/branches/2.5/cidlookup/i18n/es_ES/LC_MESSAGES/cidlookup.mo)
- modules/branches/2.6/cidlookup/i18n/es_ES/LC_MESSAGES/cidlookup.po (copied) (copied from modules/branches/2.5/cidlookup/i18n/es_ES/LC_MESSAGES/cidlookup.po)
- modules/branches/2.6/conferences/i18n/es_ES (copied) (copied from modules/branches/2.5/conferences/i18n/es_ES)
- modules/branches/2.6/conferences/i18n/es_ES/LC_MESSAGES (copied) (copied from modules/branches/2.5/conferences/i18n/es_ES/LC_MESSAGES)
- modules/branches/2.6/conferences/i18n/es_ES/LC_MESSAGES/conferences.mo (copied) (copied from modules/branches/2.5/conferences/i18n/es_ES/LC_MESSAGES/conferences.mo)
- modules/branches/2.6/conferences/i18n/es_ES/LC_MESSAGES/conferences.po (copied) (copied from modules/branches/2.5/conferences/i18n/es_ES/LC_MESSAGES/conferences.po)
- modules/branches/2.6/daynight/i18n/es_ES (copied) (copied from modules/branches/2.5/daynight/i18n/es_ES)
- modules/branches/2.6/daynight/i18n/es_ES/LC_MESSAGES (copied) (copied from modules/branches/2.5/daynight/i18n/es_ES/LC_MESSAGES)
- modules/branches/2.6/daynight/i18n/es_ES/LC_MESSAGES/daynight.mo (copied) (copied from modules/branches/2.5/daynight/i18n/es_ES/LC_MESSAGES/daynight.mo)
- modules/branches/2.6/daynight/i18n/es_ES/LC_MESSAGES/daynight.po (copied) (copied from modules/branches/2.5/daynight/i18n/es_ES/LC_MESSAGES/daynight.po)
- modules/branches/2.6/fw_fop/module.xml (modified) (2 diffs)
- modules/branches/2.6/publish.pl (modified) (1 diff)
- modules/branches/2.6/speeddial/i18n/sv_SE/LC_MESSAGES/speeddial.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6
- Property svnmerge-integrated changed from /modules/branches/2.5:1-7185 to /modules/branches/2.5:1-7201
modules/branches/2.6/fw_fop/module.xml
r6495 r7202 2 2 <rawname>fw_fop</rawname> 3 3 <name>FreePBX FOP Framework</name> 4 <version>2.5.0 </version>4 <version>2.5.0.1</version> 5 5 <candisable>no</candisable> 6 6 <canuninstall>no</canuninstall> 7 7 <changelog> 8 *2.5.0.1* typo in install script 8 9 *2.5.0* First release of fw_fop 9 10 </changelog> … … 13 14 <type>setup</type> 14 15 <category>Basic</category> 15 <location>release/2.5/fw_fop-2.5.0. tgz</location>16 <md5sum> 8e0813a411d46cd23f180b89ddc56b44</md5sum>16 <location>release/2.5/fw_fop-2.5.0.1.tgz</location> 17 <md5sum>ecf693452056196ccdd83115f552e457</md5sum> 17 18 </module> modules/branches/2.6/publish.pl
r7087 r7202 219 219 next if ($x =~ /svnversion.txt/); 220 220 $files .= "$x "; 221 if (-f $x && $checkphp) { 222 if (system("php -l $x")) { 223 die "FATAL: php syntax error detected in $x\n"; 224 } 225 } 221 226 } 222 227 } elsif ($moddir =~ /$fw_fop/) { 228 while ($x = shift @arr) { 223 229 next if ($x =~ /module.xml/); 224 230 next if ($x =~ /htdocs_panel/); 225 231 next if ($x =~ /svnversion.txt/); 226 232 $files .= "$x "; 233 if (-f $x && $checkphp) { 234 if (system("php -l $x")) { 235 die "FATAL: php syntax error detected in $x\n"; 236 } 237 } 238 } 227 239 } elsif ($moddir =~ /$fw_ari/) { 240 while ($x = shift @arr) { 228 241 next if ($x =~ /module.xml/); 229 242 next if ($x =~ /htdocs_ari/); 230 243 next if ($x =~ /svnversion.txt/); 231 244 $files .= "$x "; 245 if (-f $x && $checkphp) { 246 if (system("php -l $x")) { 247 die "FATAL: php syntax error detected in $x\n"; 248 } 249 } 250 } 232 251 } elsif ($moddir =~ /$fw_langpacks/) { 252 while ($x = shift @arr) { 233 253 next if ($x =~ /module.xml/); 234 254 next if ($x =~ /htdocs/); 235 255 next if ($x =~ /svnversion.txt/); 236 256 $files .= "$x "; 257 if (-f $x && $checkphp) { 258 if (system("php -l $x")) { 259 die "FATAL: php syntax error detected in $x\n"; 260 } 261 } 262 } 237 263 } else { 238 264 while ($x = shift @arr) { modules/branches/2.6/speeddial/i18n/sv_SE/LC_MESSAGES/speeddial.po
r6852 r7202 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 5 # 6 #, fuzzy7 6 msgid "" 8 7 msgstr "" 9 "Project-Id-Version: PACKAGE VERSION\n"8 "Project-Id-Version: FreePBX speeddial\n" 10 9 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2008-09- 26 21:59+0200\n"12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"14 "Language-Team: LANGUAGE <LL@li.org>\n"10 "POT-Creation-Date: 2008-09-09 09:24+0200\n" 11 "PO-Revision-Date: 2008-09-16 11:48+0100\n" 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 "Language-Team: \n" 15 14 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset= CHARSET\n"15 "Content-Type: text/plain; charset=utf-8\n" 17 16 "Content-Transfer-Encoding: 8bit\n" 17 "X-Poedit-Language: Swedish\n" 18 "X-Poedit-Country: SWEDEN\n" 18 19 19 20 #: install.php:4 20 21 msgid "Speeddial prefix" 21 msgstr " "22 msgstr "Prefix för kortnummer" 22 23 23 24 #: install.php:11 24 25 msgid "Set user speed dial" 25 msgstr " "26 msgstr "Skriv in kortnummer" 26 27 27 28 #: module.xml 28 29 msgid "Speed Dial Functions" 29 msgstr "" 30 msgstr "Kortnummer" 31
