Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23780/lang
Modified Files:
serendipity_lang_bg.inc.php serendipity_lang_cn.inc.php
serendipity_lang_cs.inc.php serendipity_lang_cz.inc.php
serendipity_lang_da.inc.php serendipity_lang_de.inc.php
serendipity_lang_en.inc.php serendipity_lang_es.inc.php
serendipity_lang_fi.inc.php serendipity_lang_fr.inc.php
serendipity_lang_it.inc.php serendipity_lang_ja.inc.php
serendipity_lang_ko.inc.php serendipity_lang_nl.inc.php
serendipity_lang_no.inc.php serendipity_lang_pt.inc.php
serendipity_lang_ru.inc.php serendipity_lang_tn.inc.php
serendipity_lang_tw.inc.php serendipity_lang_zh.inc.php
Log Message:
- Rewrite directories in terms of layout and a few core functions, fixed a few possible bugs
- Don't run imagick command after using gdlib to resize an image
- Replace old fake buttons with new and pretty fake buttons
Layout of directory overview is pending change
Index: serendipity_lang_cs.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cs.inc.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- serendipity_lang_cs.inc.php 28 Jan 2005 13:29:18 -0000 1.105
+++ serendipity_lang_cs.inc.php 3 Feb 2005 18:04:43 -0000 1.106
@@ -323,10 +323,8 @@
@define('DIRECTORY_CREATED', 'Adresáø <strong>%s</strong> byl vytvoøen.');
@define('NEW_DIRECTORY', 'Vytvoøit nový adresáø');
@define('PARENT_DIRECTORY', 'Základní adresáø');
-@define('DELETE_DIRECTORY', 'Vymazat adresáø');
@define('CONFIRM_DELETE_DIRECTORY', 'Jste si jist, e chcete odstranit vechen obsah adresáøe %s?');
@define('ERROR_NO_DIRECTORY', 'Chyba: Adresáø %s neexistuje');
-@define('FORCE_DELETE', 'Vynucené mazání souborù, které nejsou v databázi');
@define('CHECKING_DIRECTORY', 'Kontrola souborù v adresáøi %s');
@define('DELETING_FILE', 'Vymazání souboru %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Nelze odstranit neprázdný adresáø. Zkuste zvolit "vynucené mazání", pokud potøebujete vymazat tyto soubory, a odelete poadavek znovu. Existující soubory jsou:');
@@ -668,6 +666,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_no.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_no.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- serendipity_lang_no.inc.php 28 Jan 2005 13:29:35 -0000 1.45
+++ serendipity_lang_no.inc.php 3 Feb 2005 18:04:48 -0000 1.46
@@ -421,10 +421,8 @@
@define('DIRECTORY_CREATED', 'Mappen <strong>%s</strong> er oprettet.');
@define('NEW_DIRECTORY', 'Opprett ny mappe');
@define('PARENT_DIRECTORY', 'Hovedmappe');
-@define('DELETE_DIRECTORY', 'Slett denne mappen');
@define('CONFIRM_DELETE_DIRECTORY', 'Er du sikker på du vil slette alt indholdet i mappen %s?');
@define('ERROR_NO_DIRECTORY', 'Feil: Mappen %s eksisterer ikke');
-@define('FORCE_DELETE', 'Tving gjennom sletting av filer som ikke befinner seg i mediadatabasen');
@define('CHECKING_DIRECTORY', 'Sjekker filer i mappen %s');
@define('DELETING_FILE', 'Sletter fil %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Kunne ikke fjerne en ikke-tom mappe. Afkryss "tving gjennom sletting"-feltet hvis du vil slette disse og trykk deretter på Submit igjen. Eksisterende filer er:');
@@ -667,5 +665,12 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_zh.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_zh.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- serendipity_lang_zh.inc.php 28 Jan 2005 13:29:36 -0000 1.25
+++ serendipity_lang_zh.inc.php 3 Feb 2005 18:04:49 -0000 1.26
@@ -338,10 +338,8 @@
@define('DIRECTORY_CREATED', 'Ŀ¼ <strong>%s</strong> ÒѾÐÂÔö.');
@define('NEW_DIRECTORY', '½¨Á¢ÐÂĿ¼');
@define('PARENT_DIRECTORY', 'ĸĿ¼');
-@define('DELETE_DIRECTORY', 'ɾ³ýÕâ¸öĿ¼');
@define('CONFIRM_DELETE_DIRECTORY', 'È·¶¨ÒªÉ¾³ýÕâ¸öĿ¼ÄÚµÄÈ«²¿ÄÚÈÝÂð %s?');
@define('ERROR_NO_DIRECTORY', '´íÎó: Ŀ¼ %s ²»´æÔÚ');
-@define('FORCE_DELETE', 'Ç¿ÖÆÉ¾³ý²»ÔÚýÌå×ÊÁÏ¿âµÄµµ°¸');
@define('CHECKING_DIRECTORY', '¼ì²é´ËĿ¼µÄµµ°¸ %s');
@define('DELETING_FILE', 'ɾ³ýµµ°¸ %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', '²»ÄÜÒÆ³ýδÇå¿ÕµÄĿ¼. ¹´Ñ¡ "Ç¿ÖÆÉ¾³ý" ºËÈ¡·½¿éÈç¹ûÄúÒªÒÆ³ýÕâЩµµ°¸, È»ºóÔÚ¼ÌÐø. ´æÔڵĵµ°¸ÊÇ:');
@@ -665,6 +663,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- serendipity_lang_en.inc.php 28 Jan 2005 13:29:19 -0000 1.127
+++ serendipity_lang_en.inc.php 3 Feb 2005 18:04:45 -0000 1.128
@@ -337,10 +337,8 @@
@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
@define('NEW_DIRECTORY', 'Create a new directory');
@define('PARENT_DIRECTORY', 'Parent directory');
-@define('DELETE_DIRECTORY', 'Delete this directory');
@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
-@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
@define('DELETING_FILE', 'Deleting file %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Could not remove non-empty directory. Check the "force deletion" checkbox if you want to remove those files as well, and then submit again. Existing files are:');
@@ -663,6 +661,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade');
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s');
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ja.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- serendipity_lang_ja.inc.php 3 Feb 2005 15:43:17 -0000 1.21
+++ serendipity_lang_ja.inc.php 3 Feb 2005 18:04:46 -0000 1.22
@@ -339,10 +339,8 @@
@define('DIRECTORY_CREATED', 'ãã£ã¬ã¯ã㪠<strong>%s</strong> ã使ãã¾ããã');
@define('NEW_DIRECTORY', 'æ°è¦ãã£ã¬ã¯ããªä½æ');
@define('PARENT_DIRECTORY', '親ãã£ã¬ã¯ããª');
-@define('DELETE_DIRECTORY', 'ãã®ãã£ã¬ã¯ããªãåé¤');
@define('CONFIRM_DELETE_DIRECTORY', 'æ¬å½ã«ãã£ã¬ã¯ã㪠%s ã®å
容ããã¹ã¦åé¤ãã¾ãã?');
@define('ERROR_NO_DIRECTORY', 'ã¨ã©ã¼: ãã£ã¬ã¯ã㪠%s ãããã¾ãã');
-@define('FORCE_DELETE', 'ã¡ãã£ã¢ãã¼ã¿ãã¼ã¹å
ã«ãªããã¡ã¤ã«ãå¼·å¶åé¤ãã');
@define('CHECKING_DIRECTORY', 'ãã£ã¬ã¯ã㪠%s å
ã®ãã¡ã¤ã«ã調ã¹ã¦ãã¾ã');
@define('DELETING_FILE', 'ãã¡ã¤ã« %s ãåé¤ä¸...');
@define('ERROR_DIRECTORY_NOT_EMPTY', '空ã§ãªããã£ã¬ã¯ããªã¯åé¤ã§ãã¾ãããããåæ§ã«ãã¡ã¤ã«ãåé¤ããããã°ãã§ãã¯ããã¯ã¹ãå¼·å¶åé¤ãããããã§ãã¯ããããä¸åº¦éä¿¡ãã¦ãã ãã.åå¨ãããã¡ã¤ã«ã¯æ¬¡ã®éãã§ã:');
@@ -665,6 +663,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'æ°è¦ã¨ã³ããªã®ããã©ã«ãè¨å®');
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_bg.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_bg.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- serendipity_lang_bg.inc.php 28 Jan 2005 13:29:18 -0000 1.58
+++ serendipity_lang_bg.inc.php 3 Feb 2005 18:04:42 -0000 1.59
@@ -365,10 +365,8 @@
@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.'); // Translate
@define('NEW_DIRECTORY', 'Create a new directory'); // Translate
@define('PARENT_DIRECTORY', 'Parent directory'); // Translate
-@define('DELETE_DIRECTORY', 'Delete this directory'); // Translate
@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?'); // Translate
@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist'); // Translate
-@define('FORCE_DELETE', 'Force deletion of files not inside the media database'); // Translate
@define('CHECKING_DIRECTORY', 'Checking files in directory %s'); // Translate
@define('DELETING_FILE', 'Deleting file %s...'); // Translate
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Could not remove non-empty directory. Check the "force deletion" checkbox if you want to remove those files as well, and then submit again. Existing files are:'); // Translate
@@ -651,6 +649,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_tw.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tw.inc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- serendipity_lang_tw.inc.php 28 Jan 2005 13:29:36 -0000 1.41
+++ serendipity_lang_tw.inc.php 3 Feb 2005 18:04:49 -0000 1.42
@@ -338,10 +338,8 @@
@define('DIRECTORY_CREATED', '¥Ø¿ý <strong>%s</strong> ¤w¸g·s¼W.');
@define('NEW_DIRECTORY', '«Ø¥ß·s¥Ø¿ý');
@define('PARENT_DIRECTORY', '¥À¥Ø¿ý');
-@define('DELETE_DIRECTORY', '§R°£³oӥؿý');
@define('CONFIRM_DELETE_DIRECTORY', '½T©wn§R°£³oӥؿý¤ºªº¥þ³¡¤º®e¶Ü %s?');
@define('ERROR_NO_DIRECTORY', '¿ù»~: ¥Ø¿ý %s ¤£¦s¦b');
-@define('FORCE_DELETE', '±j¨î§R°£¤£¦b´CÅé¸ê®Æ®wªºÀÉ®×');
@define('CHECKING_DIRECTORY', 'Àˬd¦¹¥Ø¿ýªºÀÉ®× %s');
@define('DELETING_FILE', '§R°£ÀÉ®× %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', '¤£¯à²¾°£¥¼²MªÅªº¥Ø¿ý. ¤Ä¿ï "±j¨î§R°£" ®Ö¨ú¤è¶ô¦pªG±zn²¾°£³o¨ÇÀÉ®×, µM«á¦bÄ~Äò. ¦s¦bªºÀɮ׬O:');
@@ -666,6 +664,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_cz.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cz.inc.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- serendipity_lang_cz.inc.php 28 Jan 2005 13:29:19 -0000 1.105
+++ serendipity_lang_cz.inc.php 3 Feb 2005 18:04:43 -0000 1.106
@@ -323,10 +323,8 @@
@define('DIRECTORY_CREATED', 'Adresáø <strong>%s</strong> byl vytvoøen.');
@define('NEW_DIRECTORY', 'Vytvoøit nový adresáø');
@define('PARENT_DIRECTORY', 'Základní adresáø');
-@define('DELETE_DIRECTORY', 'Vymazat adresáø');
@define('CONFIRM_DELETE_DIRECTORY', 'Jste si jist, ¾e chcete odstranit v¹echen obsah adresáøe %s?');
@define('ERROR_NO_DIRECTORY', 'Chyba: Adresáø %s neexistuje');
-@define('FORCE_DELETE', 'Vynucené mazání souborù, které nejsou v databázi');
@define('CHECKING_DIRECTORY', 'Kontrola souborù v adresáøi %s');
@define('DELETING_FILE', 'Vymazání souboru %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Nelze odstranit neprázdný adresáø. Zkuste zvolit "vynucené mazání", pokud potøebujete vymazat tyto soubory, a ode¹lete po¾adavek znovu. Existující soubory jsou:');
@@ -668,6 +666,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_pt.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_pt.inc.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- serendipity_lang_pt.inc.php 28 Jan 2005 13:29:35 -0000 1.80
+++ serendipity_lang_pt.inc.php 3 Feb 2005 18:04:48 -0000 1.81
@@ -319,10 +319,8 @@
@define('DIRECTORY_CREATED', 'Diretório <strong>%s</strong> foi criado.');
@define('NEW_DIRECTORY', 'Criar novo diretório');
@define('PARENT_DIRECTORY', 'Diretório superior');
-@define('DELETE_DIRECTORY', 'Excluir ese diretório');
@define('CONFIRM_DELETE_DIRECTORY', 'Tem certeza que quer excluir todo o conteúdo do diretório %s?');
@define('ERROR_NO_DIRECTORY', 'Erro: Diretório %s não existe');
-@define('FORCE_DELETE', 'Forçar exclusão de arquivos que não estão no banco de dados da mídias ("media")');
@define('CHECKING_DIRECTORY', 'Verificando arquivos no diretório %s');
@define('DELETING_FILE', 'Excluindo arquivo %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Não foi possível remover um diretório que não esteja vazio. Marque a opção "forçar exclusão" se deseja remover seus arquivos também, e envie o comando novamente. Os arquivos existenntes são:');
@@ -667,6 +665,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_it.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_it.inc.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- serendipity_lang_it.inc.php 28 Jan 2005 13:29:19 -0000 1.44
+++ serendipity_lang_it.inc.php 3 Feb 2005 18:04:46 -0000 1.45
@@ -325,10 +325,8 @@
@define('DIRECTORY_CREATED', 'La directory <strong>%s</strong> è stata creata.');
@define('NEW_DIRECTORY', 'Crea una nuova directory');
@define('PARENT_DIRECTORY', 'Directory superiore');
-@define('DELETE_DIRECTORY', 'Cancella questa directory');
@define('CONFIRM_DELETE_DIRECTORY', 'Sei sicuro di voler cancellare tutto il contenuto della directory %s?');
@define('ERROR_NO_DIRECTORY', 'Errore: La directory %s non esiste');
-@define('FORCE_DELETE', 'Forzare la cancellazione dei file non contenuti nel database dei media');
@define('CHECKING_DIRECTORY', 'Controllo dei file nella directory %s');
@define('DELETING_FILE', 'Cancellazione del file %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Impossibile rimuovere directory non vuote. Attivare "Forzare la cancellazione" se volete rimuoverli e rimandare il form. I file esistenti sono:');
@@ -668,6 +666,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_da.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_da.inc.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- serendipity_lang_da.inc.php 28 Jan 2005 13:29:19 -0000 1.125
+++ serendipity_lang_da.inc.php 3 Feb 2005 18:04:43 -0000 1.126
@@ -422,10 +422,8 @@
@define('DIRECTORY_CREATED', 'Mappen <strong>%s</strong> er blevet oprettet.');
@define('NEW_DIRECTORY', 'Opret ny mappe');
@define('PARENT_DIRECTORY', 'Hovedmappe');
-@define('DELETE_DIRECTORY', 'Slet denne mappe');
@define('CONFIRM_DELETE_DIRECTORY', 'Er du sikker på du vil slette al indholdet af mappen %s?');
@define('ERROR_NO_DIRECTORY', 'Fejl: Mappen %s eksistere ikke');
-@define('FORCE_DELETE', 'Gennemtving sletning af filer der ikke befinder sig i media databasen');
@define('CHECKING_DIRECTORY', 'Checker filer i mappen %s');
@define('DELETING_FILE', 'Sletter fil %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Kunne ikke fjerne en ikke-tom mappe. Afkryds "gennemtving sletning" feltet, hvis du vil slette disse og tryk derefter på submit igen. Eksisterende filer er:');
@@ -667,6 +665,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_fr.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fr.inc.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- serendipity_lang_fr.inc.php 28 Jan 2005 13:29:19 -0000 1.105
+++ serendipity_lang_fr.inc.php 3 Feb 2005 18:04:46 -0000 1.106
@@ -323,10 +323,8 @@
@define('DIRECTORY_CREATED', 'Le dossier <strong>%s</strong> a été crée.');
@define('NEW_DIRECTORY', 'Créer un nouveau dossier');
@define('PARENT_DIRECTORY', 'Dossier parent');
-@define('DELETE_DIRECTORY', 'Supprimer ce dossier');
@define('CONFIRM_DELETE_DIRECTORY', 'Êtes-vous sûr de vouloir supprimer tous les contenus du dossier %s?');
@define('ERROR_NO_DIRECTORY', 'Erreur: Le dossier %s n\'existe pas');
-@define('FORCE_DELETE', 'Forcer la suppression de fichiers non inclus dans la médiathèque');
@define('CHECKING_DIRECTORY', 'Vérification des fichiers dans le dossier %s');
@define('DELETING_FILE', 'Suppression du fichier %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Impossible de supprimer un dossier non vide. Cochez la case "Forcer la suppression" si vous voulez supprimer les fichiers gênants, et puis effectuez l\'opération à nouveau. Les fichiers présents dans le dossier sont les suivants:');
@@ -670,6 +668,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_fi.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_fi.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_fi.inc.php 28 Jan 2005 13:29:19 -0000 1.13
+++ serendipity_lang_fi.inc.php 3 Feb 2005 18:04:46 -0000 1.14
@@ -337,10 +337,8 @@
@define('DIRECTORY_CREATED', 'Hakemisto <strong>%s</strong> on luotu.');
@define('NEW_DIRECTORY', 'Luo uusi hakemisto');
@define('PARENT_DIRECTORY', 'Hakemistovanhempi');
-@define('DELETE_DIRECTORY', 'Poista hakemisto');
@define('CONFIRM_DELETE_DIRECTORY', 'Haluatko todella poistaa hakemiston %s sisältöineen?');
@define('ERROR_NO_DIRECTORY', 'Virhe: Hakemistoa %s ei ole');
-@define('FORCE_DELETE', 'Pakota media-kannan ulkopuolisten tiedostojen poisto');
@define('CHECKING_DIRECTORY', 'Tarkistetaan tiedostoja hakemistossa %s');
@define('DELETING_FILE', 'Poistetaan tiedostoa %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Hakemisto ei ole tyhjä. Valitse "pakota poiston", jos haluat poistaa tiedostotkin. Hakemiston tiedostot:');
@@ -663,6 +661,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_ko.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ko.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- serendipity_lang_ko.inc.php 28 Jan 2005 13:29:19 -0000 1.13
+++ serendipity_lang_ko.inc.php 3 Feb 2005 18:04:46 -0000 1.14
@@ -343,10 +343,8 @@
@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
@define('NEW_DIRECTORY', 'Create a new directory');
@define('PARENT_DIRECTORY', 'Parent directory');
-@define('DELETE_DIRECTORY', 'Delete this directory');
@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
-@define('FORCE_DELETE', 'Force deletion of files not inside the media database');
@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
@define('DELETING_FILE', 'Deleting file %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Could not remove non-empty directory. Check the "force deletion" checkbox if you want to remove those files as well, and then submit again. Existing files are:');
@@ -668,6 +666,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_es.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_es.inc.php,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- serendipity_lang_es.inc.php 28 Jan 2005 13:29:19 -0000 1.120
+++ serendipity_lang_es.inc.php 3 Feb 2005 18:04:45 -0000 1.121
@@ -312,10 +312,8 @@
@define('DIRECTORY_CREATED', 'Directorio <strong>%s</strong> creado.');
@define('NEW_DIRECTORY', 'Crear nuevo directorio');
@define('PARENT_DIRECTORY', 'Directorio superior');
-@define('DELETE_DIRECTORY', 'Borrar este directorio');
@define('CONFIRM_DELETE_DIRECTORY', '¿Estás seguro de que quieres eliminar todos los contenidos del directorio %s?');
@define('ERROR_NO_DIRECTORY', 'Error: Directorio %s no existe');
-@define('FORCE_DELETE', 'Fuerza la eliminación de ficheros que no están dentro de la base de datos de medios');
@define('CHECKING_DIRECTORY', 'Verificar ficheros en directorio %s');
@define('DELETING_FILE', 'Borrando fichero %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'No puedo borrar un directorio con archivos. Marca "forzar borrado" si quieres eliminar también los ficheros e inténtalo de nuevo. Los ficheros que existen son:');
@@ -669,6 +667,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_cn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_cn.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- serendipity_lang_cn.inc.php 28 Jan 2005 13:29:18 -0000 1.25
+++ serendipity_lang_cn.inc.php 3 Feb 2005 18:04:43 -0000 1.26
@@ -338,10 +338,8 @@
@define('DIRECTORY_CREATED', 'ç®å½ <strong>%s</strong> å·²ç»æ°å¢.');
@define('NEW_DIRECTORY', 'å»ºç«æ°ç®å½');
@define('PARENT_DIRECTORY', 'æ¯ç®å½');
-@define('DELETE_DIRECTORY', 'å é¤è¿ä¸ªç®å½');
@define('CONFIRM_DELETE_DIRECTORY', 'ç¡®å®è¦å é¤è¿ä¸ªç®å½å
çå
¨é¨å
容å %s?');
@define('ERROR_NO_DIRECTORY', 'é误: ç®å½ %s ä¸åå¨');
-@define('FORCE_DELETE', '强å¶å é¤ä¸å¨åªä½èµæåºçæ¡£æ¡');
@define('CHECKING_DIRECTORY', 'æ£æ¥æ¤ç®å½çæ¡£æ¡ %s');
@define('DELETING_FILE', 'å 餿¡£æ¡ %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'ä¸è½ç§»é¤æªæ¸
空çç®å½. å¾é "强å¶å é¤" æ ¸åæ¹å妿æ¨è¦ç§»é¤è¿äºæ¡£æ¡, ç¶åå¨ç»§ç». åå¨çæ¡£æ¡æ¯:');
@@ -665,6 +663,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_tn.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_tn.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- serendipity_lang_tn.inc.php 28 Jan 2005 13:29:36 -0000 1.26
+++ serendipity_lang_tn.inc.php 3 Feb 2005 18:04:49 -0000 1.27
@@ -338,10 +338,8 @@
@define('DIRECTORY_CREATED', 'ç®é <strong>%s</strong> å·²ç¶æ°å¢.');
@define('NEW_DIRECTORY', 'å»ºç«æ°ç®é');
@define('PARENT_DIRECTORY', 'æ¯ç®é');
-@define('DELETE_DIRECTORY', 'åªé¤éåç®é');
@define('CONFIRM_DELETE_DIRECTORY', '確å®è¦åªé¤éåç®éå
§çå
¨é¨å
§å®¹å %s?');
@define('ERROR_NO_DIRECTORY', 'é¯èª¤: ç®é %s ä¸åå¨');
-@define('FORCE_DELETE', 'å¼·å¶åªé¤ä¸å¨åªé«è³æåº«çæªæ¡');
@define('CHECKING_DIRECTORY', 'æª¢æ¥æ¤ç®éçæªæ¡ %s');
@define('DELETING_FILE', 'åªé¤æªæ¡ %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'ä¸è½ç§»é¤æªæ¸
空çç®é. å¾é¸ "å¼·å¶åªé¤" æ ¸åæ¹å¡å¦ææ¨è¦ç§»é¤éäºæªæ¡, ç¶å¾å¨ç¹¼çº. åå¨çæªæ¡æ¯:');
@@ -666,6 +664,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_ru.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_ru.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- serendipity_lang_ru.inc.php 28 Jan 2005 13:29:36 -0000 1.18
+++ serendipity_lang_ru.inc.php 3 Feb 2005 18:04:49 -0000 1.19
@@ -340,10 +340,8 @@
@define('DIRECTORY_CREATED', 'ÐаÑалог <strong>%s</strong> бÑл ÑÑпеÑно Ñоздан.');
@define('NEW_DIRECTORY', 'СоздаÑÑ Ð½Ð¾Ð²Ñй каÑалог');
@define('PARENT_DIRECTORY', 'ÐлавнÑй каÑалог');
-@define('DELETE_DIRECTORY', 'УдалиÑÑ ÑÑÐ¾Ñ ÐºÐ°Ñалог');
@define('CONFIRM_DELETE_DIRECTORY', 'ÐÑ ÑвеÑенÑ, ÑÑо Ñ
оÑиÑе ÑдалиÑÑ Ð²Ñе ÑодеÑжимое каÑалога %s?');
@define('ERROR_NO_DIRECTORY', 'ÐÑибка: ÐаÑалог %s не ÑÑÑеÑÑвÑеÑ');
-@define('FORCE_DELETE', 'ÐÑинÑдиÑелÑное Ñдаление Ñайлов, коÑоÑÑе не наÑ
одÑÑÑÑ Ð² медиа-коллекÑии');
@define('CHECKING_DIRECTORY', 'ÐÑовеÑка Ñайлов в каÑалоге %s');
@define('DELETING_FILE', 'Удаление Ñайла %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Ðе ÑдалоÑÑ ÑдалиÑÑ Ð½Ðµ пÑÑÑой каÑалог. ÐоÑÑавÑÑе галоÑÐºÑ "ÐÑинÑдиÑелÑное Ñдаление", еÑли Ð²Ñ Ñ
оÑиле ÑдалиÑÑ Ð²Ñе ÑÐ°Ð¹Ð»Ñ Ð¸Ð· ÑÑого каÑалога, и попÑобÑйÑе ÑдалиÑÑ ÐºÐ°Ñалог Ñнова. РкаÑалоге Ð½Ð°Ð¹Ð´ÐµÐ½Ñ ÑайлÑ:');
@@ -668,6 +666,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_de.inc.php,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- serendipity_lang_de.inc.php 28 Jan 2005 13:29:19 -0000 1.146
+++ serendipity_lang_de.inc.php 3 Feb 2005 18:04:44 -0000 1.147
@@ -321,10 +321,8 @@
@define('DIRECTORY_CREATED', 'Verzeichnis <strong>%s</strong> wurde angelegt.');
@define('NEW_DIRECTORY', 'Neues Verzeichnis anlegen');
@define('PARENT_DIRECTORY', 'Stammverzeichnis');
-@define('DELETE_DIRECTORY', 'Dieses Verzeichnis löschen');
@define('CONFIRM_DELETE_DIRECTORY', 'Wirklich alle Inhalte von Verzeichnis %s löschen?');
@define('ERROR_NO_DIRECTORY', 'Fehler: Verzeichnis %s existiert nicht.');
-@define('FORCE_DELETE', 'Alle Dateien ausserhalb der Mediendatenbank löschen');
@define('CHECKING_DIRECTORY', 'Prüfe Dateien im Verzeichnis %s');
@define('DELETING_FILE', 'Lösche Datei %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Konnte das Verzeichnis nicht löschen, da noch Dateien vorhanden sind. Bitte die "Alle Dateien löschen"-Auswahlbox anklicken, falls diese Dateien trotzdem gelöscht werden sollen. Die noch vorhandenen Dateien sind:');
@@ -665,6 +663,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Voreinstellungen für neue Einträge');
@define('UPGRADE', 'Aktualisieren');
@define('UPGRADE_TO_VERSION', 'Aktuelle version %s');
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
Index: serendipity_lang_nl.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_nl.inc.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- serendipity_lang_nl.inc.php 28 Jan 2005 13:29:35 -0000 1.81
+++ serendipity_lang_nl.inc.php 3 Feb 2005 18:04:47 -0000 1.82
@@ -342,10 +342,8 @@
@define('DIRECTORY_CREATED', 'Map <strong>%s</strong> is aangemaakt.');
@define('NEW_DIRECTORY', 'Maak een nieuwe map aan');
@define('PARENT_DIRECTORY', 'Huidige map');
-@define('DELETE_DIRECTORY', 'Verwijder deze map');
@define('CONFIRM_DELETE_DIRECTORY', 'Weet u zeker dat u alle gevens uit map %s wilt verwijderen?');
@define('ERROR_NO_DIRECTORY', 'Fout: Map %s bestaat niet');
-@define('FORCE_DELETE', 'Forceer de verwijdering van bestanden die niet in de media database staan');
@define('CHECKING_DIRECTORY', 'Controleer de bestanden in map %s');
@define('DELETING_FILE', 'Verwijder bestand %s...');
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Kan een map die nog niet leeg is niet verwijderen. Vink "force deletion" aan als u ook deze bestanden wilt verwijderen, voer het daarna nogmaals uit. Aanwezige bestanden zijn:');
@@ -669,6 +667,13 @@
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'Default settings for new entries'); // Translate
@define('UPGRADE', 'Upgrade'); // Translate
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s'); // Translate
+@define('DELETE_DIRECTORY', 'Delete directory'); // Translate
+@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.'); // Translate
+@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity'); // Translate
+@define('CREATE_DIRECTORY', 'Create directory'); // Translate
+@define('CREATE_NEW_DIRECTORY', 'Create new directory'); // Translate
+@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.'); // Translate
+@define('BASE_DIRECTORY', 'Base directory'); // Translate
/* vim: set sts=4 ts=4 expandtab : */
-?>
+?>
\ No newline at end of file
|