Changeset 23458


Ignore:
Timestamp:
Jun 23, 2013, 9:34:18 AM (11 years ago)
Author:
ddtddt
Message:

[2.5] - plugins language - check 2.5.2

Location:
branches/2.5/plugins/LocalFilesEditor
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php

    r19703 r23458  
    2727$lang['locfiledit_onglet_lang'] = 'Языки';
    2828$lang['locfiledit_onglet_plug'] = 'Личный плагин';
    29 $lang['locfiledit_cant_save'] = 'Текущий файл не может быть записан. Проверьте, имеются ли права зависи в директории  "local/" (chmod).';
     29$lang['locfiledit_cant_save'] = 'Текущий файл не может быть записан. Проверьте, имеются ли права записи в директории  "local/" (chmod).';
    3030$lang['locfiledit_newfile'] = 'Файл не существует и будет создан LocalFilesEditor';
    3131$lang['locfiledit_save_config'] = 'Файл записан успешно';
  • branches/2.5/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php

    r20980 r23458  
    2222// +-----------------------------------------------------------------------+
    2323
    24 $lang['locfiledit_onglet_localconf'] = 'Yerel ayarlar';
     24$lang['locfiledit_onglet_localconf'] = 'Yerel yapılandırma';
    2525$lang['locfiledit_onglet_css'] = 'CSS';
    2626$lang['locfiledit_onglet_tpl'] = 'Şablonlar';
     
    5050$lang['locfiledit_filename_error'] = 'Dosya adında yasaklanmış karakterler var.';
    5151$lang['locfiledit_file_already_exists'] = 'Bu dosya zaten var.';
    52 $lang['locfiledit_model_error'] = 'Bir model seçmek zorundasınız.';
     52$lang['locfiledit_model_error'] = 'Bir model seçmelisiniz.';
    5353$lang['locfiledit_empty_filename'] = 'Dosya ismini girmelisiniz.';
    54 $lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler dosyaları yaratabilir veya değiştirebilir.';
     54$lang['locfiledit_webmaster_only'] = 'Sadece yöneticiler yerel dosyaları yaratabilir veya değiştirebilir.';
    5555?>
  • branches/2.5/plugins/LocalFilesEditor/main.inc.php

    r22188 r23458  
    2424/*
    2525Plugin Name: LocalFiles Editor
    26 Version: 2.5.1
     26Version: 2.5.2
    2727Description: Edit local files from administration panel
    2828Plugin URI: http://piwigo.org/ext/extension_view.php?eid=144
Note: See TracChangeset for help on using the changeset viewer.