diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language')
7 files changed, 7 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php b/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php index 07ea09c4b..0481935d4 100644 --- a/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Verbotene Zeichen im Dateinamen.'; $lang['locfiledit_file_already_exists'] = 'Datei ist bereits vorhanden.'; $lang['locfiledit_model_error'] = 'Sie müssen ein Modell wählen.'; $lang['locfiledit_empty_filename'] = 'Sie müssen einen Dateiname eingeben.'; +/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php index 502cb0fc2..680008fd9 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Forbidden caraters in file name.'; $lang['locfiledit_file_already_exists'] = 'File already exists.'; $lang['locfiledit_model_error'] = 'You must choose a model.'; $lang['locfiledit_empty_filename'] = 'You must fill file name.'; +$lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php index 808e6c10f..56c512025 100644 --- a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Carácteres prohibidos en el nombre del fi $lang['locfiledit_file_already_exists'] = 'El fichero ya existe.'; $lang['locfiledit_model_error'] = 'Por favor, seleccione un modelo.'; /* TODO */ $lang['locfiledit_empty_filename'] = 'Por favor, indique un nombre de fichero.'; +/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php index 3fcc4e3f8..8ac03e02a 100644 --- a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Caractères interdits dans le nom du fichi $lang['locfiledit_file_already_exists'] = 'Le fichier existe déjà.'; $lang['locfiledit_model_error'] = 'Veuillez sélectionner un modèle.'; $lang['locfiledit_empty_filename'] = 'Veuillez indiquer un nom de fichier.'; +$lang['locfiledit_webmaster_only'] = 'Seuls les webmasters sont autorisés à créer ou modifier les fichiers locaux.'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php index c7aaa7a7d..b7582cae4 100644 --- a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Nem használható fájlnév vagy karakter. $lang['locfiledit_file_already_exists'] = 'Ilyen fájl már létezik.'; $lang['locfiledit_model_error'] = 'A típust ki kell választani.'; $lang['locfiledit_empty_filename'] = 'A fájlnevet ki kell tölteni.'; +/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?> diff --git a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php index f43d06a6b..63695bbaf 100644 --- a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Caratteri vietati nel nome del file.'; $lang['locfiledit_file_already_exists'] = 'Il file esiste già.'; $lang['locfiledit_model_error'] = 'Selezionare un modello.'; $lang['locfiledit_empty_filename'] = 'Indicate un nome di file.'; +/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php b/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php index 97550122c..14ec3f012 100644 --- a/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php @@ -52,5 +52,6 @@ $lang['locfiledit_filename_error'] = 'Plik zawiera niedozwolone znaki.'; $lang['locfiledit_file_already_exists'] = 'Plik już istnieje.'; $lang['locfiledit_model_error'] = 'Musisz wybrać model.'; $lang['locfiledit_empty_filename'] = 'Musisz wpisać nazwę pliku.'; +/* TODO */ $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.'; ?>
\ No newline at end of file |