From 85138bd96932b6f97a3897905ce69dc56867eb03 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 8 Apr 2024 10:09:48 +0200 Subject: [PATCH] lang: Add new helper notice constant for multi-upload images via enterProps --- lang/UTF-8/serendipity_lang_bg.inc.php | 1 + lang/UTF-8/serendipity_lang_cn.inc.php | 1 + lang/UTF-8/serendipity_lang_cs.inc.php | 1 + lang/UTF-8/serendipity_lang_cz.inc.php | 1 + lang/UTF-8/serendipity_lang_da.inc.php | 1 + lang/UTF-8/serendipity_lang_de.inc.php | 1 + lang/UTF-8/serendipity_lang_en.inc.php | 1 + lang/UTF-8/serendipity_lang_es.inc.php | 1 + lang/UTF-8/serendipity_lang_fa.inc.php | 1 + lang/UTF-8/serendipity_lang_fi.inc.php | 1 + lang/UTF-8/serendipity_lang_fr.inc.php | 1 + lang/UTF-8/serendipity_lang_hu.inc.php | 1 + lang/UTF-8/serendipity_lang_is.inc.php | 1 + lang/UTF-8/serendipity_lang_it.inc.php | 1 + lang/UTF-8/serendipity_lang_ja.inc.php | 1 + lang/UTF-8/serendipity_lang_ko.inc.php | 1 + lang/UTF-8/serendipity_lang_nl.inc.php | 1 + lang/UTF-8/serendipity_lang_no.inc.php | 1 + lang/UTF-8/serendipity_lang_pl.inc.php | 1 + lang/UTF-8/serendipity_lang_pt.inc.php | 1 + lang/UTF-8/serendipity_lang_pt_PT.inc.php | 1 + lang/UTF-8/serendipity_lang_ro.inc.php | 1 + lang/UTF-8/serendipity_lang_ru.inc.php | 1 + lang/UTF-8/serendipity_lang_sa.inc.php | 1 + lang/UTF-8/serendipity_lang_se.inc.php | 1 + lang/UTF-8/serendipity_lang_sk.inc.php | 1 + lang/UTF-8/serendipity_lang_ta.inc.php | 1 + lang/UTF-8/serendipity_lang_tn.inc.php | 1 + lang/UTF-8/serendipity_lang_tr.inc.php | 1 + lang/UTF-8/serendipity_lang_tw.inc.php | 1 + lang/UTF-8/serendipity_lang_zh.inc.php | 1 + lang/serendipity_lang_bg.inc.php | 1 + lang/serendipity_lang_cn.inc.php | 1 + lang/serendipity_lang_cs.inc.php | 1 + lang/serendipity_lang_cz.inc.php | 1 + lang/serendipity_lang_da.inc.php | 1 + lang/serendipity_lang_de.inc.php | 1 + lang/serendipity_lang_en.inc.php | 1 + lang/serendipity_lang_es.inc.php | 1 + lang/serendipity_lang_fa.inc.php | 1 + lang/serendipity_lang_fi.inc.php | 1 + lang/serendipity_lang_fr.inc.php | 1 + lang/serendipity_lang_hu.inc.php | 1 + lang/serendipity_lang_is.inc.php | 1 + lang/serendipity_lang_it.inc.php | 1 + lang/serendipity_lang_ja.inc.php | 1 + lang/serendipity_lang_ko.inc.php | 1 + lang/serendipity_lang_nl.inc.php | 1 + lang/serendipity_lang_no.inc.php | 1 + lang/serendipity_lang_pl.inc.php | 1 + lang/serendipity_lang_pt.inc.php | 1 + lang/serendipity_lang_pt_PT.inc.php | 1 + lang/serendipity_lang_ro.inc.php | 1 + lang/serendipity_lang_ru.inc.php | 1 + lang/serendipity_lang_sa.inc.php | 1 + lang/serendipity_lang_se.inc.php | 1 + lang/serendipity_lang_sk.inc.php | 1 + lang/serendipity_lang_ta.inc.php | 1 + lang/serendipity_lang_tn.inc.php | 1 + lang/serendipity_lang_tr.inc.php | 1 + lang/serendipity_lang_tw.inc.php | 1 + lang/serendipity_lang_zh.inc.php | 1 + 62 files changed, 62 insertions(+) diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index df8de919d..653648c4e 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Продължаване за въвеждане на свойства'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Публичен коментар'); diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index 3244e1c1f..8cedcfdac 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '输入内容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版权'); @define('MEDIA_PROPERTY_COMMENT1', '公众评论'); diff --git a/lang/UTF-8/serendipity_lang_cs.inc.php b/lang/UTF-8/serendipity_lang_cs.inc.php index f04343225..ee5de5de9 100644 --- a/lang/UTF-8/serendipity_lang_cs.inc.php +++ b/lang/UTF-8/serendipity_lang_cs.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Veřejný komentář'); diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index a1e960951..186f74ef6 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Veřejný komentář'); diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index 6a26915f5..4a65ab839 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Offentlig kommentar'); diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 736dd87b4..4942d27a4 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -893,6 +893,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Variationen löschen'); @define('GO_ADD_PROPERTIES', 'Los & Eigenschaften angeben'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Bitte beachten Sie, dass bei mehrfach hochgeladenen Bildern mit dem "Eigenschaften angeben"-Submit aus Gründen der Codeverwendung hier nur die Eigenschaften des letzten Bildes wirklich geändert werden können.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Öffentl. Kommentar'); diff --git a/lang/UTF-8/serendipity_lang_en.inc.php b/lang/UTF-8/serendipity_lang_en.inc.php index 8523b7ed2..03112aa70 100644 --- a/lang/UTF-8/serendipity_lang_en.inc.php +++ b/lang/UTF-8/serendipity_lang_en.inc.php @@ -895,6 +895,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_es.inc.php b/lang/UTF-8/serendipity_lang_es.inc.php index 09e758730..472b40cc7 100644 --- a/lang/UTF-8/serendipity_lang_es.inc.php +++ b/lang/UTF-8/serendipity_lang_es.inc.php @@ -912,6 +912,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Ir & ingresar propiedades'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Comentario público'); diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index 08dde9691..145a8c9b6 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'اطلاعات را وارد کن'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'حق کپی'); @define('MEDIA_PROPERTY_COMMENT1', 'نظر عمومی'); diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index 255366c8b..b9485509d 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -895,6 +895,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index 7cb72b183..724970ad3 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -901,6 +901,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index 5af3f29b5..05b4780d5 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Mehet, majd utána a tulajdonságok szerkesztése'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Nyilvános megjegyzés'); diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index b1449ae82..d61a485f2 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index 7468131b8..366b308e8 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index 117fa1cb7..49bc5b1c2 100644 --- a/lang/UTF-8/serendipity_lang_ja.inc.php +++ b/lang/UTF-8/serendipity_lang_ja.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'パブリックコメント'); diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index 373f5c0fd..1d6132d0b 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '등록정보 입력하러 가기'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', '밀도(DPI)'); @define('MEDIA_PROPERTY_COPYRIGHT', '저작권'); @define('MEDIA_PROPERTY_COMMENT1', '공개 댓글'); diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index 80249cc9b..52f9fa32e 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Wijzig afbeeldingseigenschappen'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Auteursrecht'); @define('MEDIA_PROPERTY_COMMENT1', 'Publiek Commentaar'); diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index 747473846..8f037ee69 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_pl.inc.php b/lang/UTF-8/serendipity_lang_pl.inc.php index 532c51260..32ea5a980 100644 --- a/lang/UTF-8/serendipity_lang_pl.inc.php +++ b/lang/UTF-8/serendipity_lang_pl.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Dodaj i wprowadź właściwości'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Prawa autorskie (Copyright)'); @define('MEDIA_PROPERTY_COMMENT1', 'Komentarz publiczny'); diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index 28ae6ce15..188c65f5d 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index 9b63b4d34..028ba1f99 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Ir & introduzir propriedades'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI (PPP)'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Direitos de Autor'); @define('MEDIA_PROPERTY_COMMENT1', 'Comentário Público'); diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index e43c1c976..823385756 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index ca61e4faf..3c004ac0b 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_sa.inc.php b/lang/UTF-8/serendipity_lang_sa.inc.php index 361498043..16aab57da 100644 --- a/lang/UTF-8/serendipity_lang_sa.inc.php +++ b/lang/UTF-8/serendipity_lang_sa.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index 00aeef0da..08b285bdd 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Mata in egenskaper'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Upphovsskydd'); @define('MEDIA_PROPERTY_COMMENT1', 'Offentlig kommentar'); diff --git a/lang/UTF-8/serendipity_lang_sk.inc.php b/lang/UTF-8/serendipity_lang_sk.inc.php index 0806893ed..7a807d4f3 100644 --- a/lang/UTF-8/serendipity_lang_sk.inc.php +++ b/lang/UTF-8/serendipity_lang_sk.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zadať vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Veřejný komentář'); diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index 3ed603316..ab728e44b 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index f2f699000..b8bff6e41 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '輸入內容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版權'); @define('MEDIA_PROPERTY_COMMENT1', '公眾意見'); diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index c7411769d..794761d34 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/UTF-8/serendipity_lang_tw.inc.php b/lang/UTF-8/serendipity_lang_tw.inc.php index f3228103c..4a35e0b5e 100644 --- a/lang/UTF-8/serendipity_lang_tw.inc.php +++ b/lang/UTF-8/serendipity_lang_tw.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '輸入內容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版權'); @define('MEDIA_PROPERTY_COMMENT1', '公眾意見'); diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index 3bc838cc3..aa0e66225 100644 --- a/lang/UTF-8/serendipity_lang_zh.inc.php +++ b/lang/UTF-8/serendipity_lang_zh.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '输入内容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版权'); @define('MEDIA_PROPERTY_COMMENT1', '公众评论'); diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index 79e508c05..490a0dd51 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', ' '); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', ' '); diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index e354067b8..ffb17c915 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '输入内容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版权'); @define('MEDIA_PROPERTY_COMMENT1', '公众评论'); diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index 9294fb5ff..17cc71820 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Verejn komentr'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index 3cad364a1..f48565aba 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Verejn komentr'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index 2c2f47935..4880af30d 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Offentlig kommentar'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 006c94fdd..7ae44dc21 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -893,6 +893,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Variationen lschen'); @define('GO_ADD_PROPERTIES', 'Los & Eigenschaften angeben'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Bitte beachten Sie, dass bei mehrfach hochgeladenen Bildern mit dem "Eigenschaften angeben"-Submit aus Grnden der Codeverwendung hier nur die Eigenschaften des letzten Bildes wirklich gendert werden knnen.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'ffentl. Kommentar'); diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index 4a07ea1fd..7ff6118ef 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -895,6 +895,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index c33102684..15eed2d94 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -912,6 +912,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Ir & ingresar propiedades'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Comentario pblico'); diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index 3f1dfdc2e..711dab187 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'اطلاعات را وارد کن'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'حق کپی'); @define('MEDIA_PROPERTY_COMMENT1', 'نظر عمومی'); diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index c687b79fb..a5ac6f04d 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -895,6 +895,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index 4c5bab9fe..604d6a748 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -901,6 +901,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index 43be346d7..3da9bfeee 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Mehet, majd utna a tulajdonsgok szerkesztse'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Nyilvnos megjegyzs'); diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index cdae55de6..eb8178bfc 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index 0de489efa..67b34fb2b 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 3ea8bbd4c..b3a2aefaf 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'パブリックコメント'); diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 14f36242d..cefe51d6b 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '등록정보 입력하러 가기'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', '밀도(DPI)'); @define('MEDIA_PROPERTY_COPYRIGHT', '저작권'); @define('MEDIA_PROPERTY_COMMENT1', '공개 댓글'); diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index 790b502be..543fadc98 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Wijzig afbeeldingseigenschappen'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Auteursrecht'); @define('MEDIA_PROPERTY_COMMENT1', 'Publiek Commentaar'); diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index 76585367a..a17119f10 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -898,6 +898,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_pl.inc.php b/lang/serendipity_lang_pl.inc.php index 684c22fde..bb0308dfb 100644 --- a/lang/serendipity_lang_pl.inc.php +++ b/lang/serendipity_lang_pl.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Dodaj i wprowad waciwoci'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Prawa autorskie (Copyright)'); @define('MEDIA_PROPERTY_COMMENT1', 'Komentarz publiczny'); diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index a37f6d23b..7b94acfc6 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index a1997cfb1..a77bbb956 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Ir & introduzir propriedades'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI (PPP)'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Direitos de Autor'); @define('MEDIA_PROPERTY_COMMENT1', 'Comentrio Pblico'); diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index e43c1c976..823385756 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index 7ecdf32c0..10f19c12a 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_sa.inc.php b/lang/serendipity_lang_sa.inc.php index 459ddac2d..758efb9db 100644 --- a/lang/serendipity_lang_sa.inc.php +++ b/lang/serendipity_lang_sa.inc.php @@ -897,6 +897,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index af71698c9..c3e202ad3 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Mata in egenskaper'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Upphovsskydd'); @define('MEDIA_PROPERTY_COMMENT1', 'Offentlig kommentar'); diff --git a/lang/serendipity_lang_sk.inc.php b/lang/serendipity_lang_sk.inc.php index cda9dd5a9..b40ae138b 100644 --- a/lang/serendipity_lang_sk.inc.php +++ b/lang/serendipity_lang_sk.inc.php @@ -907,6 +907,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Zada vlastnosti'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Verejn komentr'); diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index 3ed603316..ab728e44b 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -896,6 +896,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index f2f699000..b8bff6e41 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', '輸入內容'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', '版權'); @define('MEDIA_PROPERTY_COMMENT1', '公眾意見'); diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index 116f9ff75..0a3a5c632 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Go & enter properties'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COMMENT1', 'Public Comment'); diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index ce04dd6e1..af6358e5b 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -899,6 +899,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', 'Je'); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'v'); @define('MEDIA_PROPERTY_COMMENT1', 'N'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index 520f75f03..4913fc01d 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -900,6 +900,7 @@ @define('DIALOG_DELETE_VARIATIONS', 'Delete Variations'); @define('GO_ADD_PROPERTIES', ''); +@define('MEDIA_PROP_MULTIUPLOAD_LAST_ONLY', 'Please note that for multiple uploaded images with the enterProperties-Submit, only the properties of the last image can really be changed here for reasons of code usage.'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Ȩ'); @define('MEDIA_PROPERTY_COMMENT1', '');