diff options
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/az.php | 4 | ||||
-rw-r--r-- | settings/l10n/bg_BG.php | 2 | ||||
-rw-r--r-- | settings/l10n/de.php | 2 | ||||
-rw-r--r-- | settings/l10n/de_DE.php | 2 | ||||
-rw-r--r-- | settings/l10n/es.php | 2 | ||||
-rw-r--r-- | settings/l10n/eu.php | 2 | ||||
-rw-r--r-- | settings/l10n/it.php | 2 | ||||
-rw-r--r-- | settings/l10n/nb_NO.php | 6 | ||||
-rw-r--r-- | settings/l10n/nl.php | 6 | ||||
-rw-r--r-- | settings/l10n/pl.php | 2 | ||||
-rw-r--r-- | settings/l10n/pt_BR.php | 2 |
11 files changed, 30 insertions, 2 deletions
diff --git a/settings/l10n/az.php b/settings/l10n/az.php index a1cb7b66390..4104aa8ccf9 100644 --- a/settings/l10n/az.php +++ b/settings/l10n/az.php @@ -10,10 +10,14 @@ $TRANSLATIONS = array( "Authentication method" => "Qeydiyyat metodikası", "Unable to load list from App Store" => "Listi App Store-dan yükləmək mümkün deyil", "Authentication error" => "Təyinat metodikası", +"Your full name has been changed." => "Sizin tam adınız dəyişdirildi.", +"Unable to change full name" => "Tam adı dəyişmək olmur", +"Group already exists" => "Qrup artıq mövcuddur", "Files decrypted successfully" => "Fayllar uğurla deşifrə edildi", "Invalid request" => "Səhv müraciət", "Error" => "Səhv", "Delete" => "Sil", +"More" => "Yenə", "Get the apps to sync your files" => "Fayllarınızın sinxronizasiyası üçün proqramları götürün", "Password" => "Şifrə", "Cancel" => "Dayandır", diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php index 283bfd6da60..c16b8915624 100644 --- a/settings/l10n/bg_BG.php +++ b/settings/l10n/bg_BG.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Грешна администраторска парола за възстановяване. Моля, провери паролата и опитай отново.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Сървърът не позволява смяна на паролата, но ключът за криптиране беше успешно обновен.", "Unable to change password" => "Неуспешна смяна на паролата.", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Сигурен ли си, че искащ да добавиш \"{domain}\" сигурен домейн?", +"Add trusted domain" => "Добави сигурен домейн", "Sending..." => "Изпращане...", "User Documentation" => "Потребителска Документация", "Admin Documentation" => "Админ Документация", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index d1f0a5539fb..5b268a10eac 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Das Back-End unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" => "Passwort konnte nicht geändert werden", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?", +"Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", "Sending..." => "Sende...", "User Documentation" => "Dokumentation für Benutzer", "Admin Documentation" => "Admin-Dokumentation", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index 3dfeba68674..47ab1bc62aa 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Das Back-End unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" => "Passwort konnte nicht geändert werden", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Sind Sie sich wirklich sicher, dass Sie \"{domain}\" als vertrauenswürdige Domain hinzufügen möchten?", +"Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", "Sending..." => "Wird gesendet …", "User Documentation" => "Dokumentation für Benutzer", "Admin Documentation" => "Dokumentation für Administratoren", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index e9ffa562251..772ae12bf69 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", "Unable to change password" => "No se ha podido cambiar la contraseña", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", +"Add trusted domain" => "Agregar dominio de confianza", "Sending..." => "Enviando...", "User Documentation" => "Documentación de usuario", "Admin Documentation" => "Documentación para administradores", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index dccc27fedb2..2458bdf37fa 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Atzeko prozesuak ez du pasahitz aldaketa onartzen, baina erabiltzailearen enkriptatze gakoa ongi eguneratu da.", "Unable to change password" => "Ezin izan da pasahitza aldatu", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", +"Add trusted domain" => "Gehitu domeinu fidagarria", "Sending..." => "Bidaltzen...", "User Documentation" => "Erabiltzaile dokumentazioa", "Admin Documentation" => "Administrazio dokumentazioa", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 0b6248143e8..4298dbc3ae4 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Password amministrativa di ripristino errata. Controlla la password e prova ancora.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.", "Unable to change password" => "Impossibile cambiare la password", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", +"Add trusted domain" => "Aggiungi dominio attendibile", "Sending..." => "Invio in corso...", "User Documentation" => "Documentazione utente", "Admin Documentation" => "Documentazione di amministrazione", diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index a3bbadafcb7..47987ece6a0 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Feil administrativt gjenopprettingspassord. Sjekk passordet og prøv igjen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.", "Unable to change password" => "Kunne ikke endre passord", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?", +"Add trusted domain" => "Legg til et tiltrodd domene", "Sending..." => "Sender...", "User Documentation" => "Brukerdokumentasjon", "Admin Documentation" => "Admin-dokumentasjon", @@ -108,12 +110,16 @@ $TRANSLATIONS = array( "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", "Your PHP version is outdated" => "Din PHP-versjon er udatert", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "PHP-versjonen din er utdatert. Vi anbefaler på det sterkeste at du oppdaterer til 5.3.8 eller nyere fordi eldre versjoner ikke vil virke. Det er mulig at denne installasjoner ikke fungerer korrekt.", +"PHP charset is not set to UTF-8" => "PHP-tegnsett er ikke satt til UTF-8", +"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP-tegnsett er ikke satt til UTF-8. Dette kan forårsake store problemer med tegn som ikke er ASCII i filnavn. Vi anbefaler på det sterkeste å endre verdien av 'default_charset' i php.ini til 'UTF-8'.", "Locale not working" => "Nasjonale innstillinger virker ikke", "System locale can not be set to a one which supports UTF-8." => "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", "This means that there might be problems with certain characters in file names." => "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Vi anbefaler på det sterkeste å installere pakkene som er nødvendig for at systemet skal støtte en av følgende nasjonale innstillinger: %s.", "Internet connection not working" => "Ingen internettilkopling", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Denne serveren har ikke en fungerende Internett-tilkobling. Dette betyr at noen av funksjonene, f.eks. å koble opp ekstern lagring, påminnelser om oppdatering eller installering av 3-parts apper ikke fungerer. Fjerntilgang til filer og utsending av påminnelser i e-post virker kanskje ikke heller. Vi anbefaler at Internett-forbindelsen for denne serveren aktiveres hvis du vil ha full funksjonalitet.", +"URL generation in notification emails" => "URL-generering i varsel-eposter", +"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", "Cron" => "Cron", "Last cron was executed at %s." => "Siste cron ble utført %s.", "Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Siste cron ble utført %s. Dette er mer enn en time siden. Noe ser ut til å være galt.", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index bed010ceac7..422c553a652 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.", "Unable to change password" => "Kan wachtwoord niet wijzigen", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", +"Add trusted domain" => "Vertrouwd domein toevoegen", "Sending..." => "Versturen...", "User Documentation" => "Gebruikersdocumentatie", "Admin Documentation" => "Beheerdocumentatie", @@ -160,7 +162,7 @@ $TRANSLATIONS = array( "More" => "Meer", "Less" => "Minder", "Version" => "Versie", -"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">bron code</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", +"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">broncode</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", "Add your App" => "App toevoegen", "More Apps" => "Meer apps", "Select an App" => "Selecteer een app", @@ -178,7 +180,7 @@ $TRANSLATIONS = array( "Get the apps to sync your files" => "Download de apps om bestanden te syncen", "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" => "Als u het project wilt ondersteunen\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">ontwikkel mee</a>\n\t\tof\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">verkondig het nieuws</a>!", "Show First Run Wizard again" => "Toon de Eerste start Wizard opnieuw", -"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Je hebt <strong>%s</strong> gebruikt van de beschikbare <strong>%s<strong>", +"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "U heeft <strong>%s</strong> gebruikt van de beschikbare <strong>%s</strong>", "Password" => "Wachtwoord", "Your password was changed" => "Je wachtwoord is veranderd", "Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 2b0d52ea420..296d58473c2 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", "Unable to change password" => "Nie można zmienić hasła", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", +"Add trusted domain" => "Dodaj zaufaną domenę", "Sending..." => "Wysyłam...", "User Documentation" => "Dokumentacja użytkownika", "Admin Documentation" => "Dokumentacja Administratora", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index 7f630900e65..b8f4163313f 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Senha de recuperação do administrador errada. Por favor verifique a senha e tente novamente.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end não suporta alteração de senha, mas a chave de criptografia de usuários foi atualizado com sucesso....", "Unable to change password" => "Impossível modificar senha", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que você quer adicionar \"{domain}\" como domínio confiável?", +"Add trusted domain" => "Adicionar domínio confiável", "Sending..." => "Enviando...", "User Documentation" => "Documentação de Usuário", "Admin Documentation" => "Documentação de Administrador", |