diff options
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/da.php | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/hu_HU.php | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.php | 4 |
4 files changed, 8 insertions, 2 deletions
diff --git a/apps/files_external/l10n/da.php b/apps/files_external/l10n/da.php index 196f4c9f54b..c94cc93d4eb 100644 --- a/apps/files_external/l10n/da.php +++ b/apps/files_external/l10n/da.php @@ -49,6 +49,7 @@ $TRANSLATIONS = array( "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Bemærk:</b> cURL understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Bemærk:</b> FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Bemærk:</b> \"%s\" er ikke installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", +"You don't have any external storages" => "Du har ingen eksterne lagre", "Name" => "Navn", "Storage type" => "Lagertype", "External Storage" => "Ekstern opbevaring", diff --git a/apps/files_external/l10n/hu_HU.php b/apps/files_external/l10n/hu_HU.php index f42124e8db3..9a64c0454a3 100644 --- a/apps/files_external/l10n/hu_HU.php +++ b/apps/files_external/l10n/hu_HU.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "External storage" => "Külső tárolók", +"Local" => "Helyi", "Location" => "Hely", "Host" => "Kiszolgáló", "Username" => "Felhasználónév", diff --git a/apps/files_external/l10n/nl.php b/apps/files_external/l10n/nl.php index 5daad51681e..a27f3c028bb 100644 --- a/apps/files_external/l10n/nl.php +++ b/apps/files_external/l10n/nl.php @@ -46,13 +46,17 @@ $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Geef een geldige Dropbox key en secret.", "Error configuring Google Drive storage" => "Fout tijdens het configureren van Google Drive opslag", "Personal" => "Persoonlijk", +"System" => "Systeem", "Saved" => "Bewaard", "<b>Note:</b> " => "<b>Let op:</b> ", " and " => "en", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Let op:</b> Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Let op:</b> FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Let op:</b> \"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder om dit te installeren.", +"You don't have any external storages" => "U hebt geen externe opslag", "Name" => "Naam", +"Storage type" => "Opslagtype", +"Scope" => "Scope", "External Storage" => "Externe opslag", "Folder name" => "Mapnaam", "Configuration" => "Configuratie", diff --git a/apps/files_external/l10n/tr.php b/apps/files_external/l10n/tr.php index 1caac7446c0..dcc382347c9 100644 --- a/apps/files_external/l10n/tr.php +++ b/apps/files_external/l10n/tr.php @@ -22,7 +22,7 @@ $TRANSLATIONS = array( "Password" => "Parola", "Root" => "Kök", "Secure ftps://" => "Güvenli ftps://", -"Client ID" => "İstemci Kimliğ", +"Client ID" => "İstemci kimliği", "Client secret" => "İstemci parolası", "OpenStack Object Storage" => "OpenStack Nesne Depolama", "Username (required)" => "Kullanıcı adı (gerekli)", @@ -42,7 +42,7 @@ $TRANSLATIONS = array( "Remote subfolder" => "Uzak alt klasör", "Access granted" => "Giriş kabul edildi", "Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası", -"Grant access" => "Erişim sağlandı", +"Grant access" => "Erişimi sağla", "Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz", "Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası", "Personal" => "Kişisel", |