Revision 897
Added by Matthias almost 16 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
30-Dec-2008 Matthias Gallas |
15 |
+ added default new language variables to all language files |
|
15 | 16 |
- modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC) |
16 | 17 |
! modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei" |
17 | 18 |
29-Dec-2008 Dietrich Roland Pehlke |
trunk/wb/languages/FI.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kohdekansioon ei voi kirjoittaa'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Ladatussa tiedostossa virhe'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Tiedosto käytössä, tiedostoa ei voi poistaa'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Tervetuluoa myöhemmin...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Hetkinen...'; |
trunk/wb/languages/EN.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
trunk/wb/languages/CS.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Nelze zapisovat do cílového adresáře'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Nahrávaný soubor je neplatný'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Nelze odinstalovat: soubor je právě používán'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Stránky jsou ve výstavbě'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Zkuste to příště...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Čekejte prosím, operace může chvíli trvat.'; |
trunk/wb/languages/SE.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan inte skriva i målmappen'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Filen du laddade upp är ogilltig'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan inte avinstallera: filen används just nu'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vänligen kom tillbaka snart...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Vänligen ha tålamod, det här kan ta en stund.'; |
trunk/wb/languages/ES.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No se pudo escribir en el directorio'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Archivo inválido'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Desinstalación erronea: el archivo seleccionado está en uso'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vuelva pronto...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Por favor, sea paciente. Esto puede tardar un rato.'; |
trunk/wb/languages/FR.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Impossible d\'écrire dans le répertoire cible'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Le fichier chargé est invalide'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Désinstallation impossible : fichier en cours d\'utilisation'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Site en construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Merci de revenir plus tard'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Merci de patienter'; |
trunk/wb/languages/ET.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Võimetu kirjutama siht kataloogi'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Üles laetud fail on vigane'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Ei saa eemaldada: selekteeritud fail on kasutuses'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Külasta hiljem uuesti...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
trunk/wb/languages/HR.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Ne može zapisati u ciljani direktorij'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Instaliran file je nevaljal'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Ne može deinstalirati: odabrani file je trenutno u upotrebi'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Webstranica u izradi'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Molimo pokušajte ponovo zaèas...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Budite strpljivo, ovo može potrajati.'; |
trunk/wb/languages/NL.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan niet schrijven naar doelmap'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Ongeldig bestand'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan niet deïnstalleren: het geselecteerde bestand is in gebruik'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd wordem omdat het in gebruik is op {{pages}}:<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "volgende pagina;volgende pagina's"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "De Template <b>{{name}}</b> kan niet verwijderd worden omdat het de Standaardtemplate is!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Probeert u aub het binnenkort nog eens.'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Even geduld aub, dit kan even duren.'; |
trunk/wb/languages/PL.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Nie moża zapisać do katalogu docelowego'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Załadowany plik jest nieprawidłowy'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Nie można odinstalować: wybrany plik jest obecnie używany'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Witryna w trakcie tworzenia'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Zapraszamy wkrótce...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Prosimy o cierpliwość, to może trochę potrwać.'; |
trunk/wb/languages/HU.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'A cél könyvtár nem írható'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'A feltöltött file nem megfelelõ'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Nem lehet eltávoltítani! A file használatban van.'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Kérem térjen vissza késõbb!'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
trunk/wb/languages/IT.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Impossibile scrivere sulla directory'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Il file caricato è non valido'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Impossibile disisntallare: file in uso'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Torna presto...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Attendi pazientemente...'; |
trunk/wb/languages/NO.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kunne ikke skrive til mål katalogen'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Filen du lastet opp er ikke gyldig'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan ikke avinstallere: Valgte fil er i bruk'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Vennligst kom tilbake på et annet tidspunkt...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Vennligst vær tålmodig, dette kan ta en stund.'; |
trunk/wb/languages/LV.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Nav iespejams ierakstit noraditaja mape'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Datne, ko nupat augšupieladeji, ir invalids'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Nav iespejams atinstalet: iezimetais fails tiek lietots'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Lapa tiek veidota'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Nac driz atkal!'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Esi paceitigs, tas var kadu bridi ievilkties.'; |
trunk/wb/languages/CA.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de destí'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'El fitxer que heu penjat no és vàlid'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal·lar: s\'està usant el fitxer seleccionat'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Lloc Web en Construcció'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Per favor torneu-ho a intentar prompte...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
trunk/wb/languages/PT.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Não foi possível gravar no diretório de destino'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'O arquivo enviado é inválido'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Não foi possível desinstalar: O arquivo selecionado está em uso'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Em Constru&ccdil;ão'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Favor retornar em breve...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Aguarde, isso pode levar algum tempo.'; |
trunk/wb/languages/DA.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan ikke skrive i det valgte modtagebibliotek'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Filen du uploadede er fejlbehæftet'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan ikke afinstallere: Den valgte fil er i brug!'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Kom venligst igen senere...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Vær venligst tålmodig, dette kan godt vare et stykke tid.'; |
trunk/wb/languages/TR.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Uygunsuz, hedef dizin yazýlamýyor'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Senin yüklediðin dosya, geçersizdir'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kaldýrama: Seçilen dosya, kullanýmdadýr'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Lütfen daha sonra kontrol edin...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Ol hasta memnun et, bu, bir anda alabilirdi.'; |
trunk/wb/languages/RU.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Невозможно записать в выбранную директорию'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Загруженный файл поврежден'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Невозможно удалить: файл используется'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Вебсайт в разработке'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Зайдите попозже...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Пожалуйста подождите, это может занять некоторое время.'; |
trunk/wb/languages/BG.php | ||
---|---|---|
548 | 548 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Не може да се записва в целевата директория'; |
549 | 549 |
$MESSAGE['GENERIC']['INVALID'] = 'Невалиден файл'; |
550 | 550 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Не може да се деинсталира: изпрания файл се използва в момента'; |
551 |
|
|
552 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
553 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
554 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
555 |
|
|
551 | 556 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Сайта е в процес на създаване'; |
552 | 557 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Проверете пак...'; |
553 | 558 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Бъдете търпеливи, може да отнеме време.'; |
Also available in: Unified diff
added default new language variables to all language files