diff options
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/cs_CZ.php | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/de_DE.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/el.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/es.php | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/eu.php | 32 | ||||
-rw-r--r-- | apps/files_external/l10n/fi_FI.php | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/it.php | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/nb_NO.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/pt_BR.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/tr.php | 4 |
12 files changed, 68 insertions, 0 deletions
diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php index 9b0cbca9fa4..61dcbd4e194 100644 --- a/apps/files_external/l10n/cs_CZ.php +++ b/apps/files_external/l10n/cs_CZ.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbox.", +"Step 1 failed. Exception: %s" => "Slehal krok 1. Výjimka: %s", +"Step 2 failed. Exception: %s" => "Selhal krok 2. Výjimka: %s", "External storage" => "Externí úložiště", "Local" => "Místní", "Location" => "Umístění", diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php index f84f7298ead..da9b30d0c2b 100644 --- a/apps/files_external/l10n/de.php +++ b/apps/files_external/l10n/de.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Anfrage-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Zugriff-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", "Please provide a valid Dropbox app key and secret." => "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.", +"Step 1 failed. Exception: %s" => "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", +"Step 2 failed. Exception: %s" => "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", "External storage" => "Externer Speicher", "Local" => "Lokal", "Location" => "Ort", diff --git a/apps/files_external/l10n/de_DE.php b/apps/files_external/l10n/de_DE.php index bede14efc24..1ce8fe4006d 100644 --- a/apps/files_external/l10n/de_DE.php +++ b/apps/files_external/l10n/de_DE.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Anfrage-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Zugriff-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", "Please provide a valid Dropbox app key and secret." => "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", +"Step 1 failed. Exception: %s" => "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", +"Step 2 failed. Exception: %s" => "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", "External storage" => "Externer Speicher", "Local" => "Lokal", "Location" => "Ort", diff --git a/apps/files_external/l10n/el.php b/apps/files_external/l10n/el.php index 8cb9c3536b4..f2b1cfca89d 100644 --- a/apps/files_external/l10n/el.php +++ b/apps/files_external/l10n/el.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά.", "Please provide a valid Dropbox app key and secret." => "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό.", +"Step 1 failed. Exception: %s" => "Το βήμα 1 απέτυχε. Εξαίρεση: %s", +"Step 2 failed. Exception: %s" => "Το βήμα 2 απέτυχε. Εξαίρεση: %s", "External storage" => "Εξωτερική αποθήκευση", "Local" => "Τοπικός", "Location" => "Τοποθεσία", diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php index 509517febb9..4cffc39fc54 100644 --- a/apps/files_external/l10n/es.php +++ b/apps/files_external/l10n/es.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", +"Step 1 failed. Exception: %s" => "El paso 1 falló. Excepción: %s", +"Step 2 failed. Exception: %s" => "El paso 2 falló. Excepción: %s", "External storage" => "Almacenamiento externo", "Local" => "Local", "Location" => "Ubicación", diff --git a/apps/files_external/l10n/eu.php b/apps/files_external/l10n/eu.php index 008c9ac421a..bf22e26b772 100644 --- a/apps/files_external/l10n/eu.php +++ b/apps/files_external/l10n/eu.php @@ -1,20 +1,48 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Eskaera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Sarrera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", "Please provide a valid Dropbox app key and secret." => "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua", +"Step 1 failed. Exception: %s" => "1 Urratsak huts egin du. Salbuespena: %s", +"Step 2 failed. Exception: %s" => "2 Urratsak huts egin du. Salbuespena: %s", "External storage" => "Kanpoko biltegiratzea", "Local" => "Bertakoa", "Location" => "Kokapena", "Amazon S3" => "Amazon S3", "Key" => "Gakoa", +"Secret" => "Sekretua", +"Amazon S3 and compliant" => "Amazon S3 eta baliokideak", "Access Key" => "Sarbide gakoa", +"Secret Key" => "Giltza Sekretua", +"Hostname (optional)" => "Hostalari izena (hautazkoa)", "Port (optional)" => "Portua (hautazkoa)", +"Region (optional)" => "Eskualdea (hautazkoa)", "Enable SSL" => "Gaitu SSL", +"Enable Path Style" => "Gaitu Bide Estiloa", "App key" => "Aplikazio gakoa", +"App secret" => "App sekretua", "Host" => "Ostalaria", "Username" => "Erabiltzaile izena", "Password" => "Pasahitza", +"Root" => "Erroa", +"Secure ftps://" => "ftps:// segurua", +"Client ID" => "Bezero ID", +"Client secret" => "Bezeroaren Sekretua", +"OpenStack Object Storage" => "OpenStack Objektu Biltegiratzea", +"Username (required)" => "Erabiltzaile izena (beharrezkoa)", +"Region (optional for OpenStack Object Storage)" => "Eskualdea (hautazkoa OpenStack Objektu Biltegiratzerako)", +"API Key (required for Rackspace Cloud Files)" => "API Giltza (beharrezkoa Rackspace Cloud Filesentzako)", +"Tenantname (required for OpenStack Object Storage)" => "Tenantname (beharrezkoa OpenStack Objektu Biltegiratzerko)", +"Password (required for OpenStack Object Storage)" => "Pasahitza (beharrezkoa OpenStack Objektu Biltegiratzerako)", +"Service Name (required for OpenStack Object Storage)" => "Zerbitzuaren Izena (beharrezkoa OpenStack Objektu Biltegiratzerako)", +"URL of identity endpoint (required for OpenStack Object Storage)" => "Nortasun amaierako puntuaren URLa (beharrezkoa OpenStack Objektu Biltegiratzerako)", +"Timeout of HTTP requests in seconds (optional)" => "HTTP eskarien gehienezko denbora segundutan (hautazkoa)", "Share" => "Partekatu", +"SMB / CIFS using OC login" => "SMB / CIFS saioa hasteko OC erabiliz", +"Username as share" => "Erabiltzaile izena elkarbanaketa bezala", "URL" => "URL", +"Secure https://" => "https:// segurua", +"Remote subfolder" => "Urruneko azpikarpeta", "Access granted" => "Sarrera baimendua", "Error configuring Dropbox storage" => "Errore bat egon da Dropbox biltegiratzea konfiguratzean", "Grant access" => "Baimendu sarrera", @@ -25,7 +53,11 @@ $TRANSLATIONS = array( "<b>Note:</b> " => "<b>Oharra:</b>", " and " => "eta", "<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>Oharra:</b> :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", +"<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>Oharra:</b> :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", +"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Oharra:</b>\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", +"You don't have any external storages" => "Ez duzu kanpoko biltegiratzerik", "Name" => "Izena", +"Storage type" => "Biltegiratze mota", "External Storage" => "Kanpoko biltegiratzea", "Folder name" => "Karpetaren izena", "Configuration" => "Konfigurazioa", diff --git a/apps/files_external/l10n/fi_FI.php b/apps/files_external/l10n/fi_FI.php index 4c33506ad51..8ea03a4187a 100644 --- a/apps/files_external/l10n/fi_FI.php +++ b/apps/files_external/l10n/fi_FI.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.", +"Step 1 failed. Exception: %s" => "Vaihe 1 epäonnistui. Poikkeus: %s", +"Step 2 failed. Exception: %s" => "Vaihe 2 epäonnistui. Poikkeus: %s", "External storage" => "Ulkoinen tallennustila", "Local" => "Paikallinen", "Location" => "Sijainti", diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php index bd3966b2d64..7a3b8ff3bcd 100644 --- a/apps/files_external/l10n/it.php +++ b/apps/files_external/l10n/it.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.", +"Step 1 failed. Exception: %s" => "Fase 1 non riuscita. Eccezione: %s", +"Step 2 failed. Exception: %s" => "Fase 2 non riuscita. Eccezione: %s", "External storage" => "Archiviazione esterna", "Local" => "Locale", "Location" => "Posizione", diff --git a/apps/files_external/l10n/nb_NO.php b/apps/files_external/l10n/nb_NO.php index f6a39183280..b1a98ce9d72 100644 --- a/apps/files_external/l10n/nb_NO.php +++ b/apps/files_external/l10n/nb_NO.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Henting av henvendelsessymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Henting adgangssymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", "Please provide a valid Dropbox app key and secret." => "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet.", +"Step 1 failed. Exception: %s" => "Steg 1 feilet. Unntak: %s", +"Step 2 failed. Exception: %s" => "Steg 2 feilet. Unntak: %s", "External storage" => "Ekstern lagringsplass", "Local" => "Lokal", "Location" => "Sted", diff --git a/apps/files_external/l10n/nl.php b/apps/files_external/l10n/nl.php index ff41c523162..b347e7ef0c8 100644 --- a/apps/files_external/l10n/nl.php +++ b/apps/files_external/l10n/nl.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", "Please provide a valid Dropbox app key and secret." => "Geef een geldige Dropbox key en secret.", +"Step 1 failed. Exception: %s" => "Stap 1 is mislukt. Uitzondering: %s", +"Step 2 failed. Exception: %s" => "Stap 2 is mislukt. Uitzondering: %s", "External storage" => "Externe opslag", "Local" => "Lokaal", "Location" => "Locatie", diff --git a/apps/files_external/l10n/pt_BR.php b/apps/files_external/l10n/pt_BR.php index f70b092e5b6..466deac768b 100644 --- a/apps/files_external/l10n/pt_BR.php +++ b/apps/files_external/l10n/pt_BR.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "A busca de fichas de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "A busca de tokens de acesso falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", "Please provide a valid Dropbox app key and secret." => "Por favor forneça uma chave de aplicativo e segurança válidos para o Dropbox", +"Step 1 failed. Exception: %s" => "Passo 1 falhou. Exceção: %s", +"Step 2 failed. Exception: %s" => "Passo 2 falhou. Exceção: %s", "External storage" => "Armazenamento Externo", "Local" => "Local", "Location" => "Localização", diff --git a/apps/files_external/l10n/tr.php b/apps/files_external/l10n/tr.php index fe9d495f4c5..b96cb5920df 100644 --- a/apps/files_external/l10n/tr.php +++ b/apps/files_external/l10n/tr.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "İstek belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Erişim belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", "Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz", +"Step 1 failed. Exception: %s" => "Adım 1 başarısız. Özel durum: %s", +"Step 2 failed. Exception: %s" => "Adım 2 başarısız. Özel durum: %s", "External storage" => "Harici depolama", "Local" => "Yerel", "Location" => "Konum", |