Blame view
sources/apps/updater/l10n/hu_HU.php
2.14 KB
|
6d9380f96
|
1 2 |
<?php $TRANSLATIONS = array( |
|
d1bafeea1
|
3 4 5 6 7 8 9 10 11 12 13 14 15 |
"Checking your installation..." => "A telepített alkalmazásod ellenörzése ...", "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "A frissítés nem lehetséges. Ellenőrizd a web szerveren van-e írás jogod a következő fileokhoz és könyvtárakhoz:", "Version not found" => "Verziószám nem található", "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "A frissítés nem lehetséges. A web szerveren nincs elég jogod a következő könyvtár eltávolításához:", "Update permissions on this directory and its content or remove it manually first." => "Állitsd be a jogokat a könyvtáron és benne található tartalmat töröld ki kézzel.", "Downloading package..." => "Csomag letöltése....", "Unable to fetch package" => "Nem lehetett leszedni a csomagot", "Creating backup..." => "Biztonsági mentés létehozása ...", "Here is your backup: " => "Itt a mentés:", "Failed to create backup" => "Nem sikerült létrehozni a biztonsági mentést", "Moving files..." => "Fileok mozgatása...", "All done. Click to the link below to start database upgrade." => "Minden kész. Kattints ide az adatbázis frissítés megkezdéséhez.", "Update failed" => "A frissítés sikertelen", |
|
6d9380f96
|
16 17 |
"The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "A frissítés sikertelen. A naplóbejegyzések elérhetőek az adminisztrációs felületen, az eset az <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud közösség</a>nek is jelezhető .", "Proceed" => "Végrehajt", |
|
d1bafeea1
|
18 19 20 21 22 23 24 25 26 27 |
"Update Center" => "Frissítés Központ", "Backup Management" => "Biztonsági mentések kezelése", "Update" => "Frissítés", "Backup directory" => "Biztonsági mentés könyvtára", "Backup" => "Biztonsági mentés", "Done on" => "Kész", "Download" => "Letöltés", "Delete" => "Törlés", "No backups found" => "Nem található biztonsági mentés" ); |
|
6d9380f96
|
28 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |