Changeset 8770

Show
Ignore:
Timestamp:
02/02/10 12:21:36 (7 months ago)
Author:
mickecarlsson
Message:

Fixed spelling error in timeconditions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/timeconditions/i18n/bg_BG/LC_MESSAGES/timeconditions.po

    r7250 r8770  
    234234#: install.php:161 
    235235#, php-format 
    236 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     236msgid "%sWARNING:%s No time defined for this condition, please review" 
    237237msgstr "%sВНИМАНИЕ:%s Не е ЎефОМОраМП вреЌе за тПва услПвОе, ЌПля преразглеЎайте гП" 
    238238 
  • modules/branches/2.7/timeconditions/i18n/es_ES/LC_MESSAGES/timeconditions.po

    r7479 r8770  
    228228#: install.php:161 
    229229#, php-format 
    230 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     230msgid "%sWARNING:%s No time defined for this condition, please review" 
    231231msgstr "%sATENCIÓN:%s No se han definido horas para esta condición; por favor, revise" 
    232232 
  • modules/branches/2.7/timeconditions/i18n/fr_FR/LC_MESSAGES/timeconditions.po

    r8159 r8770  
    221221#: install.php:161 
    222222#, php-format 
    223 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     223msgid "%sWARNING:%s No time defined for this condition, please review" 
    224224msgstr "" 
    225225"%SATTENTION !%s Aucun horaire défini pour cette condition, corrigez le " 
  • modules/branches/2.7/timeconditions/i18n/it_IT/LC_MESSAGES/timeconditions.po

    r7250 r8770  
    232232#: install.php:161 
    233233#, php-format 
    234 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     234msgid "%sWARNING:%s No time defined for this condition, please review" 
    235235msgstr "%sATTENZIONE: %s Nessuna data/ora definita per questa condizione, ricontrollare" 
    236236 
  • modules/branches/2.7/timeconditions/i18n/ru_RU/LC_MESSAGES/timeconditions.po

    r7343 r8770  
    210210#: install.php:161 
    211211#, php-format 
    212 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     212msgid "%sWARNING:%s No time defined for this condition, please review" 
    213213msgstr "%s²œžŒ°œžµ:%s œÕ ãÚÐ×ÐÝÞ ÒàÕÜï ÔÛï íâÞÓÞ ßàÐÒØÛÐ, ßàÞáÜÞâàØâÕ ÕÓÞ Õéñ àÐ×" 
    214214 
  • modules/branches/2.7/timeconditions/i18n/sv_SE/LC_MESSAGES/timeconditions.po

    r7647 r8770  
    232232#: install.php:161 
    233233#, php-format 
    234 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     234msgid "%sWARNING:%s No time defined for this condition, please review" 
    235235msgstr "%sVARNING:%s Ingen tid definierad för denna kondition, kontrollera detta" 
    236236 
  • modules/branches/2.7/timeconditions/i18n/timeconditions.pot

    r6959 r8770  
    207207#: install.php:161 
    208208#, php-format 
    209 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     209msgid "%sWARNING:%s No time defined for this condition, please review" 
    210210msgstr "" 
    211211 
  • modules/branches/2.7/timeconditions/i18n/zh_CN/LC_MESSAGES/timeconditions.po

    r7440 r8770  
    237237#: install.php:161 
    238238#, php-format 
    239 msgid "%sWARNING:%s No time defined for this condtion, please review" 
     239msgid "%sWARNING:%s No time defined for this condition, please review" 
    240240msgstr "%s譊告%s没有䞺歀条件讟眮时闎请检查" 
    241241 
  • modules/branches/2.7/timeconditions/install.php

    r7136 r8770  
    157157 
    158158/* Upgrade to 2.5 
    159  * Migrate time conditions to new time condtions groups 
     159 * Migrate time conditions to new time conditions groups 
    160160 */ 
    161161timeconditions_updatedb(); 
     
    198198                                        out(sprintf(_("Upgraded %s and created group %s"), $upgrade['displayname'], 'migrated-'.$upgrade['displayname'])); 
    199199                                        if (!is_array($newtimes)) { 
    200                                                 out(sprintf(_("%sWARNING:%s No time defined for this condtion, please review"),"<font color='red'>","</font>")); 
     200                                                out(sprintf(_("%sWARNING:%s No time defined for this condition, please review"),"<font color='red'>","</font>")); 
    201201                                        } 
    202202                                        unset($times);