Dotclear

Changeset 1705:0f4123c4d1c5


Ignore:
Timestamp:
09/03/13 19:12:39 (12 years ago)
Author:
kevin@…
Branch:
ticket #1406-2
Children:
1706:ceda30178c06, 1707:0210876ac75e
Message:

Ticket #1406 : nouveaux messages d'erreur.

Files:
31 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r1591 r1705  
    228228 
    229229# Check cache directory 
    230 if (!is_dir(DC_TPL_CACHE)) { 
    231      $err[] = '<p>'.sprintf(__('Cache directory %s does not exist.'),DC_TPL_CACHE).'</p>'; 
    232 } else if (!is_writable(DC_TPL_CACHE)) { 
    233      $err[] = '<p>'.sprintf(__('Cache directory %s is not writable.'),DC_TPL_CACHE).'</p>'; 
     230if ( $core->auth->isSuperAdmin() ) { 
     231     if (!is_dir(DC_TPL_CACHE) || !is_writable(DC_TPL_CACHE)) { 
     232          $err[] = '<p>'.__("Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone.").'</p>'; 
     233     } 
     234} else { 
     235     if (!is_dir(DC_TPL_CACHE) || !is_writable(DC_TPL_CACHE)) { 
     236          $err[] = '<p>'.__("Dotclear needs a directory write cache to function properly. You must contact your administrator.").'</p>'; 
     237     } 
    234238} 
    235239 
    236240# Check public directory 
    237 if (!is_dir($core->blog->public_path)) { 
    238      $err[] = '<p>'.sprintf(__('Directory %s does not exist.'),$core->blog->public_path).'</p>'; 
    239 } else if (!is_writable($core->blog->public_path)) { 
    240      $err[] = '<p>'.sprintf(__('Directory %s is not writable.'),$core->blog->public_path).'</p>'; 
     241if ( $core->auth->isSuperAdmin() ) { 
     242     if (!is_dir($core->blog->public_path) || !is_writable($core->blog->public_path)) { 
     243          $err[] = '<p>'.__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone.").'</p>'; 
     244     } 
     245} else { 
     246     if (!is_dir($core->blog->public_path) || !is_writable($core->blog->public_path)) { 
     247          $err[] = '<p>'.__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator.").'</p>'; 
     248     } 
    241249} 
    242250 
  • inc/core/class.dc.media.php

    r1677 r1705  
    7474           
    7575          if (!is_dir($root)) { 
    76                throw new Exception(sprintf(__('Directory %s does not exist.'),$root)); 
     76               # Check public directory 
     77               if ( $core->auth->isSuperAdmin() ) { 
     78                    throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone.")); 
     79               } else { 
     80                    throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator.")); 
     81               } 
    7782          } 
    7883           
  • locales/_pot/main.pot

    r1039 r1705  
    13441344#: admin/install/index.php:302 
    13451345#, php-format 
     1346msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     1347msgstr "" 
     1348 
     1349msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     1350msgstr "" 
     1351 
     1352msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     1353msgstr "" 
     1354 
     1355msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     1356msgstr "" 
     1357 
    13461358msgid "Cache directory %s is not writable." 
    13471359msgstr "" 
  • locales/bn/main.po

    r1592 r1705  
    949949 
    950950#, php-format 
     951msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     952msgstr "" 
     953 
     954msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     955msgstr "" 
     956 
     957msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     958msgstr "" 
     959 
     960msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     961msgstr "" 
     962 
    951963msgid "Cache directory %s is not writable." 
    952964msgstr "" 
  • locales/ca/main.po

    r1592 r1705  
    981981 
    982982#, php-format 
     983msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     984msgstr "" 
     985 
     986msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     987msgstr "" 
     988 
     989msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     990msgstr "" 
     991 
     992msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     993msgstr "" 
     994 
    983995msgid "Cache directory %s is not writable." 
    984996msgstr "El directori cache %s no es pot gravar." 
  • locales/cs/main.po

    r1592 r1705  
    956956 
    957957#, php-format 
     958msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     959msgstr "" 
     960 
     961msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     962msgstr "" 
     963 
     964msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     965msgstr "" 
     966 
     967msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     968msgstr "" 
     969 
    958970msgid "Cache directory %s is not writable." 
    959971msgstr "Cachovací adresář %s nemá právo zápisu" 
  • locales/da/main.po

    r1592 r1705  
    958958 
    959959#, php-format 
     960msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     961msgstr "" 
     962 
     963msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     964msgstr "" 
     965 
     966msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     967msgstr "" 
     968 
     969msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     970msgstr "" 
     971 
    960972msgid "Cache directory %s is not writable." 
    961973msgstr "Cache mappen %s er ikke skrivbar." 
  • locales/de/main.po

    r1592 r1705  
    953953 
    954954#, php-format 
     955msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     956msgstr "" 
     957 
     958msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     959msgstr "" 
     960 
     961msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     962msgstr "" 
     963 
     964msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     965msgstr "" 
     966 
    955967msgid "Cache directory %s is not writable." 
    956968msgstr "Das Cache-Verzeichnis %s ist nicht beschreibbar." 
  • locales/en/main.po

    r1592 r1705  
    938938 
    939939#, php-format 
     940msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     941msgstr "" 
     942 
     943msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     944msgstr "" 
     945 
     946msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     947msgstr "" 
     948 
     949msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     950msgstr "" 
     951 
    940952msgid "Cache directory %s is not writable." 
    941953msgstr "" 
  • locales/eo/main.po

    r1592 r1705  
    934934 
    935935#, php-format 
     936msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     937msgstr "" 
     938 
     939msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     940msgstr "" 
     941 
     942msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     943msgstr "" 
     944 
     945msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     946msgstr "" 
     947 
    936948msgid "Cache directory %s is not writable." 
    937949msgstr "" 
  • locales/es-ar/main.po

    r1592 r1705  
    960960 
    961961#, php-format 
     962msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     963msgstr "" 
     964 
     965msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     966msgstr "" 
     967 
     968msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     969msgstr "" 
     970 
     971msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     972msgstr "" 
     973 
    962974msgid "Cache directory %s is not writable." 
    963975msgstr "El directorio de cache %s no se puede escribir." 
  • locales/es/main.po

    r1592 r1705  
    963963 
    964964#, php-format 
     965msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     966msgstr "" 
     967 
     968msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     969msgstr "" 
     970 
     971msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     972msgstr "" 
     973 
     974msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     975msgstr "" 
     976 
    965977msgid "Cache directory %s is not writable." 
    966978msgstr "No se puede escribir en el directorio de cache %s." 
  • locales/eu/main.po

    r1592 r1705  
    934934 
    935935#, php-format 
     936msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     937msgstr "" 
     938 
     939msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     940msgstr "" 
     941 
     942msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     943msgstr "" 
     944 
     945msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     946msgstr "" 
     947 
    936948msgid "Cache directory %s is not writable." 
    937949msgstr "" 
  • locales/fr/main.po

    r1592 r1705  
    986986 
    987987#, php-format 
     988msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     989msgstr "Dotclear a besoin d'un répertoire de cache en écriture pour fonctionner correctement. Vous devez créer un à l'endroit désigné dans la ligne \"DC_TPL_CACHE\" dans le fichier inc/config.php dans votre système et d'attribuer des droits en lecture, écriture et exécution pour tout le monde." 
     990 
     991msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     992msgstr "Dotclear a besoin d'un répertoire de cache en écriture pour fonctionner correctement. Vous devez contacter votre administrateur." 
     993 
     994msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     995msgstr "Il n'existe pas de répertoire /public/ écriture à l'endroit indiqué dans about:config \"public_path\". Vous devez créer ce répertoire à l'emplacement spécifié, ou modifier les paramètres et attribuer des droits de lecture, écriture et exécution pour tout le monde." 
     996 
     997msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     998msgstr "Il n'existe pas de répertoire /public/ écriture à l'endroit indiqué dans about:config \"public_path\". Vous devez contacter votre administrateur." 
     999 
    9881000msgid "Cache directory %s is not writable." 
    9891001msgstr "Le répertoire de cache %s n'est pas accessible en écriture." 
  • locales/hu/main.po

    r1592 r1705  
    981981 
    982982#, php-format 
     983msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     984msgstr "" 
     985 
     986msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     987msgstr "" 
     988 
     989msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     990msgstr "" 
     991 
     992msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     993msgstr "" 
     994 
    983995msgid "Cache directory %s is not writable." 
    984996msgstr "%s cache mappa nem írható." 
  • locales/it/main.po

    r1592 r1705  
    955955 
    956956#, php-format 
     957msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     958msgstr "" 
     959 
     960msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     961msgstr "" 
     962 
     963msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     964msgstr "" 
     965 
     966msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     967msgstr "" 
     968 
    957969msgid "Cache directory %s is not writable." 
    958970msgstr "La cartella %s della cache non è scrivibile." 
  • locales/ja/main.po

    r1592 r1705  
    965965 
    966966#, php-format 
     967msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     968msgstr "" 
     969 
     970msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     971msgstr "" 
     972 
     973msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     974msgstr "" 
     975 
     976msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     977msgstr "" 
     978 
    967979msgid "Cache directory %s is not writable." 
    968980msgstr "キャッシュディレクトリ %s が書き込み可能ではありません。" 
  • locales/ko/main.po

    r1592 r1705  
    964964 
    965965#, php-format 
     966msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     967msgstr "" 
     968 
     969msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     970msgstr "" 
     971 
     972msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     973msgstr "" 
     974 
     975msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     976msgstr "" 
     977 
    966978msgid "Cache directory %s is not writable." 
    967979msgstr "캐시 폴더 %s 에 쓰기접근이 불허된 상태입니다." 
  • locales/lt/main.po

    r1592 r1705  
    916916 
    917917#, php-format 
     918msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     919msgstr "" 
     920 
     921msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     922msgstr "" 
     923 
     924msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     925msgstr "" 
     926 
     927msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     928msgstr "" 
     929 
    918930msgid "Cache directory %s is not writable." 
    919931msgstr "Cache direktorija %s neturi rašymo nustatymų." 
  • locales/nl/main.po

    r1592 r1705  
    937937 
    938938#, php-format 
     939msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     940msgstr "" 
     941 
     942msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     943msgstr "" 
     944 
     945msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     946msgstr "" 
     947 
     948msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     949msgstr "" 
     950 
    939951msgid "Cache directory %s is not writable." 
    940952msgstr "" 
  • locales/oc/main.po

    r1592 r1705  
    944944 
    945945#, php-format 
     946msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     947msgstr "" 
     948 
     949msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     950msgstr "" 
     951 
     952msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     953msgstr "" 
     954 
     955msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     956msgstr "" 
     957 
    946958msgid "Cache directory %s is not writable." 
    947959msgstr "" 
  • locales/pl/main.po

    r1592 r1705  
    948948 
    949949#, php-format 
     950msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     951msgstr "" 
     952 
     953msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     954msgstr "" 
     955 
     956msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     957msgstr "" 
     958 
     959msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     960msgstr "" 
     961 
    950962msgid "Cache directory %s is not writable." 
    951963msgstr "Katalog cache %s nie jest zapisywalny." 
  • locales/pt-br/main.po

    r1592 r1705  
    984984 
    985985#, php-format 
     986msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     987msgstr "" 
     988 
     989msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     990msgstr "" 
     991 
     992msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     993msgstr "" 
     994 
     995msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     996msgstr "" 
     997 
    986998msgid "Cache directory %s is not writable." 
    987999msgstr "O diretório de cache %s não está acessível em escritura." 
  • locales/pt/main.po

    r1592 r1705  
    961961 
    962962#, php-format 
     963msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     964msgstr "" 
     965 
     966msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     967msgstr "" 
     968 
     969msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     970msgstr "" 
     971 
     972msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     973msgstr "" 
     974 
    963975msgid "Cache directory %s is not writable." 
    964976msgstr "A pasta de cache %s não tem acesso de escrita." 
  • locales/ro/main.po

    r1592 r1705  
    936936 
    937937#, php-format 
     938msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     939msgstr "" 
     940 
     941msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     942msgstr "" 
     943 
     944msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     945msgstr "" 
     946 
     947msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     948msgstr "" 
     949 
    938950msgid "Cache directory %s is not writable." 
    939951msgstr "" 
  • locales/ru/main.po

    r1592 r1705  
    958958 
    959959#, php-format 
     960msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     961msgstr "" 
     962 
     963msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     964msgstr "" 
     965 
     966msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     967msgstr "" 
     968 
     969msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     970msgstr "" 
     971 
    960972msgid "Cache directory %s is not writable." 
    961973msgstr "Директория для кэширования %s не доступна для записи." 
  • locales/sr/main.po

    r1592 r1705  
    969969 
    970970#, php-format 
     971msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     972msgstr "" 
     973 
     974msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     975msgstr "" 
     976 
     977msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     978msgstr "" 
     979 
     980msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     981msgstr "" 
     982 
    971983msgid "Cache directory %s is not writable." 
    972984msgstr "Le répertoire de cache %s n'est pas accessible en écriture." 
  • locales/sv/main.po

    r1592 r1705  
    934934 
    935935#, php-format 
     936msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     937msgstr "" 
     938 
     939msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     940msgstr "" 
     941 
     942msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     943msgstr "" 
     944 
     945msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     946msgstr "" 
     947 
    936948msgid "Cache directory %s is not writable." 
    937949msgstr "" 
  • locales/te/main.po

    r1592 r1705  
    967967 
    968968#, php-format 
     969msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     970msgstr "" 
     971 
     972msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     973msgstr "" 
     974 
     975msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     976msgstr "" 
     977 
     978msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     979msgstr "" 
     980 
    969981msgid "Cache directory %s is not writable." 
    970982msgstr "" 
  • locales/tr/main.po

    r1592 r1705  
    951951 
    952952#, php-format 
     953msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     954msgstr "" 
     955 
     956msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     957msgstr "" 
     958 
     959msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     960msgstr "" 
     961 
     962msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     963msgstr "" 
     964 
    953965msgid "Cache directory %s is not writable." 
    954966msgstr "" 
  • locales/zh-cn/main.po

    r1592 r1705  
    958958 
    959959#, php-format 
     960msgid "Dotclear needs a directory write cache to function properly. You need to create a designated area in the line \"DC_TPL_CACHE\" in the file inc/config.php in your system and assign rights to read, write and execute for everyone." 
     961msgstr "" 
     962 
     963msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
     964msgstr "" 
     965 
     966msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone." 
     967msgstr "" 
     968 
     969msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
     970msgstr "" 
     971 
    960972msgid "Cache directory %s is not writable." 
    961973msgstr "缓存目录 %s 不可写。" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map