Dotclear

Changeset 1708:55ede39e4b9a


Ignore:
Timestamp:
09/04/13 00:06:24 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.5
Message:

Updates error messages (might be reviewed later), fixes #1406

Files:
31 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r1705 r1708  
    230230if ( $core->auth->isSuperAdmin() ) { 
    231231     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>'; 
     232          $err[] = '<p>'.__("The cache directory does not exist or is not writable. You must create this directory with sufficient rights and affect this location to \"DC_TPL_CACHE\" in inc/config.php file.").'</p>'; 
    233233     } 
    234234} else { 
    235235     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>'; 
     236          $err[] = '<p>'.__("The cache directory does not exist or is not writable. You should contact your administrator.").'</p>'; 
    237237     } 
    238238} 
     
    241241if ( $core->auth->isSuperAdmin() ) { 
    242242     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>'; 
     243          $err[] = '<p>'.__("There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting).").'</p>'; 
    244244     } 
    245245} else { 
    246246     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>'; 
     247          $err[] = '<p>'.__("There is no writable root directory for the media manager. You should contact your administrator.").'</p>'; 
    248248     } 
    249249} 
  • inc/core/class.dc.media.php

    r1705 r1708  
    7676               # Check public directory 
    7777               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.")); 
     78                    throw new Exception(__("There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting).")); 
    7979               } 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.")); 
     80                    throw new Exception(__("There is no writable root directory for the media manager. You should contact your administrator.")); 
    8181               } 
    8282          } 
  • locales/_pot/main.pot

    r1705 r1708  
    13441344#: admin/install/index.php:302 
    13451345#, php-format 
    1346 msgid "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." 
    1347 msgstr "" 
    1348  
    1349 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    1350 msgstr "" 
    1351  
    1352 msgid "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." 
    1353 msgstr "" 
    1354  
    1355 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    1356 msgstr "" 
    1357  
    13581346msgid "Cache directory %s is not writable." 
    13591347msgstr "" 
  • locales/bn/main.po

    r1705 r1708  
    949949 
    950950#, php-format 
    951 msgid "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." 
    952 msgstr "" 
    953  
    954 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    955 msgstr "" 
    956  
    957 msgid "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." 
    958 msgstr "" 
    959  
    960 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    961 msgstr "" 
    962  
    963951msgid "Cache directory %s is not writable." 
    964952msgstr "" 
  • locales/ca/main.po

    r1705 r1708  
    981981 
    982982#, php-format 
    983 msgid "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." 
    984 msgstr "" 
    985  
    986 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    987 msgstr "" 
    988  
    989 msgid "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." 
    990 msgstr "" 
    991  
    992 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    993 msgstr "" 
    994  
    995983msgid "Cache directory %s is not writable." 
    996984msgstr "El directori cache %s no es pot gravar." 
  • locales/cs/main.po

    r1705 r1708  
    956956 
    957957#, php-format 
    958 msgid "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." 
    959 msgstr "" 
    960  
    961 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    962 msgstr "" 
    963  
    964 msgid "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." 
    965 msgstr "" 
    966  
    967 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    968 msgstr "" 
    969  
    970958msgid "Cache directory %s is not writable." 
    971959msgstr "Cachovací adresář %s nemá právo zápisu" 
  • locales/da/main.po

    r1705 r1708  
    958958 
    959959#, php-format 
    960 msgid "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." 
    961 msgstr "" 
    962  
    963 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    964 msgstr "" 
    965  
    966 msgid "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." 
    967 msgstr "" 
    968  
    969 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    970 msgstr "" 
    971  
    972960msgid "Cache directory %s is not writable." 
    973961msgstr "Cache mappen %s er ikke skrivbar." 
  • locales/de/main.po

    r1705 r1708  
    953953 
    954954#, php-format 
    955 msgid "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." 
    956 msgstr "" 
    957  
    958 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    959 msgstr "" 
    960  
    961 msgid "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." 
    962 msgstr "" 
    963  
    964 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    965 msgstr "" 
    966  
    967955msgid "Cache directory %s is not writable." 
    968956msgstr "Das Cache-Verzeichnis %s ist nicht beschreibbar." 
  • locales/en/main.po

    r1705 r1708  
    938938 
    939939#, php-format 
    940 msgid "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." 
    941 msgstr "" 
    942  
    943 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    944 msgstr "" 
    945  
    946 msgid "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." 
    947 msgstr "" 
    948  
    949 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    950 msgstr "" 
    951  
    952940msgid "Cache directory %s is not writable." 
    953941msgstr "" 
  • locales/eo/main.po

    r1705 r1708  
    934934 
    935935#, php-format 
    936 msgid "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." 
    937 msgstr "" 
    938  
    939 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    940 msgstr "" 
    941  
    942 msgid "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." 
    943 msgstr "" 
    944  
    945 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    946 msgstr "" 
    947  
    948936msgid "Cache directory %s is not writable." 
    949937msgstr "" 
  • locales/es-ar/main.po

    r1705 r1708  
    960960 
    961961#, php-format 
    962 msgid "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." 
    963 msgstr "" 
    964  
    965 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    966 msgstr "" 
    967  
    968 msgid "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." 
    969 msgstr "" 
    970  
    971 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    972 msgstr "" 
    973  
    974962msgid "Cache directory %s is not writable." 
    975963msgstr "El directorio de cache %s no se puede escribir." 
  • locales/es/main.po

    r1705 r1708  
    963963 
    964964#, php-format 
    965 msgid "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." 
    966 msgstr "" 
    967  
    968 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    969 msgstr "" 
    970  
    971 msgid "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." 
    972 msgstr "" 
    973  
    974 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    975 msgstr "" 
    976  
    977965msgid "Cache directory %s is not writable." 
    978966msgstr "No se puede escribir en el directorio de cache %s." 
  • locales/eu/main.po

    r1705 r1708  
    934934 
    935935#, php-format 
    936 msgid "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." 
    937 msgstr "" 
    938  
    939 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    940 msgstr "" 
    941  
    942 msgid "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." 
    943 msgstr "" 
    944  
    945 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    946 msgstr "" 
    947  
    948936msgid "Cache directory %s is not writable." 
    949937msgstr "" 
  • locales/fr/main.po

    r1705 r1708  
    986986 
    987987#, php-format 
    988 msgid "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." 
    989 msgstr "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  
    991 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    992 msgstr "Dotclear a besoin d'un répertoire de cache en écriture pour fonctionner correctement. Vous devez contacter votre administrateur." 
    993  
    994 msgid "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." 
    995 msgstr "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  
    997 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    998 msgstr "Il n'existe pas de répertoire /public/ écriture à l'endroit indiqué dans about:config \"public_path\". Vous devez contacter votre administrateur." 
    999  
    1000988msgid "Cache directory %s is not writable." 
    1001989msgstr "Le répertoire de cache %s n'est pas accessible en écriture." 
     
    29832971msgid "This category will be created when you will save your post." 
    29842972msgstr "Cette catégorie sera créée lorsque vous enregistrerez votre billet." 
     2973 
     2974msgid "The cache directory does not exist or is not writable. You must create this directory with sufficient rights and affect this location to \"DC_TPL_CACHE\" in inc/config.php file." 
     2975msgstr "Le répertoire de cache n'existe pas ou n'est pas accessible en écriture. Vous devez créer ce répertoire avec les droits suffisants et affecter celui-ci à \"DC_TPL_CACHE\" dans le fichier inc/config.php." 
     2976 
     2977msgid "The cache directory does not exist or is not writable. You should contact your administrator." 
     2978msgstr "Le répertoire de cache n'existe pas ou n'est pas accessible en écriture. Vous devriez contacter votre administrateur." 
     2979 
     2980msgid "There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting)." 
     2981msgstr "Il n'existe pas de répertoire /public/ à l'endroit spécifié pour le réglage \"public_path\" dans about:config. Vous devez créer ce répertoire avec les droits suffisants (ou changer ce réglage)." 
     2982 
     2983msgid "There is no writable root directory for the media manager. You should contact your administrator." 
     2984msgstr "Il n'existe pas de répertoire principal accessible en écriture pour la médiathèque. Vous devriez contacter votre administrateur." 
  • locales/hu/main.po

    r1705 r1708  
    981981 
    982982#, php-format 
    983 msgid "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." 
    984 msgstr "" 
    985  
    986 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    987 msgstr "" 
    988  
    989 msgid "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." 
    990 msgstr "" 
    991  
    992 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    993 msgstr "" 
    994  
    995983msgid "Cache directory %s is not writable." 
    996984msgstr "%s cache mappa nem írható." 
  • locales/it/main.po

    r1705 r1708  
    955955 
    956956#, php-format 
    957 msgid "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." 
    958 msgstr "" 
    959  
    960 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    961 msgstr "" 
    962  
    963 msgid "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." 
    964 msgstr "" 
    965  
    966 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    967 msgstr "" 
    968  
    969957msgid "Cache directory %s is not writable." 
    970958msgstr "La cartella %s della cache non è scrivibile." 
  • locales/ja/main.po

    r1705 r1708  
    965965 
    966966#, php-format 
    967 msgid "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." 
    968 msgstr "" 
    969  
    970 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    971 msgstr "" 
    972  
    973 msgid "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." 
    974 msgstr "" 
    975  
    976 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    977 msgstr "" 
    978  
    979967msgid "Cache directory %s is not writable." 
    980968msgstr "キャッシュディレクトリ %s が書き込み可能ではありません。" 
  • locales/ko/main.po

    r1705 r1708  
    964964 
    965965#, php-format 
    966 msgid "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." 
    967 msgstr "" 
    968  
    969 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    970 msgstr "" 
    971  
    972 msgid "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." 
    973 msgstr "" 
    974  
    975 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    976 msgstr "" 
    977  
    978966msgid "Cache directory %s is not writable." 
    979967msgstr "캐시 폴더 %s 에 쓰기접근이 불허된 상태입니다." 
  • locales/lt/main.po

    r1705 r1708  
    916916 
    917917#, php-format 
    918 msgid "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." 
    919 msgstr "" 
    920  
    921 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    922 msgstr "" 
    923  
    924 msgid "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." 
    925 msgstr "" 
    926  
    927 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    928 msgstr "" 
    929  
    930918msgid "Cache directory %s is not writable." 
    931919msgstr "Cache direktorija %s neturi rašymo nustatymų." 
  • locales/nl/main.po

    r1705 r1708  
    937937 
    938938#, php-format 
    939 msgid "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." 
    940 msgstr "" 
    941  
    942 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    943 msgstr "" 
    944  
    945 msgid "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." 
    946 msgstr "" 
    947  
    948 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    949 msgstr "" 
    950  
    951939msgid "Cache directory %s is not writable." 
    952940msgstr "" 
  • locales/oc/main.po

    r1705 r1708  
    944944 
    945945#, php-format 
    946 msgid "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." 
    947 msgstr "" 
    948  
    949 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    950 msgstr "" 
    951  
    952 msgid "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." 
    953 msgstr "" 
    954  
    955 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    956 msgstr "" 
    957  
    958946msgid "Cache directory %s is not writable." 
    959947msgstr "" 
  • locales/pl/main.po

    r1705 r1708  
    948948 
    949949#, php-format 
    950 msgid "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." 
    951 msgstr "" 
    952  
    953 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    954 msgstr "" 
    955  
    956 msgid "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." 
    957 msgstr "" 
    958  
    959 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    960 msgstr "" 
    961  
    962950msgid "Cache directory %s is not writable." 
    963951msgstr "Katalog cache %s nie jest zapisywalny." 
  • locales/pt-br/main.po

    r1705 r1708  
    984984 
    985985#, php-format 
    986 msgid "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." 
    987 msgstr "" 
    988  
    989 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    990 msgstr "" 
    991  
    992 msgid "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." 
    993 msgstr "" 
    994  
    995 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    996 msgstr "" 
    997  
    998986msgid "Cache directory %s is not writable." 
    999987msgstr "O diretório de cache %s não está acessível em escritura." 
  • locales/pt/main.po

    r1705 r1708  
    961961 
    962962#, php-format 
    963 msgid "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." 
    964 msgstr "" 
    965  
    966 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    967 msgstr "" 
    968  
    969 msgid "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." 
    970 msgstr "" 
    971  
    972 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    973 msgstr "" 
    974  
    975963msgid "Cache directory %s is not writable." 
    976964msgstr "A pasta de cache %s não tem acesso de escrita." 
  • locales/ro/main.po

    r1705 r1708  
    936936 
    937937#, php-format 
    938 msgid "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." 
    939 msgstr "" 
    940  
    941 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    942 msgstr "" 
    943  
    944 msgid "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." 
    945 msgstr "" 
    946  
    947 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    948 msgstr "" 
    949  
    950938msgid "Cache directory %s is not writable." 
    951939msgstr "" 
  • locales/ru/main.po

    r1705 r1708  
    958958 
    959959#, php-format 
    960 msgid "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." 
    961 msgstr "" 
    962  
    963 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    964 msgstr "" 
    965  
    966 msgid "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." 
    967 msgstr "" 
    968  
    969 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    970 msgstr "" 
    971  
    972960msgid "Cache directory %s is not writable." 
    973961msgstr "Директория для кэширования %s не доступна для записи." 
  • locales/sr/main.po

    r1705 r1708  
    969969 
    970970#, php-format 
    971 msgid "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." 
    972 msgstr "" 
    973  
    974 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    975 msgstr "" 
    976  
    977 msgid "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." 
    978 msgstr "" 
    979  
    980 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    981 msgstr "" 
    982  
    983971msgid "Cache directory %s is not writable." 
    984972msgstr "Le répertoire de cache %s n'est pas accessible en écriture." 
  • locales/sv/main.po

    r1705 r1708  
    934934 
    935935#, php-format 
    936 msgid "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." 
    937 msgstr "" 
    938  
    939 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    940 msgstr "" 
    941  
    942 msgid "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." 
    943 msgstr "" 
    944  
    945 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    946 msgstr "" 
    947  
    948936msgid "Cache directory %s is not writable." 
    949937msgstr "" 
  • locales/te/main.po

    r1705 r1708  
    967967 
    968968#, php-format 
    969 msgid "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." 
    970 msgstr "" 
    971  
    972 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    973 msgstr "" 
    974  
    975 msgid "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." 
    976 msgstr "" 
    977  
    978 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    979 msgstr "" 
    980  
    981969msgid "Cache directory %s is not writable." 
    982970msgstr "" 
  • locales/tr/main.po

    r1705 r1708  
    951951 
    952952#, php-format 
    953 msgid "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." 
    954 msgstr "" 
    955  
    956 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    957 msgstr "" 
    958  
    959 msgid "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." 
    960 msgstr "" 
    961  
    962 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    963 msgstr "" 
    964  
    965953msgid "Cache directory %s is not writable." 
    966954msgstr "" 
  • locales/zh-cn/main.po

    r1705 r1708  
    958958 
    959959#, php-format 
    960 msgid "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." 
    961 msgstr "" 
    962  
    963 msgid "Dotclear needs a directory write cache to function properly. You must contact your administrator." 
    964 msgstr "" 
    965  
    966 msgid "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." 
    967 msgstr "" 
    968  
    969 msgid "There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator." 
    970 msgstr "" 
    971  
    972960msgid "Cache directory %s is not writable." 
    973961msgstr "缓存目录 %s 不可写。" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map