diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language')
24 files changed, 50 insertions, 56 deletions
diff --git a/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php b/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php index cc0055e6d..317432abc 100644 --- a/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'نجرو التأكيد؟استعادة $lang['locfiledit_bak_loaded1'] = 'تم تحميل التخسة الاحتياطية'; $lang['locfiledit_bak_loaded2'] = 'يجب حفظه ليتم استعادته '; $lang['locfiledit_syntax_error'] = 'خطأ في تركيب الجمل ، لا / يمكن حفظ المف'; -$lang['locfiledit_enable_editarea'] = 'تمكين المحرر'; -$lang['locfiledit_disable_editarea'] = 'تعطيل المحرر'; $lang['locfiledit_new_tpl'] = 'أنشأ ملف جديد'; $lang['locfiledit_new_filename'] = 'أسم الملف'; $lang['locfiledit_model'] = 'نموذج'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = 'يجب أختيار نموذج'; $lang['locfiledit_empty_filename'] = 'يجب كتابة أسم الملف'; $lang['locfiledit_webmaster_only'] = 'فقط مدير الموقع يمكن استخدام محرر الملفات المحلي'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php index 7e7db36a2..907dad823 100644 --- a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php @@ -41,8 +41,6 @@ $lang['locfiledit_restore_confirm'] = 'Prosím potvrďte?Obnova nebude mít efek $lang['locfiledit_bak_loaded1'] = 'Záložní soubor nahrán.'; $lang['locfiledit_bak_loaded2'] = 'Musíte nejprve soubor uložit aby mohl být obnoven.'; $lang['locfiledit_syntax_error'] = 'Syntax error! Soubor nemůže být uložen.'; -$lang['locfiledit_enable_editarea'] = 'Povol editaci'; -$lang['locfiledit_disable_editarea'] = 'Zakázat editaci'; $lang['locfiledit_new_tpl'] = 'Vytvořit nový soubor'; $lang['locfiledit_new_filename'] = 'Název souboru'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Musíte zvolit model.'; $lang['locfiledit_empty_filename'] = 'Musíte vyplnit název souboru.'; $lang['locfiledit_webmaster_only'] = 'Pouze webmaster může vytvářet nebo měnit lokální soubory.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php b/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php index 3f2780cde..2d9becbaf 100644 --- a/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php @@ -41,8 +41,6 @@ Wiederherstellung wird nicht wirksam sein bis zum nächsten speichern.'; $lang['locfiledit_bak_loaded1'] = 'Backup-Datei geladen.'; $lang['locfiledit_bak_loaded2'] = 'Sie müssen die Datei speichern um sie wiederherstellen zu können.'; $lang['locfiledit_syntax_error'] = 'Syntax-Fehler! Datei kann nicht gespeichert werden.'; -$lang['locfiledit_enable_editarea'] = 'Aktiviere den Bearbeitungsbereich'; -$lang['locfiledit_disable_editarea'] = 'Deaktiviere den Bearbeitungsbereich'; $lang['locfiledit_new_tpl'] = 'Erstelle eine neue Datei'; $lang['locfiledit_new_filename'] = 'Dateiname'; $lang['locfiledit_model'] = 'Modell'; @@ -54,4 +52,6 @@ $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.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ 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 db3fa9674..668018962 100644 --- a/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php @@ -41,8 +41,6 @@ Restore won\'t be effective till next save.'; $lang['locfiledit_bak_loaded1'] = 'Backup file loaded.'; $lang['locfiledit_bak_loaded2'] = 'You must save file to restore it.'; $lang['locfiledit_syntax_error'] = 'Syntax error! File can\'t be saved.'; -$lang['locfiledit_enable_editarea'] = 'Enable Editarea'; -$lang['locfiledit_disable_editarea'] = 'Disable Editarea'; $lang['locfiledit_new_tpl'] = 'Create new file'; $lang['locfiledit_new_filename'] = 'File name'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $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.'; +$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ 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 b8a4d8e2b..e69262708 100644 --- a/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php @@ -41,8 +41,6 @@ Posteriormente deberá hacer clic en Guardar para restaurarla.'; $lang['locfiledit_bak_loaded1'] = 'Se ha cargado la copia de seguridad'; $lang['locfiledit_bak_loaded2'] = 'Para conservar la la copia de seguridad debe guardar el archivo.'; $lang['locfiledit_syntax_error'] = 'Error de sintaxis. No es posible guardar el archivo.'; -$lang['locfiledit_enable_editarea'] = 'Activar el texto editado'; -$lang['locfiledit_disable_editarea'] = 'Desactivar el área de edición'; $lang['locfiledit_new_tpl'] = 'Crear un nuevo archivo '; $lang['locfiledit_new_filename'] = 'Nombre del archivo '; $lang['locfiledit_model'] = 'Modelo '; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Por favor, seleccione un modelo.'; $lang['locfiledit_empty_filename'] = 'Por favor, indique un nombre de archivo.'; $lang['locfiledit_webmaster_only'] = 'Sólo los administradores pueden crear o modificar fichero locales.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ 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 72ff4a9a0..24cd9adea 100644 --- a/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php @@ -41,8 +41,6 @@ Vous devrez ensuite cliquer sur Enregistrer pour le restaurer.'; $lang['locfiledit_bak_loaded1'] = 'Fichier de sauvegarde chargé'; $lang['locfiledit_bak_loaded2'] = 'Vous devez l\'enregistrer pour le sauvegarder.'; $lang['locfiledit_syntax_error'] = 'Erreur de syntaxe! Impossible d\'enregistrer le fichier.'; -$lang['locfiledit_enable_editarea'] = 'Activer Editarea'; -$lang['locfiledit_disable_editarea'] = 'Désactiver Editarea'; $lang['locfiledit_new_tpl'] = 'Créer un nouveau fichier'; $lang['locfiledit_new_filename'] = 'Nom du fichier'; $lang['locfiledit_model'] = 'Modèle'; @@ -54,4 +52,6 @@ $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.'; +$lang['locfiledit_enable_codemirror'] = 'Activer Codemirror'; +$lang['locfiledit_disable_codemirror'] = 'Désactiver Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php b/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php index 5ee86fc41..e86ebf657 100644 --- a/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'אשר בבקשה? שיחזור קובץ $lang['locfiledit_bak_loaded1'] = 'קובץ גיבוי נטען.'; $lang['locfiledit_bak_loaded2'] = 'אתה חייב לשמור את הקובץ בכדי לשחזר.'; $lang['locfiledit_syntax_error'] = 'שגיאה תחבירית! לא ניתן לשמור את הקובץ.'; -$lang['locfiledit_enable_editarea'] = 'אפשר עריכה'; -$lang['locfiledit_disable_editarea'] = 'בטל עריכה'; $lang['locfiledit_new_tpl'] = 'צור קובץ חדש'; $lang['locfiledit_new_filename'] = 'שם הקובץ'; $lang['locfiledit_model'] = 'דגם'; @@ -54,4 +52,6 @@ $lang['locfiledit_empty_filename'] = 'אתה חייב למלא את שם הקו $lang['locfiledit_webmaster_only'] = 'רק מנהל האתר יכול ליצור או לשנות קבצים מקומיים.'; $lang['locfiledit_filename_error'] = 'אסור להשתמש בתווים מסויימים בשם הקובץ.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php b/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php index 688bb1bf5..ba3ccbdb0 100644 --- a/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php @@ -19,10 +19,7 @@ // | along with this program; if not, write to the Free Software | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | -// +-----------------------------------------------------------------------+ - - -$lang['locfiledit_onglet_localconf'] = 'Lokalno podešavanje'; +// +-----------------------------------------------------------------------+$lang['locfiledit_onglet_localconf'] = 'Lokalno podešavanje'; $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Predlošci'; $lang['locfiledit_onglet_lang'] = 'Jezici'; @@ -42,8 +39,6 @@ Vracanje kopije nece biti prihvaceno do sljedeceg spremanja.'; $lang['locfiledit_bak_loaded1'] = 'Sigurnosna kopija datoteke ucitana.'; $lang['locfiledit_bak_loaded2'] = 'Morate snimiti datoteku kako bi je vratili u prijašnje stanje.'; $lang['locfiledit_syntax_error'] = 'Greška u sintaksi! Datoteka ne može biti spremljena.'; -$lang['locfiledit_enable_editarea'] = 'Aktiviraj prostor za uredivanje'; -$lang['locfiledit_disable_editarea'] = 'Deaktiviraj prostor za uredivanje'; $lang['locfiledit_new_tpl'] = 'Kreiraj novu datoteku'; $lang['locfiledit_new_filename'] = 'Naziv datoteke'; $lang['locfiledit_model'] = 'Model'; @@ -55,4 +50,6 @@ $lang['locfiledit_model_error'] = 'Morate odabrati model.'; $lang['locfiledit_empty_filename'] = 'Morate popuniti naziv datoteke.'; $lang['locfiledit_webmaster_only'] = 'Samo webmasteri mogu kreirati ili mijenjati lokalne datoteke.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ 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 f6a21643a..8c095501b 100644 --- a/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php @@ -41,8 +41,6 @@ A változtatás nem vonható vissza.'; $lang['locfiledit_bak_loaded1'] = 'Biztonsági másolat betöltve.'; $lang['locfiledit_bak_loaded2'] = 'Mentett fájl visszaállítása.'; $lang['locfiledit_syntax_error'] = 'Syntax error! A fájl mentése meghiúsult.'; -$lang['locfiledit_enable_editarea'] = 'Szerkesztő megnyitása'; -$lang['locfiledit_disable_editarea'] = 'Szerkesztő bezárása'; $lang['locfiledit_new_tpl'] = 'Új fájl létrehozása'; $lang['locfiledit_new_filename'] = 'Fájl neve'; $lang['locfiledit_model'] = 'Típus'; @@ -54,4 +52,6 @@ $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'] = 'Csak a webmesterek hozhatnak létre, vagy módosíthatnak helyi fájlokat.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?> diff --git a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php index 70cf37c87..fa9eeaa51 100644 --- a/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php @@ -41,8 +41,6 @@ Dovrete in seguito cliccare sù Salvare per restaurarlo.'; $lang['locfiledit_bak_loaded1'] = 'Copia di backup caricata'; $lang['locfiledit_bak_loaded2'] = 'Dovete registrarlo per salvarlo.'; $lang['locfiledit_syntax_error'] = 'Errore di sintassi! Impossible salvare il file.'; -$lang['locfiledit_enable_editarea'] = 'Attivare Editarea'; -$lang['locfiledit_disable_editarea'] = 'Disattivare Editarea'; $lang['locfiledit_new_tpl'] = 'Creare un nuovo file'; $lang['locfiledit_new_filename'] = 'Nom file'; $lang['locfiledit_model'] = 'Modello'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Selezionare un modello.'; $lang['locfiledit_empty_filename'] = 'Indicate un nome di file.'; $lang['locfiledit_webmaster_only'] = 'Solo i webmasters sono autorizzati a creare o modificare i file locali.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php b/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php index f85cc4002..004c0f5ae 100644 --- a/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php @@ -41,8 +41,6 @@ $lang['locfiledit_restore_confirm'] = '確認して下さい? $lang['locfiledit_bak_loaded1'] = 'バックアップファイルは起動しました。'; $lang['locfiledit_bak_loaded2'] = '復元するために、ファイルを保存する必要があります。'; $lang['locfiledit_syntax_error'] = 'エラー! ファイルは保存できません。'; -$lang['locfiledit_enable_editarea'] = 'Enable Editarea'; -$lang['locfiledit_disable_editarea'] = 'Disable Editarea'; $lang['locfiledit_new_tpl'] = '新しいファイルを作成する'; $lang['locfiledit_new_filename'] = 'ファイル名'; $lang['locfiledit_model'] = 'モデル'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'モデルを選択する必要があります $lang['locfiledit_empty_filename'] = 'ファイル名を記入する必要があります。'; $lang['locfiledit_webmaster_only'] = 'ローカルファイルはウェブマスターのみ作成するか、変更できます。'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php b/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php index 60b3fbb9e..4e4085f72 100644 --- a/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php @@ -41,8 +41,6 @@ $lang['locfiledit_restore_confirm'] = 'გთხოვთ დაადასტ $lang['locfiledit_bak_loaded1'] = 'სარეზერვო ფაილის ჩატვირთვა.'; $lang['locfiledit_bak_loaded2'] = 'თქვენ უნდა შეინახოთ ფაილი, რომ აღდგინოთ.'; $lang['locfiledit_syntax_error'] = 'სინტაქსური შეცდომა! ფაილი ვერ შეინახება.'; -$lang['locfiledit_enable_editarea'] = 'ჩავრთოთ გასასწორებელი ველი'; -$lang['locfiledit_disable_editarea'] = 'გამოვრთოთ გასასწორებელი ველი'; $lang['locfiledit_new_tpl'] = 'შევქმნათ ახალი ფაილი'; $lang['locfiledit_new_filename'] = 'ფაილის სახელი'; $lang['locfiledit_model'] = 'მოდელი'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'თქვენ უნდა აირჩი $lang['locfiledit_empty_filename'] = 'თქვენ უნდა შეავსოთ ფაილის სახელი.'; $lang['locfiledit_webmaster_only'] = 'მხოლოდ ვებოსტატებს შეუძლიათ შექმნან ან გადააკეთონ ლოკალური ფაილები.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php b/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php index fa5ca909e..561be9865 100644 --- a/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php @@ -41,8 +41,6 @@ Atjaunošana nebus iespejama lidz nakamai saglabašanai.'; $lang['locfiledit_bak_loaded1'] = 'Rezerves kopija ieladeta.'; $lang['locfiledit_bak_loaded2'] = 'Jums jasaglaba fails lai to atjaunotu.'; $lang['locfiledit_syntax_error'] = 'Sintakses kluda! Failu nav iespejams saglabat.'; -$lang['locfiledit_enable_editarea'] = 'Iespejot Redigešanas apgabalu'; -$lang['locfiledit_disable_editarea'] = 'Atspejot Redigešanas apgabalu'; $lang['locfiledit_new_tpl'] = 'Izveidot jaunu failu'; $lang['locfiledit_new_filename'] = 'Faila nosaukums'; $lang['locfiledit_model'] = 'Modelis'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Jums jaizvelas modelis.'; $lang['locfiledit_empty_filename'] = 'Jums jaieraksta faila nosaukums.'; $lang['locfiledit_webmaster_only'] = 'Tikai webmasters var izveidot un modificet lokalos failus.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php b/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php index 658355f9c..e0c226202 100644 --- a/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php @@ -41,8 +41,6 @@ Restore wordt pas effectief bij de volgende keer opslaan.'; $lang['locfiledit_bak_loaded1'] = 'Backup-bestand geladen.'; $lang['locfiledit_bak_loaded2'] = 'U moet het bestand opslaan om te kunnen restoren.'; $lang['locfiledit_syntax_error'] = 'Syntax-fout! Bestand kan niet opgeslagen worden.'; -$lang['locfiledit_enable_editarea'] = 'Maak Edit-gebied atief'; -$lang['locfiledit_disable_editarea'] = 'Deactiveer Edit-gebied'; $lang['locfiledit_new_tpl'] = 'Maak nieuw bestand aan'; $lang['locfiledit_new_filename'] = 'Bestandsnaam'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'U moet een model kiezen.'; $lang['locfiledit_empty_filename'] = 'U moet een bestandsnaam opgeven.'; $lang['locfiledit_webmaster_only'] = 'Alleen webbeheerders kunnen lokale bestanden aanmaken of wijzigen.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php b/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php index a5f36a7c5..0705b40ea 100644 --- a/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php @@ -19,10 +19,7 @@ // | along with this program; if not, write to the Free Software | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | -// +-----------------------------------------------------------------------+ - - -$lang['locfiledit_onglet_localconf'] = 'Lokal konfigurasjon'; +// +-----------------------------------------------------------------------+$lang['locfiledit_onglet_localconf'] = 'Lokal konfigurasjon'; $lang['locfiledit_onglet_css'] = 'CSS'; $lang['locfiledit_onglet_tpl'] = 'Maler (templates)'; $lang['locfiledit_onglet_lang'] = 'Språk'; @@ -41,8 +38,6 @@ $lang['locfiledit_restore_confirm'] = 'Vennligst bekreft? Gjennoppretting vil ik $lang['locfiledit_bak_loaded1'] = 'Sikkerhetskopi lastet.'; $lang['locfiledit_bak_loaded2'] = 'Du må lagre filen for å gjennopprette den.'; $lang['locfiledit_syntax_error'] = 'Syntax feil! Filen kan ikke bli lagret.'; -$lang['locfiledit_enable_editarea'] = 'Aktiver redigeringsområde '; -$lang['locfiledit_disable_editarea'] = 'Deaktiver redigeringsområde'; $lang['locfiledit_new_tpl'] = 'Lag ny fil'; $lang['locfiledit_new_filename'] = 'Fil navn'; $lang['locfiledit_model'] = 'Modusl'; @@ -54,4 +49,6 @@ $lang['locfiledit_model_error'] = 'Du må velge en modell.'; $lang['locfiledit_empty_filename'] = 'Du må fylle inn fil navnet.'; $lang['locfiledit_webmaster_only'] = 'Kun webmaster kan lage eller endre lokale filer.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ 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 fa114c1dd..0e861349a 100644 --- a/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php @@ -41,8 +41,6 @@ Przywrócenie nie przyniesie efektu do następnego zapisu.'; $lang['locfiledit_bak_loaded1'] = 'Plik kopii zapasowej wczytany.'; $lang['locfiledit_bak_loaded2'] = 'Musisz zapisać plik aby go przywrócić.'; $lang['locfiledit_syntax_error'] = 'Błąd skłądni! Plik nie może zostać zapisany.'; -$lang['locfiledit_enable_editarea'] = 'Włącz Pole Edycyjne'; -$lang['locfiledit_disable_editarea'] = 'Wyłącz Pole Edycyjne'; $lang['locfiledit_new_tpl'] = 'Stwórz nowy plik'; $lang['locfiledit_new_filename'] = 'Nazwa pliku'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $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.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php b/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php index 05bba83ad..c1a2e86b5 100644 --- a/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php @@ -41,8 +41,6 @@ O Restauro não será efectuado até Salvar a próxima vez.'; $lang['locfiledit_bak_loaded1'] = 'Ficheiro de cópia de segurança carregado.'; $lang['locfiledit_bak_loaded2'] = 'Deverá salvar o ficheiro para o restaurar.'; $lang['locfiledit_syntax_error'] = 'Erro de sintaxe! Impossível salvar ficheiro.'; -$lang['locfiledit_enable_editarea'] = 'Activar Área de Edição'; -$lang['locfiledit_disable_editarea'] = 'Desactivar Área de Edição'; $lang['locfiledit_new_tpl'] = 'Criar novo ficheiro'; $lang['locfiledit_new_filename'] = 'Nome do ficheiro'; $lang['locfiledit_model'] = 'Modelo'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Tem que escolher um Modelo.'; $lang['locfiledit_empty_filename'] = 'Tem que preencher o Nome do ficheiro.'; $lang['locfiledit_webmaster_only'] = 'Apenas webmasters podem criar ou modificar ficheiros locais.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php b/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php index 46edd72c9..b18db5b2d 100644 --- a/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'Пожалуйста, подтверди $lang['locfiledit_bak_loaded1'] = 'Резервный файл загружен.'; $lang['locfiledit_bak_loaded2'] = 'Вы должны сохранить файл, чтобы восстановить его.'; $lang['locfiledit_syntax_error'] = 'Синтаксическая ошибка! Невозможно сохранить файл.'; -$lang['locfiledit_enable_editarea'] = 'Активировать разметку области редактирования'; -$lang['locfiledit_disable_editarea'] = 'Дезактивировать разметку области редактирования'; $lang['locfiledit_new_tpl'] = 'Создать новый файл'; $lang['locfiledit_new_filename'] = 'Имя файла'; $lang['locfiledit_model'] = 'Модель'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = 'Выберите модель.'; $lang['locfiledit_empty_filename'] = 'Заполните поле "Имя файла".'; $lang['locfiledit_webmaster_only'] = 'Только вэбмастеры могут создавать или редактировать локальные файлы.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php b/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php index af8a33387..5a65b3289 100644 --- a/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php @@ -41,8 +41,6 @@ Obnova nebude účinná pokiaľ neuložíte.'; $lang['locfiledit_bak_loaded1'] = 'Záložný súbor nahraný.'; $lang['locfiledit_bak_loaded2'] = 'Musíte uložiť súbor na jeho obnovenie.'; $lang['locfiledit_syntax_error'] = 'Syntaktický chyba! Súbor nemôže byť uložený.'; -$lang['locfiledit_enable_editarea'] = 'Povoliť editáciu'; -$lang['locfiledit_disable_editarea'] = 'Zakázať editáciu'; $lang['locfiledit_new_tpl'] = 'Vytvorenie nového súboru'; $lang['locfiledit_new_filename'] = 'Meno súboru'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Musíte vybrať model.'; $lang['locfiledit_empty_filename'] = 'Musíte zadať meno súboru.'; $lang['locfiledit_webmaster_only'] = 'Len webmasteri môžu vytvoriť alebo modifikovať lokálne súbory.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php b/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php index c6a5980a5..7639b0ded 100644 --- a/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'Молимо Вас да потврд $lang['locfiledit_bak_loaded1'] = 'Резервна копија је учитана.'; $lang['locfiledit_bak_loaded2'] = 'Морате да запамтите датотеку пре обнављања.'; $lang['locfiledit_syntax_error'] = 'Синтаксна грешка! Датотека не може бити снимљена.'; -$lang['locfiledit_enable_editarea'] = 'Омогући област промене'; -$lang['locfiledit_disable_editarea'] = 'Онемогући област промене'; $lang['locfiledit_new_tpl'] = 'Направи нову датотеку'; $lang['locfiledit_new_filename'] = 'Име датотеке'; $lang['locfiledit_model'] = 'Модел'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = 'Морате изабрати мод $lang['locfiledit_empty_filename'] = 'Морате уписати име датотеке.'; $lang['locfiledit_webmaster_only'] = 'Само уредник интернет страница може да направи или уреди локалне датотеке.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php b/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php index dbe9a2919..f02934639 100644 --- a/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'Vänligen bekräfta? Återställning komm $lang['locfiledit_bak_loaded1'] = 'Säkerhetskopia laddad.'; $lang['locfiledit_bak_loaded2'] = 'Du måste spara filen för att återställa den.'; $lang['locfiledit_syntax_error'] = 'Syntax fel! Filen kan inte sparas.'; -$lang['locfiledit_enable_editarea'] = 'Aktivera Skrivfält'; -$lang['locfiledit_disable_editarea'] = 'Avaktivera Skrivfält'; $lang['locfiledit_new_tpl'] = 'Skapa ny fil'; $lang['locfiledit_new_filename'] = 'Fil namn'; $lang['locfiledit_model'] = 'Modell'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = 'Du måste välja en modell.'; $lang['locfiledit_empty_filename'] = 'Du måste välja ett filnamn.'; $lang['locfiledit_webmaster_only'] = 'Endast webmasters kan skapa eller ändra lokala filer.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php b/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php index 8860d101a..5b5345d4c 100644 --- a/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php @@ -41,8 +41,6 @@ bir sonraki kaydetmeye kadar geri yükleme yapilamayacak.'; $lang['locfiledit_bak_loaded1'] = 'yedekleme dosyasi yüklendi.'; $lang['locfiledit_bak_loaded2'] = 'Geri yükledikten sonra save etmeyi unutmayiniz.'; $lang['locfiledit_syntax_error'] = 'Syntax error! Dosya kayit edilemiyor.'; -$lang['locfiledit_enable_editarea'] = 'Editleme açik'; -$lang['locfiledit_disable_editarea'] = 'Editleme kapali'; $lang['locfiledit_new_tpl'] = 'Yeni Dosya Yarat'; $lang['locfiledit_new_filename'] = 'Dosya Adi'; $lang['locfiledit_model'] = 'Model'; @@ -54,4 +52,6 @@ $lang['locfiledit_model_error'] = 'Model seçmek zorundasin.'; $lang['locfiledit_empty_filename'] = 'Adi doldurmak zorundasin.'; $lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler dosyalari degistirebilir .'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php b/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php index 52e2dba2c..391e42ec6 100644 --- a/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = 'Vui lòng xác nhận? Việc phục hồ $lang['locfiledit_bak_loaded1'] = 'Tệp tin backup đã được nạp.'; $lang['locfiledit_bak_loaded2'] = 'Bạn phải lưu lại tệp tin để phục hồi nó.'; $lang['locfiledit_syntax_error'] = 'Lỗi cú pháp! Tệp tin không thể được lưu.'; -$lang['locfiledit_enable_editarea'] = 'Kích hoạt vùng nhập dữ liệu'; -$lang['locfiledit_disable_editarea'] = 'Tắt vùng nhập dữ liệu'; $lang['locfiledit_new_tpl'] = 'Tạo tệp tin mới'; $lang['locfiledit_new_filename'] = 'Tên tệp tin'; $lang['locfiledit_model'] = 'Mô hình'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = 'Bạn phải chọn một mô hình.'; $lang['locfiledit_empty_filename'] = 'Bạn phải điền đủ tên tệp tin.'; $lang['locfiledit_webmaster_only'] = 'Chỉ có webmasters mới có thể tạo hoặc biên tập tệp tin trên máy.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php b/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php index 9153acb64..da4c54357 100644 --- a/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php @@ -40,8 +40,6 @@ $lang['locfiledit_restore_confirm'] = '请确认? 恢复在下一次保存前将 $lang['locfiledit_bak_loaded1'] = '备份文件已加载.'; $lang['locfiledit_bak_loaded2'] = '您必须保存文件以便将其恢复.'; $lang['locfiledit_syntax_error'] = '语法错误! 文件不能被保存.'; -$lang['locfiledit_enable_editarea'] = '启用编辑区域'; -$lang['locfiledit_disable_editarea'] = '禁用编辑区域'; $lang['locfiledit_new_tpl'] = '创建新文件'; $lang['locfiledit_new_filename'] = '文件名'; $lang['locfiledit_model'] = '模块'; @@ -53,4 +51,6 @@ $lang['locfiledit_model_error'] = '您必须选择一个模块.'; $lang['locfiledit_empty_filename'] = '您必须填写文件名.'; $lang['locfiledit_webmaster_only'] = '只有网站管理员才能创建或者修改本地文件.'; +/*TODO*/$lang['locfiledit_enable_codemirror'] = 'Enable Codemirror'; +/*TODO*/$lang['locfiledit_disable_codemirror'] = 'Disable Codemirror'; ?>
\ No newline at end of file |