[tx-robot] updated from transifex
This commit is contained in:
parent
20c251a575
commit
cd4380c322
|
@ -105,6 +105,8 @@ OC.L10N.register(
|
|||
"Maximum upload size" : "Maximale bestandsgrootte voor uploads",
|
||||
"max. possible: " : "max. mogelijk: ",
|
||||
"Save" : "Bewaren",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.",
|
||||
"Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.",
|
||||
"Settings" : "Instellingen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\">om uw bestanden via WebDAV te benaderen</a>",
|
||||
|
|
|
@ -103,6 +103,8 @@
|
|||
"Maximum upload size" : "Maximale bestandsgrootte voor uploads",
|
||||
"max. possible: " : "max. mogelijk: ",
|
||||
"Save" : "Bewaren",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.",
|
||||
"Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.",
|
||||
"Settings" : "Instellingen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\">om uw bestanden via WebDAV te benaderen</a>",
|
||||
|
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
|||
"Could not detect Base DN, please enter it manually." : "Base DN tespit edilemedi, lütfen elle girin.",
|
||||
"{nthServer}. Server" : "{nthServer}. Sunucu",
|
||||
"No object found in the given Base DN. Please revise." : "Girilen Base DN içerisinde nesne bulunamadı. Lütfen gözden geçirin.",
|
||||
"More than 1,000 directory entries available." : "1000'den fazla dizin şuan müsait durumdadır.",
|
||||
" entries available within the provided Base DN" : " girdi sağlanan Base DN içerisinde mevcut",
|
||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Bir hata oluştu. Lütfen Base DN ile birlikte bağlantı ayarlarını ve kimlik bilgilerini denetleyin.",
|
||||
"Do you really want to delete the current Server Configuration?" : "Şu anki sunucu yapılandırmasını silmek istediğinizden emin misiniz?",
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"Could not detect Base DN, please enter it manually." : "Base DN tespit edilemedi, lütfen elle girin.",
|
||||
"{nthServer}. Server" : "{nthServer}. Sunucu",
|
||||
"No object found in the given Base DN. Please revise." : "Girilen Base DN içerisinde nesne bulunamadı. Lütfen gözden geçirin.",
|
||||
"More than 1,000 directory entries available." : "1000'den fazla dizin şuan müsait durumdadır.",
|
||||
" entries available within the provided Base DN" : " girdi sağlanan Base DN içerisinde mevcut",
|
||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Bir hata oluştu. Lütfen Base DN ile birlikte bağlantı ayarlarını ve kimlik bilgilerini denetleyin.",
|
||||
"Do you really want to delete the current Server Configuration?" : "Şu anki sunucu yapılandırmasını silmek istediğinizden emin misiniz?",
|
||||
|
|
|
@ -269,6 +269,7 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
||||
"Thank you for your patience." : "Bedankt voor uw geduld.",
|
||||
"You are accessing the server from an untrusted domain." : "U benadert de server vanaf een niet vertrouwd domein.",
|
||||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domains\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.",
|
||||
"Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein",
|
||||
"App update required" : "Bijwerken App vereist",
|
||||
|
|
|
@ -267,6 +267,7 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
||||
"Thank you for your patience." : "Bedankt voor uw geduld.",
|
||||
"You are accessing the server from an untrusted domain." : "U benadert de server vanaf een niet vertrouwd domein.",
|
||||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domains\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.",
|
||||
"Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein",
|
||||
"App update required" : "Bijwerken App vereist",
|
||||
|
|
Loading…
Reference in New Issue