diff options
Diffstat (limited to 'lib/plugins/plugin/lang')
-rw-r--r-- | lib/plugins/plugin/lang/de/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/en/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/pl/lang.php | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/plugins/plugin/lang/de/lang.php b/lib/plugins/plugin/lang/de/lang.php index e48a70a73..462a0264f 100644 --- a/lib/plugins/plugin/lang/de/lang.php +++ b/lib/plugins/plugin/lang/de/lang.php @@ -49,7 +49,6 @@ $lang['download_none'] = 'Keine Plugins gefunden oder es trat ein Fehler beim // error messages $lang['error_download'] = 'Konnte das Plugin %s nicht installieren'; -$lang['error_write'] = 'Konnte keine vereinigte Datei für %s erstellen'; $lang['error_badurl'] = 'Wahrscheinlich ungültige URL, konnte keinen Dateinamen ausfindig machen'; $lang['error_dircreate'] = 'Konnte keinen temporären Ordner für die Downloads erstellen'; //$lang['error_'] = ''; diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php index 57550d72e..665cd8d18 100644 --- a/lib/plugins/plugin/lang/en/lang.php +++ b/lib/plugins/plugin/lang/en/lang.php @@ -68,15 +68,16 @@ $lang['www'] = 'Web:'; // error messages $lang['error'] = 'An unknown error occurred.'; $lang['error_download'] = 'Unable to download the plugin file: %s'; -$lang['error_write'] = 'Unable to create aggregate file %s'; $lang['error_badurl'] = 'Suspect bad url - unable to determine file name from the url'; $lang['error_dircreate'] = 'Unable to create temporary folder to receive download'; $lang['error_decompress'] = 'The plugin manager was unable to decompress the downloaded file. '. 'This maybe as a result of a bad download, in which case you should try again; '. 'or the compression format may be unknown, in which case you will need to download and install the plugin manually.'; -$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin %s: '. +$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin <em>%s</em>: '. 'the disk could be full or file access permissions may be incorrect. '. 'This may have resulted in a partially installed plugin and leave your wiki installation unstable.'; +$lang['error_delete'] = 'There was an error while attempting to delete plugin <em>%s</em>. '. + 'The most probably cause is insufficient file or directory access permissions'; //$lang['error_'] = ''; //Setup VIM: ex: et ts=2 enc=utf-8 : diff --git a/lib/plugins/plugin/lang/pl/lang.php b/lib/plugins/plugin/lang/pl/lang.php index 518095351..a73438816 100644 --- a/lib/plugins/plugin/lang/pl/lang.php +++ b/lib/plugins/plugin/lang/pl/lang.php @@ -68,7 +68,6 @@ $lang['www'] = 'WWW:'; // error messages $lang['error'] = 'Wystąpił nieznany błąd.'; $lang['error_download'] = 'Nie powiodło się ściągnięcie pliku wtyczki: %s'; -$lang['error_write'] = 'Nie powiodło się stworzenie pliku aggregate %s'; $lang['error_badurl'] = 'Prawdopodobnie zły url - nie da się ustalić nazwy pliku na podstawie urla'; $lang['error_dircreate'] = 'Nie powiodło się stworzenie tymczasowego katalogu na pobrane pliki'; $lang['error_decompress'] = 'Menadżer wtyczek nie był w stanie rozpakować ściągniętego pliku. '. |